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

ARM: dts: am335x: align GPIO hog names with dt-schema

The GPIO Hog dt-schema node naming convention expect GPIO hogs node names
to end with a 'hog' suffix.

Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Grygorii Strashko and committed by
Tony Lindgren
fb97f631 3d7bf585

+10 -10
+1 -1
arch/arm/boot/dts/am335x-boneblack-wireless.dts
··· 101 101 }; 102 102 103 103 &gpio3 { 104 - ls_buf_en { 104 + ls-buf-en-hog { 105 105 gpio-hog; 106 106 gpios = <10 GPIO_ACTIVE_HIGH>; 107 107 output-high;
+1 -1
arch/arm/boot/dts/am335x-boneblue.dts
··· 436 436 }; 437 437 438 438 &gpio3 { 439 - ls_buf_en { 439 + ls-buf-en-hog { 440 440 gpio-hog; 441 441 gpios = <10 GPIO_ACTIVE_HIGH>; 442 442 output-high;
+2 -2
arch/arm/boot/dts/am335x-bonegreen-wireless.dts
··· 101 101 }; 102 102 103 103 &gpio1 { 104 - ls_buf_en { 104 + ls-buf-en-hog { 105 105 gpio-hog; 106 106 gpios = <29 GPIO_ACTIVE_HIGH>; 107 107 output-high; ··· 118 118 /* an external pulldown on U21 pin 4. */ 119 119 120 120 &gpio3 { 121 - bt_aud_in { 121 + bt-aud-in-hog { 122 122 gpio-hog; 123 123 gpios = <16 GPIO_ACTIVE_HIGH>; 124 124 output-low;
+2 -2
arch/arm/boot/dts/am335x-icev2.dts
··· 458 458 }; 459 459 460 460 &gpio3 { 461 - p4 { 461 + pr1-mii-ctl-hog { 462 462 gpio-hog; 463 463 gpios = <4 GPIO_ACTIVE_HIGH>; 464 464 output-high; 465 465 line-name = "PR1_MII_CTRL"; 466 466 }; 467 467 468 - p10 { 468 + mux-mii-hog { 469 469 gpio-hog; 470 470 gpios = <10 GPIO_ACTIVE_HIGH>; 471 471 /* ETH1 mux: Low for MII-PRU, high for RMII-CPSW */
+4 -4
arch/arm/boot/dts/am335x-shc.dts
··· 140 140 }; 141 141 142 142 &gpio1 { 143 - hmtc_rst { 143 + hmtc-rst-hog { 144 144 gpio-hog; 145 145 gpios = <24 GPIO_ACTIVE_LOW>; 146 146 output-high; 147 147 line-name = "homematic_reset"; 148 148 }; 149 149 150 - hmtc_prog { 150 + hmtc-prog-hog { 151 151 gpio-hog; 152 152 gpios = <27 GPIO_ACTIVE_LOW>; 153 153 output-high; ··· 156 156 }; 157 157 158 158 &gpio3 { 159 - zgb_rst { 159 + zgb-rst-hog { 160 160 gpio-hog; 161 161 gpios = <18 GPIO_ACTIVE_LOW>; 162 162 output-low; 163 163 line-name = "zigbee_reset"; 164 164 }; 165 165 166 - zgb_boot { 166 + zgb-boot-hog { 167 167 gpio-hog; 168 168 gpios = <19 GPIO_ACTIVE_HIGH>; 169 169 output-high;