diff options
author | Rob Herring <robh@kernel.org> | 2018-03-01 15:25:35 -0500 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-03-05 09:18:58 -0500 |
commit | 4e943a890cef42e90f43ce6be64728a290b97c55 (patch) | |
tree | 23a6fc2a17c093e16e9b8c51ac9ddcd35fa17d23 | |
parent | e78c637127ee7683d606737f2e62b5da6fd7b1c3 (diff) |
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 <heiko@sntech.de>
Cc: linux-rockchip@lists.infradead.org
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm/boot/dts/rk3288.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 6102e4e7f35c..354aff45c1af 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi | |||
@@ -927,6 +927,7 @@ | |||
927 | i2s: i2s@ff890000 { | 927 | i2s: i2s@ff890000 { |
928 | compatible = "rockchip,rk3288-i2s", "rockchip,rk3066-i2s"; | 928 | compatible = "rockchip,rk3288-i2s", "rockchip,rk3066-i2s"; |
929 | reg = <0x0 0xff890000 0x0 0x10000>; | 929 | reg = <0x0 0xff890000 0x0 0x10000>; |
930 | #sound-dai-cells = <0>; | ||
930 | interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>; | 931 | interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>; |
931 | #address-cells = <1>; | 932 | #address-cells = <1>; |
932 | #size-cells = <0>; | 933 | #size-cells = <0>; |
@@ -1176,6 +1177,7 @@ | |||
1176 | compatible = "rockchip,rk3288-dw-hdmi"; | 1177 | compatible = "rockchip,rk3288-dw-hdmi"; |
1177 | reg = <0x0 0xff980000 0x0 0x20000>; | 1178 | reg = <0x0 0xff980000 0x0 0x20000>; |
1178 | reg-io-width = <4>; | 1179 | reg-io-width = <4>; |
1180 | #sound-dai-cells = <0>; | ||
1179 | rockchip,grf = <&grf>; | 1181 | rockchip,grf = <&grf>; |
1180 | interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>; | 1182 | interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>; |
1181 | clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>, <&cru SCLK_HDMI_CEC>; | 1183 | clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>, <&cru SCLK_HDMI_CEC>; |