Skip to content

Commit 9a096a8

Browse files
Gateworkslag-linaro
authored andcommitted
dt-bindings: mfd: gateworks-gsc: Remove unnecessary fan-controller nodes
Remove the unnecessary #address-cells and #size-cells nodes from the fan-controller. These are not needed as the fan controller does not have any children. Signed-off-by: Tim Harvey <tharvey@gateworks.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230612162444.3936302-1-tharvey@gateworks.com Signed-off-by: Lee Jones <lee@kernel.org>
1 parent c7fe3bb commit 9a096a8

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

Documentation/devicetree/bindings/mfd/gateworks-gsc.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -122,21 +122,13 @@ patternProperties:
122122
compatible:
123123
const: gw,gsc-fan
124124

125-
"#address-cells":
126-
const: 1
127-
128-
"#size-cells":
129-
const: 0
130-
131125
reg:
132126
description: The fan controller base address
133127
maxItems: 1
134128

135129
required:
136130
- compatible
137131
- reg
138-
- "#address-cells"
139-
- "#size-cells"
140132

141133
required:
142134
- compatible
@@ -194,8 +186,6 @@ examples:
194186
};
195187
196188
fan-controller@2c {
197-
#address-cells = <1>;
198-
#size-cells = <0>;
199189
compatible = "gw,gsc-fan";
200190
reg = <0x2c>;
201191
};

0 commit comments

Comments
 (0)