diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2015-12-06 13:31:57 +0200 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2015-12-16 16:59:08 +0100 |
commit | c0cc25cc7ee72860e8813043361e845ec2173f58 (patch) | |
tree | 279aac862b340dfd0f78e7db3caa8d10a4ba6c65 /Documentation | |
parent | 816aec2325e620b6454474372a21f90a8740cb28 (diff) | |
download | linux-stable-c0cc25cc7ee72860e8813043361e845ec2173f58.tar.gz linux-stable-c0cc25cc7ee72860e8813043361e845ec2173f58.tar.bz2 linux-stable-c0cc25cc7ee72860e8813043361e845ec2173f58.zip |
dt: lpc32xx: pwm: correct LPC32xx PWM device node example
The change removes '0x' from a device node address and uses lower case
hex chars.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/pwm/lpc32xx-pwm.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/pwm/lpc32xx-pwm.txt b/Documentation/devicetree/bindings/pwm/lpc32xx-pwm.txt index cfe1db3bb6e9..1ab1abca8bcc 100644 --- a/Documentation/devicetree/bindings/pwm/lpc32xx-pwm.txt +++ b/Documentation/devicetree/bindings/pwm/lpc32xx-pwm.txt @@ -6,7 +6,7 @@ Required properties: Examples: -pwm@0x4005C000 { +pwm@4005c000 { compatible = "nxp,lpc3220-pwm"; - reg = <0x4005C000 0x8>; + reg = <0x4005c000 0x8>; }; |