summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm/marvell
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2021-01-11 13:46:29 +0200
committerBartosz Golaszewski <bgolaszewski@baylibre.com>2021-02-15 11:43:31 +0100
commitea6fe47f3ed4f89f9216e98f1344c06d6516cb28 (patch)
treedc0b1b0c66298259f5fbc4f632c39c43f527ce54 /Documentation/devicetree/bindings/arm/marvell
parent85b7d8abfec70ae820ddfea493f93b0af7e50b51 (diff)
downloadlinux-stable-ea6fe47f3ed4f89f9216e98f1344c06d6516cb28.tar.gz
linux-stable-ea6fe47f3ed4f89f9216e98f1344c06d6516cb28.tar.bz2
linux-stable-ea6fe47f3ed4f89f9216e98f1344c06d6516cb28.zip
dt-bindings: ap806: document gpio marvell,pwm-offset property
Update the example as well. Add the '#pwm-cells' and 'clocks' properties for a complete working example. Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/marvell')
-rw-r--r--Documentation/devicetree/bindings/arm/marvell/ap80x-system-controller.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/marvell/ap80x-system-controller.txt b/Documentation/devicetree/bindings/arm/marvell/ap80x-system-controller.txt
index e31511255d8e..052a967c1f28 100644
--- a/Documentation/devicetree/bindings/arm/marvell/ap80x-system-controller.txt
+++ b/Documentation/devicetree/bindings/arm/marvell/ap80x-system-controller.txt
@@ -80,6 +80,11 @@ Required properties:
- offset: offset address inside the syscon block
+Optional properties:
+
+- marvell,pwm-offset: offset address of PWM duration control registers inside
+ the syscon block
+
Example:
ap_syscon: system-controller@6f4000 {
compatible = "syscon", "simple-mfd";
@@ -101,6 +106,9 @@ ap_syscon: system-controller@6f4000 {
gpio-controller;
#gpio-cells = <2>;
gpio-ranges = <&ap_pinctrl 0 0 19>;
+ marvell,pwm-offset = <0x10c0>;
+ #pwm-cells = <2>;
+ clocks = <&ap_clk 3>;
};
};