Skip to content

Commit dd465b5

Browse files
krzkamboar
authored andcommitted
ARM: dts: nuvoton: Align GPIO hog name with bindings
Bindings expect GPIO hog names to end with 'hog' suffix, so correct it to fix dtbs_check warnings like: nuvoton-npcm750-runbmc-olympus.dtb: G1A_P0_0: $nodename:0: 'G1A_P0_0' does not match '^.+-hog(-[0-9]+)?$' Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Andrew Jeffery <[email protected]>
1 parent 0af2f6b commit dd465b5

File tree

2 files changed

+66
-66
lines changed

2 files changed

+66
-66
lines changed

arch/arm/boot/dts/nuvoton/nuvoton-npcm730-gbs.dts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,39 +1050,39 @@
10501050
"","","","SIO_POWER_GOOD","","","","";
10511051
};
10521052
gpio2: gpio@f0012000 {
1053-
bmc_usb_mux_oe_n {
1053+
bmc-usb-mux-oe-n-hog {
10541054
gpio-hog;
10551055
gpios = <25 GPIO_ACTIVE_HIGH>;
10561056
output-low;
10571057
line-name = "bmc-usb-mux-oe-n";
10581058
};
1059-
bmc_usb_mux_sel {
1059+
bmc-usb-mux-sel-hog {
10601060
gpio-hog;
10611061
gpios = <26 GPIO_ACTIVE_HIGH>;
10621062
output-low;
10631063
line-name = "bmc-usb-mux-sel";
10641064
};
1065-
bmc_usb2517_reset_n {
1065+
bmc-usb2517-reset-n-hog {
10661066
gpio-hog;
10671067
gpios = <27 GPIO_ACTIVE_LOW>;
10681068
output-low;
10691069
line-name = "bmc-usb2517-reset-n";
10701070
};
10711071
};
10721072
gpio3: gpio@f0013000 {
1073-
assert_cpu0_reset {
1073+
assert-cpu0-reset-hog {
10741074
gpio-hog;
10751075
gpios = <14 GPIO_ACTIVE_HIGH>;
10761076
output-low;
10771077
line-name = "assert-cpu0-reset";
10781078
};
1079-
assert_pwrok_cpu0_n {
1079+
assert-pwrok-cpu0-n-hog {
10801080
gpio-hog;
10811081
gpios = <15 GPIO_ACTIVE_HIGH>;
10821082
output-low;
10831083
line-name = "assert-pwrok-cpu0-n";
10841084
};
1085-
assert_cpu0_prochot {
1085+
assert-cpu0-prochot-hog {
10861086
gpio-hog;
10871087
gpios = <16 GPIO_ACTIVE_HIGH>;
10881088
output-low;

0 commit comments

Comments
 (0)