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-boneblue.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-boneblue.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-boneblue.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-boneblue.dts b/arch/arm/boot/dts/am335x-boneblue.dts index 69acaf4ea0f3..0afcc2ee0b63 100644 --- a/arch/arm/boot/dts/am335x-boneblue.dts +++ b/arch/arm/boot/dts/am335x-boneblue.dts @@ -436,7 +436,7 @@ }; &gpio3 { - ls_buf_en { + ls-buf-en-hog { gpio-hog; gpios = <10 GPIO_ACTIVE_HIGH>; output-high; |