Commit c0cc25cc authored by Vladimir Zapolskiy's avatar Vladimir Zapolskiy Committed by Thierry Reding

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: default avatarVladimir Zapolskiy <vz@mleia.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarThierry Reding <thierry.reding@gmail.com>
parent 816aec23
......@@ -6,7 +6,7 @@ Required properties:
Examples:
pwm@0x4005C000 {
pwm@4005c000 {
compatible = "nxp,lpc3220-pwm";
reg = <0x4005C000 0x8>;
reg = <0x4005c000 0x8>;
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment