diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2022-02-24 15:33:09 +0300 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2022-02-24 15:51:48 +0300 |
commit | 6a3b10e5c312cae4c1fc7a27bf9a030360999351 (patch) | |
tree | f3bf73206efb417489d90f03a4979dfef0fd10ef /arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts | |
parent | 48d8ee5b831ec8b6dbe3b4313fed0adcd752e20b (diff) | |
download | linux-6a3b10e5c312cae4c1fc7a27bf9a030360999351.tar.xz |
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/r8a77470-iwg23s-sbc.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts b/arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts index b024621c9981..644802285249 100644 --- a/arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts +++ b/arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts @@ -116,7 +116,7 @@ }; &gpio2 { - interrupt-fixup { + interrupt-fixup-hog { gpio-hog; gpios = <29 GPIO_ACTIVE_HIGH>; line-name = "hdmi-hpd-int"; |