Commit f94ffd95 authored by Robin Murphy's avatar Robin Murphy Committed by Heiko Stuebner

arm64: dts: rockchip: Enable nanopi4 HDMI audio

All the nanopi4 boards have HDMI, so let them make noise on it.
Signed-off-by: default avatarRobin Murphy <robin.murphy@arm.com>
Link: https://lore.kernel.org/r/7fe6e94e4b9f5986f19f2637b7b716f0cb54de1b.1570444701.git.robin.murphy@arm.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 87d8ae98
...@@ -184,6 +184,10 @@ &hdmi { ...@@ -184,6 +184,10 @@ &hdmi {
status = "okay"; status = "okay";
}; };
&hdmi_sound {
status = "okay";
};
&i2c0 { &i2c0 {
clock-frequency = <400000>; clock-frequency = <400000>;
i2c-scl-rising-time-ns = <160>; i2c-scl-rising-time-ns = <160>;
...@@ -459,6 +463,10 @@ &i2c7 { ...@@ -459,6 +463,10 @@ &i2c7 {
status = "okay"; status = "okay";
}; };
&i2s2 {
status = "okay";
};
&io_domains { &io_domains {
bt656-supply = <&vcc_1v8>; bt656-supply = <&vcc_1v8>;
audio-supply = <&vcca1v8_codec>; audio-supply = <&vcca1v8_codec>;
......
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