[PATCH 1/1] ARM: dts: ux500: Supply nodes for the other 2 AB8500 PWM devices

2020-06-22 Thread Lee Jones
As per 'struct mfd_cell ab8500_devs[]' there are not 1, but 3 PWM devices on the AB8500. Until now, each of them have referenced the same Device Tree node. This change ensures each device has their own. Due to recent `dtc` checks [0], nodes cannot share the same node name, so we are forced to re

Re: [PATCH 1/1] ARM: dts: ux500: Supply nodes for the other 2 AB8500 PWM devices

2020-07-07 Thread Linus Walleij
On Mon, Jun 22, 2020 at 10:34 AM Lee Jones wrote: > As per 'struct mfd_cell ab8500_devs[]' there are not 1, but 3 PWM > devices on the AB8500. Until now, each of them have referenced > the same Device Tree node. This change ensures each device has > their own. > > Due to recent `dtc` checks [0]

Re: [PATCH 1/1] ARM: dts: ux500: Supply nodes for the other 2 AB8500 PWM devices

2020-07-07 Thread Linus Walleij
On Tue, Jul 7, 2020 at 2:11 PM Linus Walleij wrote: > On Mon, Jun 22, 2020 at 10:34 AM Lee Jones wrote: > > > As per 'struct mfd_cell ab8500_devs[]' there are not 1, but 3 PWM > > devices on the AB8500. Until now, each of them have referenced > > the same Device Tree node. This change ensures e