Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: exynos: align pin node names in Exynos4412

The DT schema expect pin configuration nodes to have pin prefix or
suffix:

exynos4412-trats2.dtb: pinctrl@3860000: sleep-state: 'gpz-0', 'gpz-1', 'gpz-2', 'gpz-3', 'gpz-4', 'gpz-5', 'gpz-6'
do not match any of the regexes: '^(pin-[a-z0-9-]+|[a-z0-9-]+-pin)$', 'pinctrl-[0-9]+'

Link: https://lore.kernel.org/r/20230120155404.323386-5-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

+1 -1
+1 -1
arch/arm/boot/dts/exynos4412-pinctrl.dtsi
··· 12 12 #include "exynos-pinctrl.h" 13 13 14 14 #define PIN_SLP(_pin, _mode, _pull) \ 15 - _pin { \ 15 + pin- ## _pin { \ 16 16 samsung,pins = #_pin; \ 17 17 samsung,pin-con-pdn = <EXYNOS_PIN_PDN_ ##_mode>; \ 18 18 samsung,pin-pud-pdn = <EXYNOS_PIN_PULL_ ##_pull>; \