diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2021-05-25 19:58:54 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-05-27 13:55:52 +0200 |
commit | fb97f63106f3174992a22fe5e42dda96a0810750 (patch) | |
tree | 7c4349280f771525f8b9faa8144f7d3ce524a540 /arch/arm/boot/dts/am335x-shc.dts | |
parent | ARM: dts: osd3358-sm-red: group in the same phandle all its properties (diff) | |
download | linux-fb97f63106f3174992a22fe5e42dda96a0810750.tar.xz linux-fb97f63106f3174992a22fe5e42dda96a0810750.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/am335x-shc.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-shc.dts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/am335x-shc.dts b/arch/arm/boot/dts/am335x-shc.dts index 1eaa26533466..2bfe60d32783 100644 --- a/arch/arm/boot/dts/am335x-shc.dts +++ b/arch/arm/boot/dts/am335x-shc.dts @@ -140,14 +140,14 @@ }; &gpio1 { - hmtc_rst { + hmtc-rst-hog { gpio-hog; gpios = <24 GPIO_ACTIVE_LOW>; output-high; line-name = "homematic_reset"; }; - hmtc_prog { + hmtc-prog-hog { gpio-hog; gpios = <27 GPIO_ACTIVE_LOW>; output-high; @@ -156,14 +156,14 @@ }; &gpio3 { - zgb_rst { + zgb-rst-hog { gpio-hog; gpios = <18 GPIO_ACTIVE_LOW>; output-low; line-name = "zigbee_reset"; }; - zgb_boot { + zgb-boot-hog { gpio-hog; gpios = <19 GPIO_ACTIVE_HIGH>; output-high; |