]> Git Repo - J-linux.git/commitdiff
ARM: dts: rockchip: add #sound-dai-cells to hdmi node on rk3128
authorJohan Jonker <[email protected]>
Mon, 24 Jun 2024 17:26:48 +0000 (19:26 +0200)
committerHeiko Stuebner <[email protected]>
Thu, 27 Jun 2024 18:57:05 +0000 (20:57 +0200)
'#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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
arch/arm/boot/dts/rockchip/rk3128.dtsi

index 5019aae1be328e28bfae90fea52c9bbc7ad6f949..23e633387c24ddcf606fbb8790763fdb7d23f9d4 100644 (file)
                pinctrl-names = "default";
                pinctrl-0 = <&hdmii2c_xfer &hdmi_hpd &hdmi_cec>;
                power-domains = <&power RK3128_PD_VIO>;
+               #sound-dai-cells = <0>;
                status = "disabled";
 
                ports {
This page took 0.063281 seconds and 4 git commands to generate.