diff mbox series

[v1,12/15] arm: dts: rockchip: remove hdmi_audio node from rk3288-veyron.dtsi

Message ID 20220207034727.2683-12-jbx6244@gmail.com
State Superseded
Delegated to: Kever Yang
Headers show
Series [v1,01/15] rockchip: rk3228-power: sync power domain dt-binding header from Linux | expand

Commit Message

Johan Jonker Feb. 7, 2022, 3:47 a.m. UTC
The hdmi_audio node doesn't exists in rk3288.dtsi in sync with Linux.
Fix compile by removal of the hdmi_audio node.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
 arch/arm/dts/rk3288-veyron.dtsi | 4 ----
 1 file changed, 4 deletions(-)

Comments

Simon Glass Feb. 26, 2022, 6:36 p.m. UTC | #1
On Sun, 6 Feb 2022 at 20:47, Johan Jonker <jbx6244@gmail.com> wrote:
>
> The hdmi_audio node doesn't exists in rk3288.dtsi in sync with Linux.
> Fix compile by removal of the hdmi_audio node.
>
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
>  arch/arm/dts/rk3288-veyron.dtsi | 4 ----
>  1 file changed, 4 deletions(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>

Same comment about bisectability


> diff --git a/arch/arm/dts/rk3288-veyron.dtsi b/arch/arm/dts/rk3288-veyron.dtsi
> index 0e074c32..cd0e7362 100644
> --- a/arch/arm/dts/rk3288-veyron.dtsi
> +++ b/arch/arm/dts/rk3288-veyron.dtsi
> @@ -564,10 +564,6 @@
>         status = "okay";
>  };
>
> -&hdmi_audio {
> -       status = "okay";
> -};
> -
>  &gpu {
>         status = "okay";
>  };
> --
> 2.20.1
>
diff mbox series

Patch

diff --git a/arch/arm/dts/rk3288-veyron.dtsi b/arch/arm/dts/rk3288-veyron.dtsi
index 0e074c32..cd0e7362 100644
--- a/arch/arm/dts/rk3288-veyron.dtsi
+++ b/arch/arm/dts/rk3288-veyron.dtsi
@@ -564,10 +564,6 @@ 
 	status = "okay";
 };
 
-&hdmi_audio {
-	status = "okay";
-};
-
 &gpu {
 	status = "okay";
 };