diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2021-05-25 19:58:55 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-05-27 13:56:41 +0200 |
commit | bd551acdde3ad40da1a97391abd6e0db7852bf66 (patch) | |
tree | bfa579ac0fda4c3a9c86e3085e3ed8b79df23362 /arch/arm/boot/dts/am43x-epos-evm.dts | |
parent | ARM: dts: am335x: align GPIO hog names with dt-schema (diff) | |
download | linux-bd551acdde3ad40da1a97391abd6e0db7852bf66.tar.xz linux-bd551acdde3ad40da1a97391abd6e0db7852bf66.zip |
ARM: dts: am437x: 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/am43x-epos-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/am43x-epos-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts index f517d1e843cf..d717d5ada812 100644 --- a/arch/arm/boot/dts/am43x-epos-evm.dts +++ b/arch/arm/boot/dts/am43x-epos-evm.dts @@ -725,7 +725,7 @@ pinctrl-0 = <&display_mux_pins>; status = "okay"; - p1 { + sel-lcd-hdmi-hog { /* * SelLCDorHDMI selects between display and audio paths: * Low: HDMI display with audio via HDMI |