On 21/01/2023 21:19, Markuss Broks wrote: > Samsung Galaxy S5 (SM-G900H) was sold alongside Samsung Galaxy S5 > with Snapdragon SoC, however the Exynos version features a 3G > capable Intel modem instead of Qualcomm version featuring LTE modem. > This phone is based on Exynos5422. Currently, the touchscreen, > USB, eMMC and the PMIC are enabled in the device-tree. > > Signed-off-by: Markuss Broks <markuss.broks@xxxxxxxxx> > --- > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/exynos5422-samsung-k3g.dts | 676 +++++++++++++++++++ > 2 files changed, 677 insertions(+) > create mode 100644 arch/arm/boot/dts/exynos5422-samsung-k3g.dts > I gave it a try but dtbs_check complain: /home/krzk/dev/linux/linux/out/arch/arm/boot/dts/exynos5422-samsung-k3g.dtb: pinctrl@13400000: 's2mps11-irq-pin', 'touch-int-pin' do not match any of the regexes: '^(initial|sleep)-state$', '^[a-z0-9-]+-pins$', '^[a-z]+[0-9]*-gpio-bank$', 'pinctrl-[0-9]+' From schema: /home/krzk/dev/linux/linux/Documentation/devicetree/bindings/pinctrl/samsung,pinctrl.yaml Best regards, Krzysztof