Skip to content

Commit

Permalink
arm64: dts: turing-rk1: enable hdmi0 sound
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek authored and igorpecovnik committed Oct 22, 2023
1 parent 533b152 commit 2204bee
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@
>;
};

hdmi0_sound: hdmi0-sound {
status = "okay";
compatible = "rockchip,hdmi";
rockchip,mclk-fs = <128>;
rockchip,card-name = "rockchip-hdmi0";
rockchip,cpu = <&i2s5_8ch>;
rockchip,codec = <&hdmi0>;
rockchip,jack-det;
};

vcc5v0_sys: vcc5v0-sys-regulator {
compatible = "regulator-fixed";
regulator-name = "vcc5v0_sys";
Expand Down Expand Up @@ -460,6 +470,10 @@
status = "okay";
};

&i2s5_8ch {
status = "okay";
};

&vop_mmu {
status = "okay";
};
Expand Down

0 comments on commit 2204bee

Please sign in to comment.