mirror of https://gitee.com/openkylin/linux.git
ARM: dts: omap5-evm: Add tmp102 sensor support
Add tmp102 temperature sensor data in omap5 evm dts file. Signed-off-by: Sourav Poddar <sourav.poddar@ti.com> Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Acked-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Benoit Cousson <b-cousson@ti.com>
This commit is contained in:
parent
6e6a9a5047
commit
08f3e21b81
|
@ -49,3 +49,13 @@ &mmc4 {
|
||||||
&mmc5 {
|
&mmc5 {
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&i2c4 {
|
||||||
|
clock-frequency = <400000>;
|
||||||
|
|
||||||
|
/* Temperature Sensor */
|
||||||
|
tmp102@48{
|
||||||
|
compatible = "ti,tmp102";
|
||||||
|
reg = <0x48>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
Loading…
Reference in New Issue