Skip to content

Commit 4e943a8

Browse files
robherringmmind
authored andcommitted
ARM: dts: rockchip: Add missing #sound-dai-cells on rk3288
dtc now gives the following warning: arch/arm/boot/dts/rk3288-tinker.dtb: Warning (sound_dai_property): /sound/simple-audio-card,codec: Missing property '#sound-dai-cells' in node /hdmi@ff980000 or bad phandle (referred from sound-dai[0]) Add the missing #sound-dai-cells property. Cc: Heiko Stuebner <[email protected]> Cc: [email protected] Signed-off-by: Rob Herring <[email protected]> Signed-off-by: Heiko Stuebner <[email protected]>
1 parent e78c637 commit 4e943a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -927,6 +927,7 @@
927927
i2s: i2s@ff890000 {
928928
compatible = "rockchip,rk3288-i2s", "rockchip,rk3066-i2s";
929929
reg = <0x0 0xff890000 0x0 0x10000>;
930+
#sound-dai-cells = <0>;
930931
interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
931932
#address-cells = <1>;
932933
#size-cells = <0>;
@@ -1176,6 +1177,7 @@
11761177
compatible = "rockchip,rk3288-dw-hdmi";
11771178
reg = <0x0 0xff980000 0x0 0x20000>;
11781179
reg-io-width = <4>;
1180+
#sound-dai-cells = <0>;
11791181
rockchip,grf = <&grf>;
11801182
interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
11811183
clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>, <&cru SCLK_HDMI_CEC>;

0 commit comments

Comments
 (0)