diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-16 18:57:14 +0300 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@bootlin.com> | 2020-11-29 13:51:09 +0300 |
commit | 493c6469a6dd911654f04a656ce2d91021e1e915 (patch) | |
tree | 6add6a9d3eb8428c64e4f5c2d0f0aadf26e098ae /arch/arm/boot/dts/armada-388-helios4.dts | |
parent | 6ac30b5c9956ff03fe8eed0a0ea5430426c99b89 (diff) | |
download | linux-493c6469a6dd911654f04a656ce2d91021e1e915.tar.xz |
ARM: dts: armada: align GPIO hog names with dtschema
The convention for node names is to use hyphens, not underscores.
dtschema for pca95xx expects GPIO hogs to end with 'hog' prefix.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/armada-388-helios4.dts')
-rw-r--r-- | arch/arm/boot/dts/armada-388-helios4.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/armada-388-helios4.dts b/arch/arm/boot/dts/armada-388-helios4.dts index fb49df2a3bce..b3728de3bd3f 100644 --- a/arch/arm/boot/dts/armada-388-helios4.dts +++ b/arch/arm/boot/dts/armada-388-helios4.dts @@ -166,19 +166,19 @@ interrupt-controller; #interrupt-cells = <2>; - board_rev_bit_0 { + board-rev-bit-0-hog { gpio-hog; gpios = <0 GPIO_ACTIVE_LOW>; input; line-name = "board-rev-0"; }; - board_rev_bit_1 { + board-rev-bit-1-hog { gpio-hog; gpios = <1 GPIO_ACTIVE_LOW>; input; line-name = "board-rev-1"; }; - usb3_ilimit { + usb3-ilimit-hog { gpio-hog; gpios = <5 GPIO_ACTIVE_HIGH>; input; |