[PATCH linux dev-4.10 1/3] ARM: dts: aspeed: romulus: Add Infineon ir35221
Joel Stanley
joel at jms.id.au
Tue May 2 16:12:37 AEST 2017
The driver is not loaded at boot as the host must have power applied
before they can be probed.
OpenBMC-Staging-Count: 1
Signed-off-by: Joel Stanley <joel at jms.id.au>
---
arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
index e70fc00b6d8d..07e8168fdf7f 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
@@ -134,6 +134,11 @@
* CPU0 VDDR A
* CPU0 VDDR B
*/
+ hwmon at 70 {
+ compatible = "infineon,ir35221";
+ reg = <0x70>;
+ status = "disabled";
+ };
};
&i2c5 {
@@ -145,6 +150,11 @@
* CPU1 VDDR A
* CPU1 VDDR B
*/
+ hwmon at 70 {
+ compatible = "infineon,ir35221";
+ reg = <0x70>;
+ status = "disabled";
+ };
};
&i2c6 {
--
2.11.0
More information about the openbmc
mailing list