add tmp421 to the device tree instead of relying on autodetect
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 43825
This commit is contained in:
parent
8bd2c446d4
commit
5ed3a7aeb3
1 changed files with 5 additions and 0 deletions
|
@ -151,6 +151,11 @@
|
|||
status = "okay";
|
||||
clock-frequency = <100000>;
|
||||
|
||||
tmp421@4c {
|
||||
compatible = "ti,tmp421";
|
||||
reg = <0x4c>;
|
||||
};
|
||||
|
||||
tlc59116@68 {
|
||||
#gpio-cells = <2>;
|
||||
compatible = "gpio,tlc59116";
|
||||
|
|
Loading…
Reference in a new issue