Skip to content

Commit 8997115

Browse files
robherringgregkh
authored andcommitted
ARM: dts: rockchip: Add missing #sound-dai-cells on rk3288
[ Upstream commit 4e943a8 ] 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]> Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent a0cc3c1 commit 8997115

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>;
@@ -1122,6 +1123,7 @@
11221123
compatible = "rockchip,rk3288-dw-hdmi";
11231124
reg = <0x0 0xff980000 0x0 0x20000>;
11241125
reg-io-width = <4>;
1126+
#sound-dai-cells = <0>;
11251127
rockchip,grf = <&grf>;
11261128
interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
11271129
clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>;

0 commit comments

Comments
 (0)