On Sun, 6 Feb 2022 at 20:47, Johan Jonker <jbx6...@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 <jbx6...@gmail.com> > --- > arch/arm/dts/rk3288-veyron.dtsi | 4 ---- > 1 file changed, 4 deletions(-) >
Reviewed-by: Simon Glass <s...@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 >