Skip to content

Commit

Permalink
arm64: dts: rockchip: Enable HDMI audio on BPI R2 Pro
Browse files Browse the repository at this point in the history
This enables the i2s0 controller and the hdmi-sound node on
the Bananapi R2 Pro single-board computer.

Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
Link: https://lore.kernel.org/r/20220606170803.478082-4-linux@fw-web.de
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
  • Loading branch information
Frank Wunderlich authored and Heiko Stuebner committed Jun 11, 2022
1 parent adecf85 commit f48387c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@
};
};

&hdmi_sound {
status = "okay";
};

&i2c0 {
status = "okay";

Expand Down Expand Up @@ -444,6 +448,11 @@
status = "disabled";
};

&i2s0_8ch {
/* hdmi sound */
status = "okay";
};

&mdio1 {
rgmii_phy1: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
Expand Down

0 comments on commit f48387c

Please sign in to comment.