Message ID | 8b229dcc-94e4-4bbc-9efc-9d5ddd694532@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [v1] ARM: dts: rockchip: rk3066a: add #sound-dai-cells to hdmi node | expand |
On Thu, 13 Jun 2024 20:08:10 +0200, Johan Jonker wrote: > '#sound-dai-cells' is required to properly interpret > the list of DAI specified in the 'sound-dai' property, > so add them to the 'hdmi' node for 'rk3066a.dtsi'. > > Applied, thanks! [1/1] ARM: dts: rockchip: rk3066a: add #sound-dai-cells to hdmi node commit: cca46f811d0000c1522a5e18ea48c27a15e45c05 Best regards,
diff --git a/arch/arm/boot/dts/rockchip/rk3066a.dtsi b/arch/arm/boot/dts/rockchip/rk3066a.dtsi index 30139f21de64..15cbd94d7ec0 100644 --- a/arch/arm/boot/dts/rockchip/rk3066a.dtsi +++ b/arch/arm/boot/dts/rockchip/rk3066a.dtsi @@ -128,6 +128,7 @@ hdmi: hdmi@10116000 { pinctrl-0 = <&hdmii2c_xfer>, <&hdmi_hpd>; power-domains = <&power RK3066_PD_VIO>; rockchip,grf = <&grf>; + #sound-dai-cells = <0>; status = "disabled"; ports {
'#sound-dai-cells' is required to properly interpret the list of DAI specified in the 'sound-dai' property, so add them to the 'hdmi' node for 'rk3066a.dtsi'. Signed-off-by: Johan Jonker <jbx6244@gmail.com> --- arch/arm/boot/dts/rockchip/rk3066a.dtsi | 1 + 1 file changed, 1 insertion(+) -- 2.39.2