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

ARM: dts: omap3: 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
cfb4ab3b bd551acd

+2 -2
+1 -1
arch/arm/boot/dts/omap3-evm-processor-common.dtsi
··· 195 195 * for bus switch SN74CB3Q3384A, level-shifter SN74AVC16T245DGGR, and 1.8V. 196 196 */ 197 197 &gpio2 { 198 - en_usb2_port { 198 + en-usb2-port-hog { 199 199 gpio-hog; 200 200 gpios = <29 GPIO_ACTIVE_HIGH>; /* gpio_61 */ 201 201 output-low;
+1 -1
arch/arm/boot/dts/omap3-gta04a5.dts
··· 37 37 }; 38 38 39 39 &gpio5 { 40 - irda_en { 40 + irda-en-hog { 41 41 gpio-hog; 42 42 gpios = <(175-160) GPIO_ACTIVE_HIGH>; 43 43 output-high; /* activate gpio_175 to disable IrDA receiver */