Message ID | 55d302e5-c018-4b93-84c1-8cf75162e939@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v1] ARM: dts: rockchip: rk3036: add #sound-dai-cells to hdmi node | expand |
On Mon, 24 Jun 2024 19:43:29 +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 'rk3036.dtsi'. > > Applied, thanks! [1/1] ARM: dts: rockchip: rk3036: add #sound-dai-cells to hdmi node commit: d45db4fcd3ae0d13191c8db00583f0bc49d9795d Best regards,
diff --git a/arch/arm/boot/dts/rockchip/rk3036.dtsi b/arch/arm/boot/dts/rockchip/rk3036.dtsi index 04af224005f8..96279d1e02fe 100644 --- a/arch/arm/boot/dts/rockchip/rk3036.dtsi +++ b/arch/arm/boot/dts/rockchip/rk3036.dtsi @@ -402,6 +402,7 @@ hdmi: hdmi@20034000 { rockchip,grf = <&grf>; pinctrl-names = "default"; pinctrl-0 = <&hdmi_ctl>; + #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 'rk3036.dtsi'. Signed-off-by: Johan Jonker <jbx6244@gmail.com> --- arch/arm/boot/dts/rockchip/rk3036.dtsi | 1 + 1 file changed, 1 insertion(+) -- 2.39.2