Message ID | 20231206221556.15348-1-paul@crapouillou.net |
---|---|
Headers | show |
Series | ARM: dts: samsung: exynos4210-i9100 updates | expand |
On Wed, 06 Dec 2023 23:15:53 +0100, Paul Cercueil wrote: > Here a small patchset with a fix and some improvements to the DTS for > the Galaxy S2 (aka. i9100) phone. > > The first patch unconditionally enables a regulator, which seems to be > needed for the phone to boot properly. I do not know what it is > connected to. > > [...] Applied, thanks! [1/3] ARM: dts: samsung: exynos4210-i9100: Unconditionally enable LDO12 https://git.kernel.org/krzk/linux/c/84228d5e29dbc7a6be51e221000e1d122125826c [2/3] ARM: dts: samsung: exynos4210-i9100: Add node for touch keys https://git.kernel.org/krzk/linux/c/6e73b11062b2e3e873666ba35577437502cf1dd2 [3/3] ARM: dts: samsung: exynos4210-i9100: Add accelerometer node https://git.kernel.org/krzk/linux/c/50c7cdc9a4d2d21373c1ab52c131109ab30c53f5 Best regards,
On 06/12/2023 23:15, Paul Cercueil wrote: > Add a Device Tree node for the ST Microelectronics "K3D" accelerometer > chip found in the Galaxy S2. > > Signed-off-by: Paul Cercueil <paul@crapouillou.net> > --- > arch/arm/boot/dts/samsung/exynos4210-i9100.dts | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > > diff --git a/arch/arm/boot/dts/samsung/exynos4210-i9100.dts b/arch/arm/boot/dts/samsung/exynos4210-i9100.dts > index f03b03dbe9f2..7e57fe033e2b 100644 > --- a/arch/arm/boot/dts/samsung/exynos4210-i9100.dts > +++ b/arch/arm/boot/dts/samsung/exynos4210-i9100.dts > @@ -421,6 +421,23 @@ touchscreen@4a { > }; > }; > > +&i2c_1 { Fixed placement, so nodes are ordered. If it was not the case in your DTS, it means you worked on some old tree, which should be avoided. Please work on mainline. Best regards, Krzysztof