dt: lpc32xx: pwm: correct LPC32xx PWM device node example
authorVladimir Zapolskiy <vz@mleia.com>
Sun, 6 Dec 2015 11:31:57 +0000 (13:31 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Wed, 16 Dec 2015 15:59:08 +0000 (16:59 +0100)
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>
Documentation/devicetree/bindings/pwm/lpc32xx-pwm.txt

index cfe1db3bb6e979987361b1c194ecdbf04ddc9349..1ab1abca8bccbd58bc75bbde416262e40e46a681 100644 (file)
@@ -6,7 +6,7 @@ Required properties:
 
 Examples:
 
-pwm@0x4005C000 {
+pwm@4005c000 {
        compatible = "nxp,lpc3220-pwm";
-       reg = <0x4005C000 0x8>;
+       reg = <0x4005c000 0x8>;
 };