Re: [PATCH] arm64: dts: meson: khadas-vim3: move audio nodes to common dtsi

From: Kevin Hilman
Date: Wed Nov 06 2019 - 14:10:27 EST


Christian Hewitt <christianshewitt@xxxxxxxxx> writes:

> Move VIM3 audio nodes to meson-khadas-vim3.dtsi to enable audio for all
> boards in the VIM3 family including VIM3L.
>
> This change depends on [1] being merged/applied first.
>
> [1] https://patchwork.kernel.org/patch/11198535/
>
> Signed-off-by: Christian Hewitt <christianshewitt@xxxxxxxxx>

Queued for v5.5, but...

> -&frddr_a {
> - status = "okay";
> -};

This node doesn't exist upstream...

> -&frddr_b {
> - status = "okay";
> -};
> -
> -&frddr_c {
> - status = "okay";
> -};
> -

... and these two were present so were removed after manual fix of the
conflict.

Kevin