summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/gpio
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2017-06-27 10:16:12 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-06-27 10:16:12 +0200
commit79c4a86c87cdcd64b5cc5b3ed0db75d7530b6aee (patch)
tree9a50325d2beaff9ea14a5947c496ccb317d1f7f4 /dts/Bindings/gpio
parentaaed4fe554001388961d4188ac416d64966b3501 (diff)
downloadbarebox-79c4a86c87cdcd64b5cc5b3ed0db75d7530b6aee.tar.gz
barebox-79c4a86c87cdcd64b5cc5b3ed0db75d7530b6aee.tar.xz
dts: update to v4.12-rc7
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'dts/Bindings/gpio')
-rw-r--r--dts/Bindings/gpio/gpio-mvebu.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/dts/Bindings/gpio/gpio-mvebu.txt b/dts/Bindings/gpio/gpio-mvebu.txt
index 42c3bb2d53..01e331a5f3 100644
--- a/dts/Bindings/gpio/gpio-mvebu.txt
+++ b/dts/Bindings/gpio/gpio-mvebu.txt
@@ -41,9 +41,9 @@ Required properties:
Optional properties:
In order to use the GPIO lines in PWM mode, some additional optional
-properties are required. Only Armada 370 and XP support these properties.
+properties are required.
-- compatible: Must contain "marvell,armada-370-xp-gpio"
+- compatible: Must contain "marvell,armada-370-gpio"
- reg: an additional register set is needed, for the GPIO Blink
Counter on/off registers.
@@ -71,7 +71,7 @@ Example:
};
gpio1: gpio@18140 {
- compatible = "marvell,armada-370-xp-gpio";
+ compatible = "marvell,armada-370-gpio";
reg = <0x18140 0x40>, <0x181c8 0x08>;
reg-names = "gpio", "pwm";
ngpios = <17>;