From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 22 Oct 2024 10:36:11 +0000 Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM --- 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