Message ID | 9d0fabb0-70b0-4b4b-ac7c-389b1c7afe20@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v1] ARM: dts: rockchip: rk3128: add #sound-dai-cells to hdmi node | expand |
On Mon, 24 Jun 2024 19:26:48 +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 'rk3128.dtsi'. > > Applied, thanks! [1/1] ARM: dts: rockchip: rk3128: add #sound-dai-cells to hdmi node commit: 313da6f69fa41d044b03f2ea37e56fe49f1e8a42 Best regards,
diff --git a/arch/arm/boot/dts/rockchip/rk3128.dtsi b/arch/arm/boot/dts/rockchip/rk3128.dtsi index 41feb121bd84..e956c9cdd02b 100644 --- a/arch/arm/boot/dts/rockchip/rk3128.dtsi +++ b/arch/arm/boot/dts/rockchip/rk3128.dtsi @@ -566,6 +566,7 @@ hdmi: hdmi@20034000 { pinctrl-names = "default"; pinctrl-0 = <&hdmii2c_xfer &hdmi_hpd &hdmi_cec>; power-domains = <&power RK3128_PD_VIO>; + #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 'rk3128.dtsi'. Signed-off-by: Johan Jonker <jbx6244@gmail.com> --- arch/arm/boot/dts/rockchip/rk3128.dtsi | 1 + 1 file changed, 1 insertion(+) -- 2.39.2