mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
ARM: dts: lpc32xx: Correct motor PWM device tree node name
Change once a customly selected 'mpwm' node name in favour of
the expected 'pwm' one.
The change eliminates a reported warning:
mpwm@400e8000: $nodename:0: 'mpwm@400e8000' does not match '^pwm(@.*|-([0-9]|[1-9][0-9]+))?$'
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
This commit is contained in:
parent
65ae9ea77e
commit
2695035dc3
|
|
@ -298,7 +298,7 @@ i2c2: i2c@400a8000 {
|
|||
clocks = <&clk LPC32XX_CLK_I2C2>;
|
||||
};
|
||||
|
||||
mpwm: mpwm@400e8000 {
|
||||
mpwm: pwm@400e8000 {
|
||||
compatible = "nxp,lpc3220-motor-pwm";
|
||||
reg = <0x400e8000 0x78>;
|
||||
#pwm-cells = <3>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user