From 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 13 May 2024 10:30:14 +0000 Subject: [PATCH] modify sin led gpio --- 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