On Mon, Dec 16, 2024 at 01:06:28PM +0000, André Draszik wrote: > In order to support Pixel 6 (Oriole) and Pixel 6 Pro (Raven) properly, > we have to be able to distinguish them properly as we add support for > more features. > > For example, Raven has a larger display. There are other differences, > like battery design capacity, etc. > > Move all the parts that are common for now into a gs101-raviole.dtsi, > and just leave the display related things in gs101-oriole.dts. > > Raviole was chosen as the name because Google uses that when referring > to the combination of Oriole & Raven, keeping the familiar terminology. > > 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/gs101-oriole.dts | 290 +------------------- > .../boot/dts/exynos/google/gs101-raviole.dtsi | 297 +++++++++++++++++++++ > 2 files changed, 305 insertions(+), 282 deletions(-) > This looks like move of the code, so -M/-B/-C format patch arguments would create better diff. Best regards, Krzysztof