Re: [PATCH v2 3/3] arm64: dts: exynos: gs101-raven: add new board file
From: André Draszik
Date: Mon Dec 23 2024 - 05:42:30 EST
On Sun, 2024-12-22 at 12:43 +0100, Krzysztof Kozlowski wrote:
> On 20/12/2024 12:27, André Draszik wrote:
> > Raven is Google's code name for Pixel 6 Pro. Similar to Pixel 6
> > (Oriole), this is also based around its Tensor gs101 SoC.
> >
> > For now, the relevant difference here is the display resolution:
> > 1440 x 3120 instead of 1080 x 2400.
> >
> > Create a new board file to reflect this difference.
>
> There is no board file here, I see only overlay.
>
> >
> > Signed-off-by: André Draszik <andre.draszik@xxxxxxxxxx>
> >
> > ---
> > Note: MAINTAINERS doesn't need updating, it covers this whole directory
> > ---
> > arch/arm64/boot/dts/exynos/google/Makefile | 3 ++
> > arch/arm64/boot/dts/exynos/google/gs101-raven.dtso | 33 ++++++++++++++++++++++
>
> Nope, boards are not overlays. Boards are DTB.
Several other boards are using this approach, e.g. in
arch/arm64/boot/dts/freescale/ and arch/arm64/boot/dts/xilinx/ and
arch/arm/boot/dts/ti/omap/
Can you please explain why this here can not use this approach?
Cheers,
Andre'