[PATCH v2 05/10] arm64: dts: imx8qm-mek: add i2c0 and children devices

Fabio Estevam festevam at gmail.com
Thu Apr 18 16:03:52 PDT 2024


On Thu, Apr 18, 2024 at 1:37 PM Frank Li <Frank.Li at nxp.com> wrote:

> +       lsm303arg at 19 {
> +               compatible = "st,lsm303agr-accel";
> +               reg = <0x19>;
> +       };
> +
> +       fxas21002c at 20 {
> +               compatible = "nxp,fxas21002c";
> +               reg = <0x20>;
> +       };
> +
> +       isl29023 at 44 {
> +               compatible = "isil,isl29023";
> +               reg = <0x44>;
> +               interrupt-parent = <&lsio_gpio4>;
> +               interrupts = <11 2>;
> +       };
> +
> +       mpl3115 at 60 {
> +               compatible = "fsl,mpl3115";
> +               reg = <0x60>;
> +       };
> +
> +       max7322: gpio at 68 {
> +               compatible = "maxim,max7322";
> +               reg = <0x68>;
> +               gpio-controller;
> +               #gpio-cells = <2>;
> +       };
> +
> +       l3g4250 at 69 {
> +               compatible = "st,l3g4200d-gyro";
> +               reg = <0x69>;
> +       };

Same comment I did yesterday on another patch from you: none of these
node names are generic.



More information about the linux-arm-kernel mailing list