mbox series

[0/3] ARM: dts: ti: Fix DT warnings for ecap nodes

Message ID 20210601092457.5039-1-lokeshvutla@ti.com
Headers show
Series ARM: dts: ti: Fix DT warnings for ecap nodes | expand

Message

Lokesh Vutla June 1, 2021, 9:24 a.m. UTC
Fix DT warnings for all the ecap nodes on TI platforms. This is in
preparation for converting pwm-tiecap documentation to YAML.

Lokesh Vutla (3):
  ARM: dts: ti: Drop usage of ti,am33xx-ecap from DT nodes
  ARM: dts: ti: Fix node name for all ecap dt nodes
  ARM: dts: am33xx: Drop interrupt property from ecap nodes

 arch/arm/boot/dts/am335x-cm-t335.dts |  2 +-
 arch/arm/boot/dts/am335x-evm.dts     |  2 +-
 arch/arm/boot/dts/am335x-evmsk.dts   |  2 +-
 arch/arm/boot/dts/am33xx-l4.dtsi     | 21 ++++++---------------
 arch/arm/boot/dts/am437x-l4.dtsi     | 15 ++++++---------
 arch/arm/boot/dts/da850.dtsi         | 15 ++++++---------
 arch/arm/boot/dts/dra7-l4.dtsi       |  6 +++---
 7 files changed, 24 insertions(+), 39 deletions(-)

Comments

Grygorii Strashko June 1, 2021, 1:05 p.m. UTC | #1
On 01/06/2021 12:24, Lokesh Vutla wrote:
> ti,am33xx-ecap is used to represent device nodes using ti,hwmod data.
> Now that hwmod entries are entirely removed, drop usage of
> ti,am33xx-ecap compatible from all DT nodes.
> 
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
> ---
>   arch/arm/boot/dts/am33xx-l4.dtsi | 9 +++------
>   arch/arm/boot/dts/am437x-l4.dtsi | 9 +++------
>   arch/arm/boot/dts/da850.dtsi     | 9 +++------
>   3 files changed, 9 insertions(+), 18 deletions(-)
> 
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
Grygorii Strashko June 1, 2021, 1:07 p.m. UTC | #2
On 01/06/2021 12:24, Lokesh Vutla wrote:
> Interrupts were never supported by ecap driver and the bindings
> were never documented.Therefore drop the entries in preparation
> to moving bindings to YAML schema.
> 
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
> ---
>   arch/arm/boot/dts/am33xx-l4.dtsi | 6 ------
>   1 file changed, 6 deletions(-)
> 

Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
Tony Lindgren June 11, 2021, 7:29 a.m. UTC | #3
* Lokesh Vutla <lokeshvutla@ti.com> [210601 12:25]:
> Fix DT warnings for all the ecap nodes on TI platforms. This is in
> preparation for converting pwm-tiecap documentation to YAML.

Applying into omap-for-v5.14/dt thanks.

Tony