From 5ed3a7aeb3e618754a30ff2a9c3b262a68d117f9 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Sun, 4 Jan 2015 17:26:07 +0000 Subject: [PATCH] add tmp421 to the device tree instead of relying on autodetect Signed-off-by: Imre Kaloz SVN-Revision: 43825 --- .../linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts b/target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts index a3dc012724..d2d19ecc72 100644 --- a/target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts +++ b/target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts @@ -151,6 +151,11 @@ status = "okay"; clock-frequency = <100000>; + tmp421@4c { + compatible = "ti,tmp421"; + reg = <0x4c>; + }; + tlc59116@68 { #gpio-cells = <2>; compatible = "gpio,tlc59116"; -- 2.30.2