diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2022-02-24 15:33:40 +0300 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2022-02-24 15:51:48 +0300 |
commit | 48d8ee5b831ec8b6dbe3b4313fed0adcd752e20b (patch) | |
tree | f0c564b9675bed6fe106fc03ece14d7b21b2b340 /arch/arm64/boot/dts/renesas/hihope-common.dtsi | |
parent | d05e409e4a66f62e863b140bd1c784f2d93f2562 (diff) | |
download | linux-48d8ee5b831ec8b6dbe3b4313fed0adcd752e20b.tar.xz |
arm64: dts: renesas: Align GPIO hog names with dtschema
Dtschema expects GPIO hogs to end with a "hog" suffix.
Also, the convention for node names is to use hyphens, not underscores.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/baee4b9980576ffbab24122fce7147c9cbc2ea59.1645705998.git.geert+renesas@glider.be
Diffstat (limited to 'arch/arm64/boot/dts/renesas/hihope-common.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/renesas/hihope-common.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/renesas/hihope-common.dtsi b/arch/arm64/boot/dts/renesas/hihope-common.dtsi index 0c7e6f790590..935d06515aa6 100644 --- a/arch/arm64/boot/dts/renesas/hihope-common.dtsi +++ b/arch/arm64/boot/dts/renesas/hihope-common.dtsi @@ -140,7 +140,7 @@ }; &gpio6 { - usb1-reset { + usb1-reset-hog { gpio-hog; gpios = <10 GPIO_ACTIVE_LOW>; output-low; |