We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5f04f commit 0bacee9Copy full SHA for 0bacee9
drivers/staging/hikey9xx/hisilicon,hi6421-spmi-pmic.yaml
@@ -42,6 +42,8 @@ properties:
42
regulators:
43
type: object
44
45
+ additionalProperties: false
46
+
47
properties:
48
'#address-cells':
49
const: 1
@@ -50,11 +52,13 @@ properties:
50
52
const: 0
51
53
54
patternProperties:
- '^ldo[0-9]+@[0-9a-f]$':
55
+ '^(ldo|LDO)[0-9]+$':
56
57
58
$ref: "/schemas/regulator/regulator.yaml#"
59
60
+ unevaluatedProperties: false
61
62
required:
63
- compatible
64
- reg
0 commit comments