diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-20 14:30:18 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-25 07:27:26 +0100 |
commit | 2f4941496c737543a12a0b6fc279081ef13b9a80 (patch) | |
tree | 083835e0116524f2edaafe528222d3c37c0cf8c1 /target/linux/patches/6.0.11/rockchip-audio.patch | |
parent | 13cca63887cce9a73379d19029128fa60c36fc52 (diff) |
use rockpi4 b plus dtb instead of c, fixes bootup.
A lot of drivers where moved from mini.config to target/linux/config.
WLAN works, ethernet works, i2c works, RTC works.
Diffstat (limited to 'target/linux/patches/6.0.11/rockchip-audio.patch')
-rw-r--r-- | target/linux/patches/6.0.11/rockchip-audio.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/patches/6.0.11/rockchip-audio.patch b/target/linux/patches/6.0.11/rockchip-audio.patch new file mode 100644 index 000000000..9520d2ad2 --- /dev/null +++ b/target/linux/patches/6.0.11/rockchip-audio.patch @@ -0,0 +1,12 @@ +diff -Nur linux-6.0.11.orig/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi linux-6.0.11/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi +--- linux-6.0.11.orig/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi 2022-12-02 17:43:18.000000000 +0100 ++++ linux-6.0.11/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi 2022-12-24 19:48:31.620199852 +0100 +@@ -452,6 +452,8 @@ + clocks = <&cru SCLK_I2S_8CH_OUT>; + clock-names = "mclk"; + #sound-dai-cells = <0>; ++ interrupt-parent = <&gpio1>; ++ interrupts = <RK_PA0 IRQ_TYPE_LEVEL_HIGH>; + + port { + es8316_p0_0: endpoint { |