diff options
author | Frank Wunderlich <frank-w@public-files.de> | 2022-06-06 20:08:01 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2022-06-11 18:25:40 +0300 |
commit | f48387c005fa91487cad072bd047b929edfb7947 (patch) | |
tree | 9894ce946edb8dc65fa2b5ee9290df39c423bf37 /arch/arm64/boot/dts/rockchip | |
parent | adecf85c9a853adc89c65c799a11a4a3dc1e4a22 (diff) | |
download | linux-f48387c005fa91487cad072bd047b929edfb7947.tar.xz |
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: 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>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts b/arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts index 9397e1700af5..26f83e15bf5e 100644 --- a/arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts +++ b/arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts @@ -204,6 +204,10 @@ }; }; +&hdmi_sound { + status = "okay"; +}; + &i2c0 { status = "okay"; @@ -444,6 +448,11 @@ status = "disabled"; }; +&i2s0_8ch { + /* hdmi sound */ + status = "okay"; +}; + &mdio1 { rgmii_phy1: ethernet-phy@0 { compatible = "ethernet-phy-ieee802.3-c22"; |