Skip to content

Commit

Permalink
ARM: dts: AM33XX: Add temperature sensor device tree data to am335x-evm
Browse files Browse the repository at this point in the history
Add temperature sensor DT data to am335x-evm.dts. In AM335x EVM
tmp275 temperature sensor is connected to I2C2 bus. So this patch
adds child node inside i2c2 node with i2c slave address. This patch
is tested on AM335x EVM.

Signed-off-by: AnilKumar Ch <anilkumar@ti.com>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
  • Loading branch information
AnilKumar Ch authored and Benoit Cousson committed Oct 29, 2012
1 parent 492dd02 commit bf07855
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/am335x-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@
st,max-limit-y = <550>;
st,max-limit-z = <750>;
};

tmp275: tmp275@48 {
compatible = "ti,tmp275";
reg = <0x48>;
};
};
};

Expand Down

0 comments on commit bf07855

Please sign in to comment.