[PATCH v3 3/8] arm64: dts: ls1028a: add flextimer based pwm nodes

Leo Li leoyang.li at nxp.com
Wed Apr 13 12:10:32 PDT 2022



> -----Original Message-----
> From: Vladimir Oltean <olteanv at gmail.com>
> Sent: Wednesday, April 13, 2022 1:23 PM
> To: Leo Li <leoyang.li at nxp.com>
> Cc: Shawn Guo <shawnguo at kernel.org>; linux-arm-
> kernel at lists.infradead.org; linux-kernel at vger.kernel.org; Biwen Li
> <biwen.li at nxp.com>
> Subject: Re: [PATCH v3 3/8] arm64: dts: ls1028a: add flextimer based pwm
> nodes
> 
> On Wed, Apr 13, 2022 at 06:07:20PM +0000, Leo Li wrote:
> > > arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi:1210.21-1219.5:
> > > Warning
> > > (unique_unit_address): /soc/pwm at 2800000: duplicate unit-address
> > > (also used in node /soc/timer at 2800000)
> > > arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi:1221.21-1230.5:
> > > Warning
> > > (unique_unit_address): /soc/pwm at 2810000: duplicate unit-address
> > > (also used in node /soc/timer at 2810000)
> >
> > Well, this is similar situation as pcie.  The flextimer controller can
> > be used as timer, PWM or alarm.  We have separate drivers and bindings
> > for these modes which resulted in different nodes for the same
> > controller.
> 
> I think the mfd framework can address the situation where multiple drivers,
> with multiple functionalities, want access to the same memory region?

I know mfd is used for device providing multiple functions at the same time.  I'm not sure if it can help dealing with the one function at a time scenario.

Regards,
Leo



More information about the linux-arm-kernel mailing list