aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vz@mleia.com>2015-12-06 06:31:57 -0500
committerThierry Reding <thierry.reding@gmail.com>2015-12-16 10:59:08 -0500
commitc0cc25cc7ee72860e8813043361e845ec2173f58 (patch)
tree279aac862b340dfd0f78e7db3caa8d10a4ba6c65 /Documentation
parent816aec2325e620b6454474372a21f90a8740cb28 (diff)
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.txt4
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:
6 6
7Examples: 7Examples:
8 8
9pwm@0x4005C000 { 9pwm@4005c000 {
10 compatible = "nxp,lpc3220-pwm"; 10 compatible = "nxp,lpc3220-pwm";
11 reg = <0x4005C000 0x8>; 11 reg = <0x4005c000 0x8>;
12}; 12};