From: Florian Larysch Date: Thu, 17 Nov 2016 10:23:23 +0000 (+0100) Subject: powerpc/dts: add device tree entry for W83793 on T4240RDB X-Git-Tag: Ubuntu-5.2.0-15.16~7802^2^2~36 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=8ba1baabde85bfc27ab486422dc8fca3092bb9df;p=mirror_ubuntu-eoan-kernel.git powerpc/dts: add device tree entry for W83793 on T4240RDB 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 Signed-off-by: Scott Wood --- diff --git a/arch/powerpc/boot/dts/fsl/t4240rdb.dts b/arch/powerpc/boot/dts/fsl/t4240rdb.dts index cc0a264b8acb..8166c660712a 100644 --- a/arch/powerpc/boot/dts/fsl/t4240rdb.dts +++ b/arch/powerpc/boot/dts/fsl/t4240rdb.dts @@ -125,6 +125,10 @@ }; i2c@118000 { + hwmon@2f { + compatible = "winbond,w83793"; + reg = <0x2f>; + }; eeprom@52 { compatible = "at24,24c256"; reg = <0x52>;