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

ARM: dts: armada: align GPIO hog names with dtschema

The convention for node names is to use hyphens, not underscores.
dtschema for pca95xx expects GPIO hogs to end with 'hog' prefix.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>

authored by

Krzysztof Kozlowski and committed by
Gregory CLEMENT
493c6469 6ac30b5c

+10 -10
+2 -2
arch/arm/boot/dts/armada-388-clearfog.dts
··· 73 73 * 14-SFP_TX_DISABLE 74 74 * 15-SFP_MOD_DEF0 75 75 */ 76 - pcie2_0_clkreq { 76 + pcie2-0-clkreq-hog { 77 77 gpio-hog; 78 78 gpios = <4 GPIO_ACTIVE_LOW>; 79 79 input; 80 80 line-name = "pcie2.0-clkreq"; 81 81 }; 82 - pcie2_0_w_disable { 82 + pcie2-0-w-disable-hog { 83 83 gpio-hog; 84 84 gpios = <7 GPIO_ACTIVE_LOW>; 85 85 output-low;
+5 -5
arch/arm/boot/dts/armada-388-clearfog.dtsi
··· 141 141 #gpio-cells = <2>; 142 142 reg = <0x20>; 143 143 144 - pcie1_0_clkreq { 144 + pcie1-0-clkreq-hog { 145 145 gpio-hog; 146 146 gpios = <0 GPIO_ACTIVE_LOW>; 147 147 input; 148 148 line-name = "pcie1.0-clkreq"; 149 149 }; 150 - pcie1_0_w_disable { 150 + pcie1-0-w-disable-hog { 151 151 gpio-hog; 152 152 gpios = <3 GPIO_ACTIVE_LOW>; 153 153 output-low; 154 154 line-name = "pcie1.0-w-disable"; 155 155 }; 156 - usb3_ilimit { 156 + usb3-ilimit-hog { 157 157 gpio-hog; 158 158 gpios = <5 GPIO_ACTIVE_LOW>; 159 159 input; 160 160 line-name = "usb3-current-limit"; 161 161 }; 162 - usb3_power { 162 + usb3-power-hog { 163 163 gpio-hog; 164 164 gpios = <6 GPIO_ACTIVE_HIGH>; 165 165 output-high; 166 166 line-name = "usb3-power"; 167 167 }; 168 - m2_devslp { 168 + m2-devslp-hog { 169 169 gpio-hog; 170 170 gpios = <11 GPIO_ACTIVE_HIGH>; 171 171 output-low;
+3 -3
arch/arm/boot/dts/armada-388-helios4.dts
··· 166 166 interrupt-controller; 167 167 #interrupt-cells = <2>; 168 168 169 - board_rev_bit_0 { 169 + board-rev-bit-0-hog { 170 170 gpio-hog; 171 171 gpios = <0 GPIO_ACTIVE_LOW>; 172 172 input; 173 173 line-name = "board-rev-0"; 174 174 }; 175 - board_rev_bit_1 { 175 + board-rev-bit-1-hog { 176 176 gpio-hog; 177 177 gpios = <1 GPIO_ACTIVE_LOW>; 178 178 input; 179 179 line-name = "board-rev-1"; 180 180 }; 181 - usb3_ilimit { 181 + usb3-ilimit-hog { 182 182 gpio-hog; 183 183 gpios = <5 GPIO_ACTIVE_HIGH>; 184 184 input;