[PATCH v4 3/3] arm64: dts: imx93-11x11-evk: add pca9451a support

Joy Zou joy.zou at nxp.com
Wed Mar 13 22:40:46 PDT 2024


> -----Original Message-----
> From: Frank Li <frank.li at nxp.com>
> Sent: 2024年3月14日 11:44
> To: Joy Zou <joy.zou at nxp.com>
> Cc: Jacky Bai <ping.bai at nxp.com>; lgirdwood at gmail.com;
> broonie at kernel.org; robh+dt at kernel.org; krzysztof.kozlowski+dt at linaro.org;
> conor+dt at kernel.org; shawnguo at kernel.org; s.hauer at pengutronix.de;
> kernel at pengutronix.de; festevam at gmail.com; dl-linux-imx
> <linux-imx at nxp.com>; devicetree at vger.kernel.org;
> linux-arm-kernel at lists.infradead.org; linux-kernel at vger.kernel.org;
> imx at lists.linux.dev
> Subject: Re: [PATCH v4 3/3] arm64: dts: imx93-11x11-evk: add pca9451a
> support
> 
> On Thu, Mar 14, 2024 at 11:29:23AM +0800, Joy Zou wrote:
> > Support pca9451a on imx93-11x11-evk.
> >
> > Signed-off-by: Joy Zou <joy.zou at nxp.com>
> > ---
> > Changes in v4:
> > 1. modify the comment for uSDHC but not i2c.
> >
> > Changes in v3:
> > 1. modify the voltages constraints according to the imx93 datasheet.
> > ---
> >  .../boot/dts/freescale/imx93-11x11-evk.dts    | 112
> ++++++++++++++++++
> >  1 file changed, 112 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
> b/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
> > index 9921ea13ab48..59740dfa054c 100644
> > --- a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
> > +++ b/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts
> > +
> > +	pcal6524: gpio at 22 {
> > +		compatible = "nxp,pcal6524";
> > +		pinctrl-names = "default";
> > +		pinctrl-0 = <&pinctrl_pcal6524>;
> > +		reg = <0x22>;
> > +		gpio-controller;
> > +		#gpio-cells = <2>;
> > +		interrupt-controller;
> > +		#interrupt-cells = <2>;
> > +		interrupt-parent = <&gpio3>;
> > +		interrupts = <27 IRQ_TYPE_LEVEL_LOW>;
> > +	};
> 
> It'd better order by address. gpio at 22 should before pmic at 25
> 
Okay, will adjust the gpio at 22 location in next version.
Thanks frank!
BR
Joy Zou
> Frank
> 



More information about the linux-arm-kernel mailing list