Commit f48387c0 authored by Frank Wunderlich's avatar Frank Wunderlich Committed by Heiko Stuebner

arm64: dts: rockchip: Enable HDMI audio on BPI R2 Pro

This enables the i2s0 controller and the hdmi-sound node on
the Bananapi R2 Pro single-board computer.
Signed-off-by: default avatarFrank Wunderlich <frank-w@public-files.de>
Link: https://lore.kernel.org/r/20220606170803.478082-4-linux@fw-web.deSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent adecf85c
......@@ -204,6 +204,10 @@ hdmi_out_con: endpoint {
};
};
&hdmi_sound {
status = "okay";
};
&i2c0 {
status = "okay";
......@@ -444,6 +448,11 @@ &i2c5 {
status = "disabled";
};
&i2s0_8ch {
/* hdmi sound */
status = "okay";
};
&mdio1 {
rgmii_phy1: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment