Commit a0dbc5c9 authored by Katsuhiro Suzuki's avatar Katsuhiro Suzuki Committed by Heiko Stuebner

arm64: dts: rockchip: enable hdmi audio out for rk3399-rockpro64

The rockpro64 has hdmi support. So this patch enables hdmi audio
feature that is defined in rk3399 devicetree.
Signed-off-by: default avatarKatsuhiro Suzuki <katsuhiro@katsuster.net>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 08b64bd2
...@@ -222,6 +222,10 @@ &hdmi { ...@@ -222,6 +222,10 @@ &hdmi {
status = "okay"; status = "okay";
}; };
&hdmi_sound {
status = "okay";
};
&gpu { &gpu {
mali-supply = <&vdd_gpu>; mali-supply = <&vdd_gpu>;
status = "okay"; status = "okay";
......
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