diff options
-rw-r--r-- | arch/arm/boot/dts/am335x-phycore-som.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-phycore-som.dtsi b/arch/arm/boot/dts/am335x-phycore-som.dtsi index b72dfaaf8175..fd1adc60f749 100644 --- a/arch/arm/boot/dts/am335x-phycore-som.dtsi +++ b/arch/arm/boot/dts/am335x-phycore-som.dtsi | |||
@@ -120,6 +120,12 @@ | |||
120 | reg = <0x2d>; | 120 | reg = <0x2d>; |
121 | }; | 121 | }; |
122 | 122 | ||
123 | i2c_tmp102: temp@4b { | ||
124 | compatible = "ti,tmp102"; | ||
125 | reg = <0x4b>; | ||
126 | status = "disabled"; | ||
127 | }; | ||
128 | |||
123 | i2c_eeprom: eeprom@52 { | 129 | i2c_eeprom: eeprom@52 { |
124 | compatible = "atmel,24c32"; | 130 | compatible = "atmel,24c32"; |
125 | pagesize = <32>; | 131 | pagesize = <32>; |