[PATCH V4 3/6] ARM: dts: imx6sx-sabreauto: add IO expander max7310 support
Anson Huang
anson.huang at nxp.com
Wed Apr 25 20:06:15 PDT 2018
Hi, Fabio
Anson Huang
Best Regards!
> -----Original Message-----
> From: Fabio Estevam [mailto:festevam at gmail.com]
> Sent: Thursday, April 26, 2018 5:46 AM
> To: Anson Huang <anson.huang at nxp.com>
> Cc: Shawn Guo <shawnguo at kernel.org>; Sascha Hauer
> <kernel at pengutronix.de>; Fabio Estevam <fabio.estevam at nxp.com>; Rob
> Herring <robh+dt at kernel.org>; Mark Rutland <mark.rutland at arm.com>;
> Russell King - ARM Linux <linux at armlinux.org.uk>; dl-linux-imx
> <linux-imx at nxp.com>; moderated list:ARM/FREESCALE IMX / MXC ARM
> ARCHITECTURE <linux-arm-kernel at lists.infradead.org>; open list:OPEN
> FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
> <devicetree at vger.kernel.org>; linux-kernel <linux-kernel at vger.kernel.org>
> Subject: Re: [PATCH V4 3/6] ARM: dts: imx6sx-sabreauto: add IO expander
> max7310 support
>
> On Wed, Apr 25, 2018 at 2:36 AM, Anson Huang <Anson.Huang at nxp.com>
> wrote:
>
> > +&i2c3 {
> > + clock-frequency = <100000>;
> > + pinctrl-names = "default";
> > + pinctrl-0 = <&pinctrl_i2c3_2>;
> > + status = "okay";
> > +
> > + max7310_a: gpio at 30 {
> > + compatible = "maxim,max7310";
> > + reg = <0x30>;
> > + gpio-controller;
> > + #gpio-cells = <2>;
> > + };
> > +
> > + max7310_b: gpio at 32 {
> > + compatible = "maxim,max7310";
> > + reg = <0x32>;
> > + gpio-controller;
> > + #gpio-cells = <2>;
> > + };
>
> Please also add the users for the MAX7310 pins, such as Ethernet PHY.
MAX7310 pins are for PCIe, CAN, MLB. GPS etc., these modules are NOT enabled yet, so
I can NOT test it, I think we should add MAX7310 users when these modules are enabled,
ethernet PHY is NOT controlled by it.
Anson.
More information about the linux-arm-kernel
mailing list