Re: [PATCH v3 1/3] ARM: dts: AM335x: Add dummy i2c nodes

2017-11-06 Thread Sascha Hauer
On Fri, Nov 03, 2017 at 11:48:14AM +0100, Daniel Schultz wrote: > These i2c nodes are needed for autoenable of i2c clients, because > the autoenable API searches for device tree nodes to get the client > address. > > Signed-off-by: Daniel Schultz > --- > arch/arm/dts/am335x-phytec-phycore-som.dt

[PATCH v3 1/3] ARM: dts: AM335x: Add dummy i2c nodes

2017-11-03 Thread Daniel Schultz
These i2c nodes are needed for autoenable of i2c clients, because the autoenable API searches for device tree nodes to get the client address. Signed-off-by: Daniel Schultz --- arch/arm/dts/am335x-phytec-phycore-som.dtsi | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/ar