mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
ARM: dts: s5pv210: align pin configuration nodes with bindings
Bindings expect that pins in initial and sleep states nodes end with
'-pin':
s5pv210-fascinate4g.dtb: pinctrl@e0200000: sleep-state: 'gpa0-0', ...
'mp07-7' do not match any of the regexes: '^(pin-[a-z0-9-]+|[a-z0-9-]+-pin)$', 'pinctrl-[0-9]+'
Link: https://lore.kernel.org/r/20230421095721.31857-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
043dc30113
commit
7e98d36888
|
|
@ -19,7 +19,7 @@
|
|||
#include "s5pv210-pinctrl.h"
|
||||
|
||||
#define PIN_SLP(_pin, _mode, _pull) \
|
||||
_pin { \
|
||||
pin- ## _pin { \
|
||||
samsung,pins = #_pin; \
|
||||
samsung,pin-con-pdn = <S5PV210_PIN_PDN_ ##_mode>; \
|
||||
samsung,pin-pud-pdn = <S5PV210_PIN_PULL_ ##_pull>; \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user