From: Vladimir Zapolskiy Date: Sun, 6 Dec 2015 11:31:58 +0000 (+0200) Subject: dt: lpc32xx: pwm: update documentation of LPC32xx PWM device X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5795980ab3a9448a972c303ba2d6459b72770a1a;p=deliverable%2Flinux.git 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 Acked-by: Rob Herring Signed-off-by: Thierry Reding --- 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>; };