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

2019-01-23 Thread Fabio Estevam
Hi Adam, On Tue, Jan 22, 2019 at 2:50 PM Adam Ford wrote: > + tmp102@4a { temperature-sensor@4a > + compatible = "ti,tmp102"; > + reg = <0x4a>; > + pinctrl-names = "default"; > + pinctrl-0 = <&pinctrl_tempsense>; > + i

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

2019-01-22 Thread Adam Ford
The EVM consists of a system on module (SOM) and baseboard, and LCD. This patch adds a DTSI file for the SOM and baseboard separately, then a wrapper to combine them and specify processor type and a LCD information. Signed-off-by: Adam Ford --- V2: Make node names more generic and label names mo