[PATCH] T4240RBD: add device tree entry for W83793

2016-11-14 Thread Florian Larysch
The T4240RDB contains a W83793 hardware monitoring chip. Add a device tree entry to make the driver attach to it, as the i2c-mpc bus driver dropped support for class-based instantiation of devices a long time ago. Signed-off-by: Florian Larysch --- arch/powerpc/boot/dts/fsl/t4240rdb.dts | 4

[PATCH v2 0/2] T4240RBD: add device tree entry for W83793

2016-11-17 Thread Florian Larysch
v2: - Ordered DT nodes by address - Added an entry for the chip to the trivial-devices list Florian Larysch (2): powerpc/dts: add device tree entry for W83793 on T4240RDB DT: i2c: W83793 is a trivial device Documentation/devicetree/bindings/i2c/trivial-devices.txt | 1 + arch/powerpc/boot

[PATCH v2 1/2] powerpc/dts: add device tree entry for W83793 on T4240RDB

2016-11-17 Thread Florian Larysch
The T4240RDB contains a W83793 hardware monitoring chip. Add a device tree entry to make the driver attach to it, as the i2c-mpc bus driver dropped support for class-based instantiation of devices a long time ago. Signed-off-by: Florian Larysch --- arch/powerpc/boot/dts/fsl/t4240rdb.dts | 4

[PATCH v2 2/2] DT: i2c: W83793 is a trivial device

2016-11-17 Thread Florian Larysch
Signed-off-by: Florian Larysch --- Documentation/devicetree/bindings/i2c/trivial-devices.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt index fbbad64..c65aff0 100644