mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 14:33:24 -04:00
dt-bindings: hwmon: hpe,gxp-fan-ctrl: remove fn2 and pl registers
Reduce the hpe,gxp-fan-ctrl register references from 3 to 1. The function2 (fn2) and programmable logic (pl) references are removed. The purpose of removal being their functionality will be consumed by a new GPIO driver. Signed-off-by: Nick Hawkins <nick.hawkins@hpe.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230705194544.100370-4-nick.hawkins@hpe.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
committed by
Guenter Roeck
parent
ff496cdace
commit
152de279c1
@@ -18,21 +18,12 @@ properties:
|
||||
const: hpe,gxp-fan-ctrl
|
||||
|
||||
reg:
|
||||
items:
|
||||
- description: Fan controller PWM
|
||||
- description: Programmable logic
|
||||
- description: Function 2
|
||||
|
||||
reg-names:
|
||||
items:
|
||||
- const: base
|
||||
- const: pl
|
||||
- const: fn2
|
||||
description: Fan controller PWM
|
||||
maxItems: 1
|
||||
|
||||
required:
|
||||
- compatible
|
||||
- reg
|
||||
- reg-names
|
||||
|
||||
additionalProperties: false
|
||||
|
||||
@@ -40,6 +31,5 @@ examples:
|
||||
- |
|
||||
fan-controller@1000c00 {
|
||||
compatible = "hpe,gxp-fan-ctrl";
|
||||
reg = <0x1000c00 0x200>, <0xd1000000 0xff>, <0x80200000 0x100000>;
|
||||
reg-names = "base", "pl", "fn2";
|
||||
reg = <0x1000c00 0x200>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user