diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2021-06-01 11:24:56 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-06-11 09:29:10 +0200 |
commit | 61edd91c262b4cdc92d95769509434ec24a8fe2a (patch) | |
tree | 1a71b8d9f0ee705ace632f8a9dd0d72b5a1d0a62 /arch/arm/boot/dts/da850.dtsi | |
parent | ARM: dts: ti: Drop usage of ti,am33xx-ecap from DT nodes (diff) | |
download | linux-61edd91c262b4cdc92d95769509434ec24a8fe2a.tar.xz linux-61edd91c262b4cdc92d95769509434ec24a8fe2a.zip |
ARM: dts: ti: Fix node name for all ecap dt nodes
dtbs_check produces the following warning for ecap node name:
ecap@100: $nodename:0: 'ecap@100' does not match '^pwm(@.*|-[0-9a-f])*$'
Fix this by replacing ecap with pwm in node name
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/da850.dtsi')
-rw-r--r-- | arch/arm/boot/dts/da850.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi index 8e5748e6b270..c3942b4e82ad 100644 --- a/arch/arm/boot/dts/da850.dtsi +++ b/arch/arm/boot/dts/da850.dtsi @@ -591,7 +591,7 @@ power-domains = <&psc1 17>; status = "disabled"; }; - ecap0: ecap@306000 { + ecap0: pwm@306000 { compatible = "ti,da850-ecap", "ti,am3352-ecap"; #pwm-cells = <3>; reg = <0x306000 0x80>; @@ -600,7 +600,7 @@ power-domains = <&psc1 20>; status = "disabled"; }; - ecap1: ecap@307000 { + ecap1: pwm@307000 { compatible = "ti,da850-ecap", "ti,am3352-ecap"; #pwm-cells = <3>; reg = <0x307000 0x80>; @@ -609,7 +609,7 @@ power-domains = <&psc1 20>; status = "disabled"; }; - ecap2: ecap@308000 { + ecap2: pwm@308000 { compatible = "ti,da850-ecap", "ti,am3352-ecap"; #pwm-cells = <3>; reg = <0x308000 0x80>; |