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

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

dtschema for GPIO controllers expects GPIO hogs to end with 'hog'
suffix.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Shawn Guo
79bd11db 3650b228

+6 -6
+1 -1
arch/arm/boot/dts/imx51-zii-rdu1.dts
··· 451 451 "", "", "", "", 452 452 "", "", "", ""; 453 453 454 - unused-sd3-wp-gpio { 454 + unused-sd3-wp-hog { 455 455 /* 456 456 * See pinctrl_esdhc1 below for more details on this 457 457 */
+4 -4
arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
··· 330 330 pinctrl-names = "default"; 331 331 pinctrl-0 = <&pinctrl_gpio3_hog>; 332 332 333 - usb-emulation { 333 + usb-emulation-hog { 334 334 gpio-hog; 335 335 gpios = <19 GPIO_ACTIVE_HIGH>; 336 336 output-low; 337 337 line-name = "usb-emulation"; 338 338 }; 339 339 340 - usb-mode1 { 340 + usb-mode1-hog { 341 341 gpio-hog; 342 342 gpios = <20 GPIO_ACTIVE_HIGH>; 343 343 output-high; 344 344 line-name = "usb-mode1"; 345 345 }; 346 346 347 - usb-pwr { 347 + usb-pwr-hog { 348 348 gpio-hog; 349 349 gpios = <22 GPIO_ACTIVE_LOW>; 350 350 output-high; 351 351 line-name = "usb-pwr-ctrl-en-n"; 352 352 }; 353 353 354 - usb-mode2 { 354 + usb-mode2-hog { 355 355 gpio-hog; 356 356 gpios = <23 GPIO_ACTIVE_HIGH>; 357 357 output-high;
+1 -1
arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts
··· 110 110 }; 111 111 112 112 &gpio5 { 113 - emmc-usd-mux { 113 + emmc-usd-mux-hog { 114 114 gpio-hog; 115 115 gpios = <1 GPIO_ACTIVE_LOW>; 116 116 output-high;