diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2021-05-25 20:58:56 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-05-27 15:06:57 +0300 |
commit | cfb4ab3b5df86c6001127346d8331f5e87012f91 (patch) | |
tree | f73c3c20bd2f2ae62336fdacd6305a8d9ab8df7e /arch/arm/boot/dts/omap3-gta04a5.dts | |
parent | bd551acdde3ad40da1a97391abd6e0db7852bf66 (diff) | |
download | linux-cfb4ab3b5df86c6001127346d8331f5e87012f91.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/omap3-gta04a5.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-gta04a5.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-gta04a5.dts b/arch/arm/boot/dts/omap3-gta04a5.dts index fd84bbf3b9cc..9ce8d81250aa 100644 --- a/arch/arm/boot/dts/omap3-gta04a5.dts +++ b/arch/arm/boot/dts/omap3-gta04a5.dts @@ -37,7 +37,7 @@ }; &gpio5 { - irda_en { + irda-en-hog { gpio-hog; gpios = <(175-160) GPIO_ACTIVE_HIGH>; output-high; /* activate gpio_175 to disable IrDA receiver */ |