[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230418152824.110823-5-nick.hawkins@hpe.com>
Date: Tue, 18 Apr 2023 10:28:19 -0500
From: nick.hawkins@....com
To: verdun@....com, nick.hawkins@....com, linus.walleij@...aro.org,
brgl@...ev.pl, robh+dt@...nel.org,
krzysztof.kozlowski+dt@...aro.org, jdelvare@...e.com,
linux@...ck-us.net, linux@...linux.org.uk,
linux-gpio@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-hwmon@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org
Subject: [PATCH v1 4/9] dt-bindings: hwmon: Modify hpe,gxp-fan-ctrl
From: Nick Hawkins <nick.hawkins@....com>
Remove the fn2 register reference as GPIO will
be using it.
Signed-off-by: Nick Hawkins <nick.hawkins@....com>
---
.../devicetree/bindings/hwmon/hpe,gxp-fan-ctrl.yaml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/Documentation/devicetree/bindings/hwmon/hpe,gxp-fan-ctrl.yaml b/Documentation/devicetree/bindings/hwmon/hpe,gxp-fan-ctrl.yaml
index 4a52aac6be72..ee70f06787f6 100644
--- a/Documentation/devicetree/bindings/hwmon/hpe,gxp-fan-ctrl.yaml
+++ b/Documentation/devicetree/bindings/hwmon/hpe,gxp-fan-ctrl.yaml
@@ -21,13 +21,11 @@ properties:
items:
- description: Fan controller PWM
- description: Programmable logic
- - description: Function 2
reg-names:
items:
- const: base
- const: pl
- - const: fn2
required:
- compatible
@@ -40,6 +38,6 @@ examples:
- |
fan-controller@...0c00 {
compatible = "hpe,gxp-fan-ctrl";
- reg = <0x1000c00 0x200>, <0xd1000000 0xff>, <0x80200000 0x100000>;
- reg-names = "base", "pl", "fn2";
+ reg = <0x1000c00 0x200>, <0xd1000000 0xff>;
+ reg-names = "base", "pl";
};
--
2.17.1
Powered by blists - more mailing lists