summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vz@mleia.com>2015-12-06 13:31:58 +0200
committerThierry Reding <thierry.reding@gmail.com>2015-12-16 16:59:39 +0100
commit5795980ab3a9448a972c303ba2d6459b72770a1a (patch)
tree34ab6a2a6dbdaab7b9039d26c6b3561f7024dd03
parentc0cc25cc7ee72860e8813043361e845ec2173f58 (diff)
dt: lpc32xx: pwm: update documentation of LPC32xx PWM device
NXP LPC32xx SoC has two separate PWM controller devices, update device tree binding documentation to reflect this fact. The change makes previous PWM device node description incompatible with the new version. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
-rw-r--r--Documentation/devicetree/bindings/pwm/lpc32xx-pwm.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pwm/lpc32xx-pwm.txt b/Documentation/devicetree/bindings/pwm/lpc32xx-pwm.txt
index 1ab1abca8bcc..74b5bc5dd19a 100644
--- a/Documentation/devicetree/bindings/pwm/lpc32xx-pwm.txt
+++ b/Documentation/devicetree/bindings/pwm/lpc32xx-pwm.txt
@@ -8,5 +8,10 @@ Examples:
pwm@4005c000 {
compatible = "nxp,lpc3220-pwm";
- reg = <0x4005c000 0x8>;
+ reg = <0x4005c000 0x4>;
+};
+
+pwm@4005c004 {
+ compatible = "nxp,lpc3220-pwm";
+ reg = <0x4005c004 0x4>;
};