Re: [PATCH V2] ARM: dts: imx: Add support for Logic PD i.MX6QD EVM

From: Fabio Estevam
Date: Wed Jan 23 2019 - 07:05:14 EST


Hi Adam,

On Tue, Jan 22, 2019 at 2:50 PM Adam Ford <aford173@xxxxxxxxx> wrote:

> + tmp102@4a {

temperature-sensor@4a

> + compatible = "ti,tmp102";
> + reg = <0x4a>;
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_tempsense>;
> + interrupt-parent = <&gpio6>;
> + interrupts = <15 IRQ_TYPE_LEVEL_LOW>;
> + #thermal-sensor-cells = <1>;
> + };
> +
> + tmp102@49 {

temperature-sensor@49

> + compatible = "ti,tmp102";
> + reg = <0x49>;
> + interrupt-parent = <&gpio6>;
> + interrupts = <15 IRQ_TYPE_LEVEL_LOW>;
> + #thermal-sensor-cells = <1>;
> + };
> +
> + at24@51 {

eeprom@51

> + compatible = "atmel,24c64";
> + pagesize = <32>;
> + read-only; /* Manufacturing EEPROM programmed at factory */
> + reg = <0x51>;
> + };
> +
> + at24@52 {

eeprom@52

With these changes you can add:

Reviewed-by: Fabio Estevam <festevam@xxxxxxxxx>