mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
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>
This commit is contained in:
@@ -122,12 +122,6 @@ patternProperties:
|
|||||||
compatible:
|
compatible:
|
||||||
const: gw,gsc-fan
|
const: gw,gsc-fan
|
||||||
|
|
||||||
"#address-cells":
|
|
||||||
const: 1
|
|
||||||
|
|
||||||
"#size-cells":
|
|
||||||
const: 0
|
|
||||||
|
|
||||||
reg:
|
reg:
|
||||||
description: The fan controller base address
|
description: The fan controller base address
|
||||||
maxItems: 1
|
maxItems: 1
|
||||||
@@ -135,8 +129,6 @@ patternProperties:
|
|||||||
required:
|
required:
|
||||||
- compatible
|
- compatible
|
||||||
- reg
|
- reg
|
||||||
- "#address-cells"
|
|
||||||
- "#size-cells"
|
|
||||||
|
|
||||||
required:
|
required:
|
||||||
- compatible
|
- compatible
|
||||||
@@ -194,8 +186,6 @@ examples:
|
|||||||
};
|
};
|
||||||
|
|
||||||
fan-controller@2c {
|
fan-controller@2c {
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
compatible = "gw,gsc-fan";
|
compatible = "gw,gsc-fan";
|
||||||
reg = <0x2c>;
|
reg = <0x2c>;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user