Skip to content

Commit d5c005f

Browse files
jhovoldlag-linaro
authored andcommitted
dt-bindings: mfd: hisilicon,hi6421-spmi-pmic: Fix regulator binding
The regulator child nodes do not have unit addresses so drop the incorrect '#address-cells' and '#size-cells' properties from the parent 'regulators' node. Fixes: 352335a ("staging: hikey9xx: hisilicon, hi6421-spmi-pmic.yaml: simplify props") Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20231206111754.7410-3-johan+linaro@kernel.org Signed-off-by: Lee Jones <lee@kernel.org>
1 parent e23f153 commit d5c005f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Documentation/devicetree/bindings/mfd/hisilicon,hi6421-spmi-pmic.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,6 @@ properties:
4242

4343
additionalProperties: false
4444

45-
properties:
46-
'#address-cells':
47-
const: 1
48-
49-
'#size-cells':
50-
const: 0
51-
5245
patternProperties:
5346
'^ldo[0-9]+$':
5447
type: object
@@ -77,9 +70,6 @@ examples:
7770
interrupts = <0 0>;
7871
7972
regulators {
80-
#address-cells = <1>;
81-
#size-cells = <0>;
82-
8373
ldo3: ldo3 {
8474
regulator-name = "ldo3";
8575
regulator-min-microvolt = <1500000>;

0 commit comments

Comments
 (0)