mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-09 07:39:35 -04:00
ARM: dts: marvell: kirkwood-openrd: Align GPIO hog name with bindings
Bindings expect GPIO hog names to end with 'hog' suffix, so correct it to fix dtbs_check warning: kirkwood-openrd-ultimate.dtb: p28: $nodename:0: 'p28' does not match '^.+-hog(-[0-9]+)?$' Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
committed by
Gregory CLEMENT
parent
9e7531c492
commit
37586f6eef
@@ -53,7 +53,7 @@ mvsdio@90000 {
|
||||
cd-gpios = <&gpio0 29 9>;
|
||||
};
|
||||
gpio@10100 {
|
||||
p28 {
|
||||
p28-hog {
|
||||
gpio-hog;
|
||||
gpios = <28 GPIO_ACTIVE_HIGH>;
|
||||
/*
|
||||
@@ -71,7 +71,7 @@ p28 {
|
||||
};
|
||||
};
|
||||
gpio@10140 {
|
||||
p2 {
|
||||
p2-hog {
|
||||
gpio-hog;
|
||||
gpios = <2 GPIO_ACTIVE_HIGH>;
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user