Re: [PATCH] arm64: dts: sun50i-a64-pinephone: add 'pine64, pinephone' to the compatible list

From: Dylan Van Assche
Date: Wed Dec 30 2020 - 05:42:49 EST


Hi,

Good point!
I will send a new version of the patch soon.

Kind regards,
Dylan Van Assche

On Wed, 2020-12-30 at 17:38 +0800, Chen-Yu Tsai wrote:
> On Tue, Dec 29, 2020 at 11:42 PM Dylan Van Assche <
> me@xxxxxxxxxxxxxxxxx> wrote:
> > All revisions of the PinePhone share most of the hardware.
> > This patch makes it easier to detect PinePhone hardware without
> > having to check for each possible revision.
>
> Sounds good.
>
> > Signed-off-by: Dylan Van Assche <me@xxxxxxxxxxxxxxxxx>
> > ---
> > arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone-1.0.dts | 2 +-
> > arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone-1.1.dts | 2 +-
> > arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone-1.2.dts | 2 +-
>
> Please also update the DT binding file:
>
> Documentation/devicetree/bindings/arm/sunxi.yaml
>
> ChenYu