diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2022-02-24 13:33:09 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2022-02-24 13:51:48 +0100 |
commit | 6a3b10e5c312cae4c1fc7a27bf9a030360999351 (patch) | |
tree | f3bf73206efb417489d90f03a4979dfef0fd10ef /arch/arm/boot/dts/r8a7740-armadillo800eva.dts | |
parent | arm64: dts: renesas: Align GPIO hog names with dtschema (diff) | |
download | linux-6a3b10e5c312cae4c1fc7a27bf9a030360999351.tar.xz linux-6a3b10e5c312cae4c1fc7a27bf9a030360999351.zip |
ARM: 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/972d982024cbb04dcf29b2a0ac6beaf41e66c363.1645705927.git.geert+renesas@glider.be
Diffstat (limited to 'arch/arm/boot/dts/r8a7740-armadillo800eva.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts index a01f3def1c69..0af63ddc4473 100644 --- a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts +++ b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts @@ -266,7 +266,7 @@ function = "lcd0"; }; - lcd0_mux { + lcd0-mux-hog { /* DBGMD/LCDC0/FSIA MUX */ gpio-hog; gpios = <176 0>; |