Message ID | 20210601092457.5039-1-lokeshvutla@ti.com |
---|---|
Headers | show |
Series | ARM: dts: ti: Fix DT warnings for ecap nodes | expand |
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>
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>
* 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