diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2021-05-25 20:58:54 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-05-27 14:55:52 +0300 |
commit | fb97f63106f3174992a22fe5e42dda96a0810750 (patch) | |
tree | 7c4349280f771525f8b9faa8144f7d3ce524a540 /arch/arm/boot/dts/am335x-icev2.dts | |
parent | 3d7bf58546ba858ea0a15eb10195a397b9704b51 (diff) | |
download | linux-fb97f63106f3174992a22fe5e42dda96a0810750.tar.xz |
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-icev2.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-icev2.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am335x-icev2.dts b/arch/arm/boot/dts/am335x-icev2.dts index e923d065304d..5e598ac96dcc 100644 --- a/arch/arm/boot/dts/am335x-icev2.dts +++ b/arch/arm/boot/dts/am335x-icev2.dts @@ -458,14 +458,14 @@ }; &gpio3 { - p4 { + pr1-mii-ctl-hog { gpio-hog; gpios = <4 GPIO_ACTIVE_HIGH>; output-high; line-name = "PR1_MII_CTRL"; }; - p10 { + mux-mii-hog { gpio-hog; gpios = <10 GPIO_ACTIVE_HIGH>; /* ETH1 mux: Low for MII-PRU, high for RMII-CPSW */ |