On Thu, Mar 19, 2020 at 06:34:11PM +0100, Paul Cercueil wrote: > From: Stenkin Evgeniy <stenkinevgeniy@xxxxxxxxx> > > Add devicetree file for the Exynos 4210 based Galaxy S2 (i9100 version). > > Signed-off-by: Stenkin Evgeniy <stenkinevgeniy@xxxxxxxxx> > Signed-off-by: Paul Cercueil <paul@xxxxxxxxxxxxxxx> > --- > > Notes: > v2: - Change i9100 to GT-I9100 > - Remove redundant description in header > - Add chosen node with stdout-path > - Rename regulator nodes since there was no regulator-2 > - Rename i2c-gpio-3 to i2c-gpio > - Use IRQ_TYPE_EDGE_FALLING instead of hardcoded '2' > - Remove spi-cpol, spi-cpha as they glitch the LCD panel > - Make CS gpio active-low > - Update ehci node to add 'phys' instead of ports > - Remove duplicated ehci node > - Reorder nodes to appear in alphabetical order > - Remove useless newlines > - Remove regulator provided to touchscreen node since it does not expect any > > v3: - Change CPU regulator name to VARM_1.2V_C210 as in the datasheet > - Remove unused gpios for the max8997 pmic > - Remove redundant interrupts/interrupt-parent for max8997 pmic > > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/exynos4210-i9100.dts | 768 +++++++++++++++++++++++++ > 2 files changed, 769 insertions(+) Thanks, applied to dt-late. I already sent a pull request so this might need to wait till next cycle. In such case I will carry this over merge window. Best regards, Krzysztof