diff options
author | Ezequiel Garcia <ezequiel@collabora.com> | 2019-01-29 12:33:24 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2019-02-03 09:47:27 +0100 |
commit | 803346a8efc9062da732c9d3e0b8e7079096f1ad (patch) | |
tree | 4adf0a15a43aa2bf04ec66f87a2458faacf817dd | |
parent | arm64: dts: rockchip: clean up the abuse of disable-wp (diff) | |
download | linux-803346a8efc9062da732c9d3e0b8e7079096f1ad.tar.xz linux-803346a8efc9062da732c9d3e0b8e7079096f1ad.zip |
arm64: dts: rockchip: Enable HDMI audio devices on rk3399-rock960
This commit enable the hdmi-sound and i2s2 devices needed to have
audio over HDMI on both rock960 and the related ficus board.
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Acked-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi index 56abbb08c133..fecb133b0ed2 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi @@ -94,6 +94,10 @@ status = "okay"; }; +&hdmi_sound { + status = "okay"; +}; + &i2c0 { clock-frequency = <400000>; i2c-scl-rising-time-ns = <168>; @@ -336,6 +340,10 @@ status = "okay"; }; +&i2s2 { + status = "okay"; +}; + &io_domains { bt656-supply = <&vcc1v8_s0>; /* bt656_gpio2ab_ms */ audio-supply = <&vcc1v8_s0>; /* audio_gpio3d4a_ms */ |