We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0cc3c1 commit 8997115Copy full SHA for 8997115
arch/arm/boot/dts/rk3288.dtsi
@@ -927,6 +927,7 @@
927
i2s: i2s@ff890000 {
928
compatible = "rockchip,rk3288-i2s", "rockchip,rk3066-i2s";
929
reg = <0x0 0xff890000 0x0 0x10000>;
930
+ #sound-dai-cells = <0>;
931
interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
932
#address-cells = <1>;
933
#size-cells = <0>;
@@ -1122,6 +1123,7 @@
1122
1123
compatible = "rockchip,rk3288-dw-hdmi";
1124
reg = <0x0 0xff980000 0x0 0x20000>;
1125
reg-io-width = <4>;
1126
1127
rockchip,grf = <&grf>;
1128
interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
1129
clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>;
0 commit comments