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>
This commit is contained in:
Vladimir Zapolskiy 2015-12-06 13:31:57 +02:00 committed by Thierry Reding
parent 816aec2325
commit c0cc25cc7e
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Required properties:
Examples:
pwm@0x4005C000 {
pwm@4005c000 {
compatible = "nxp,lpc3220-pwm";
reg = <0x4005C000 0x8>;
reg = <0x4005c000 0x8>;
};