diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-01-04 17:26:07 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-01-04 17:26:07 +0000 |
commit | 5ed3a7aeb3e618754a30ff2a9c3b262a68d117f9 (patch) | |
tree | 65b83dddf655e8f38bade8f0efbfcb9e2d5160ba /target | |
parent | 8bd2c446d4edc2552e3827eb8026c588e05f6f1e (diff) | |
download | upstream-5ed3a7aeb3e618754a30ff2a9c3b262a68d117f9.tar.gz upstream-5ed3a7aeb3e618754a30ff2a9c3b262a68d117f9.tar.bz2 upstream-5ed3a7aeb3e618754a30ff2a9c3b262a68d117f9.zip |
add tmp421 to the device tree instead of relying on autodetect
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43825
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts | 5 |
1 files changed, 5 insertions, 0 deletions
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"; |