diff options
author | Eddie James <eajames@linux.ibm.com> | 2022-11-01 16:32:12 -0500 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2022-11-20 20:47:31 +1030 |
commit | 943aaf336e7a60dd3cd88935a48883ef633bff7f (patch) | |
tree | 05339712507d5c6ed087c02b84bfd3b2200818ae /arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts | |
parent | 2fb4955ac2a90d7e9c5b2c151e2a542ccf939d2b (diff) |
ARM: dts: aspeed: p10bmc: Add occ-hwmon nodes
Add the occ-hwmon nodes in order to specify that the occ-hwmon driver
should not poll the OCC during initialization.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Link: https://lore.kernel.org/r/20221101213212.643472-1-eajames@linux.ibm.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts index 6352f9e8f73c..d1971ddf06a5 100644 --- a/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts +++ b/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts @@ -336,6 +336,11 @@ fsi_occ0: occ { compatible = "ibm,p10-occ"; + + occ-hwmon { + compatible = "ibm,p10-occ-hwmon"; + ibm,no-poll-on-init; + }; }; }; @@ -480,6 +485,11 @@ fsi_occ1: occ { compatible = "ibm,p10-occ"; + + occ-hwmon { + compatible = "ibm,p10-occ-hwmon"; + ibm,no-poll-on-init; + }; }; }; |