From 1543e317f1da31b75942316931e8f491a8920811 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 04 Jan 2024 10:08:02 +0000 Subject: [PATCH] disable FB --- kernel/Documentation/devicetree/bindings/hwmon/ibm,cffps1.txt | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/kernel/Documentation/devicetree/bindings/hwmon/ibm,cffps1.txt b/kernel/Documentation/devicetree/bindings/hwmon/ibm,cffps1.txt index f68a0a6..d9a2719 100644 --- a/kernel/Documentation/devicetree/bindings/hwmon/ibm,cffps1.txt +++ b/kernel/Documentation/devicetree/bindings/hwmon/ibm,cffps1.txt @@ -1,8 +1,13 @@ -Device-tree bindings for IBM Common Form Factor Power Supply Version 1 ----------------------------------------------------------------------- +Device-tree bindings for IBM Common Form Factor Power Supply Versions 1 and 2 +----------------------------------------------------------------------------- Required properties: - - compatible = "ibm,cffps1"; + - compatible : Must be one of the following: + "ibm,cffps1" + "ibm,cffps2" + or "ibm,cffps" if the system + must support any version of the + power supply - reg = < I2C bus address >; : Address of the power supply on the I2C bus. -- Gitblit v1.6.2