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:
parent
816aec2325
commit
c0cc25cc7e
|
@ -6,7 +6,7 @@ Required properties:
|
|||
|
||||
Examples:
|
||||
|
||||
pwm@0x4005C000 {
|
||||
pwm@4005c000 {
|
||||
compatible = "nxp,lpc3220-pwm";
|
||||
reg = <0x4005C000 0x8>;
|
||||
reg = <0x4005c000 0x8>;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue