Skip to content

Commit

Permalink
dts: bindings: regulator: Added regulator-boot-off to allowlists
Browse files Browse the repository at this point in the history
Added regulator-boot-off to property-allowlist for adp5360, npm1300,
npm6001 and axp192.

Signed-off-by: Andy Sinclair <[email protected]>
  • Loading branch information
aasinclair authored and nashif committed Mar 5, 2024
1 parent 16fdc4b commit a14abeb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions dts/bindings/regulator/adi,adp5360-regulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ child-binding:
property-allowlist:
- regulator-always-on
- regulator-boot-on
- regulator-boot-off
- regulator-init-microvolt
- regulator-min-microvolt
- regulator-max-microvolt
Expand Down
1 change: 1 addition & 0 deletions dts/bindings/regulator/nordic,npm1300-regulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ child-binding:
property-allowlist:
- regulator-always-on
- regulator-boot-on
- regulator-boot-off
- regulator-min-microvolt
- regulator-max-microvolt
- regulator-init-microvolt
Expand Down
1 change: 1 addition & 0 deletions dts/bindings/regulator/nordic,npm6001-regulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ child-binding:
property-allowlist:
- regulator-always-on
- regulator-boot-on
- regulator-boot-off
- regulator-max-microamp
- regulator-min-microvolt
- regulator-max-microvolt
Expand Down
1 change: 1 addition & 0 deletions dts/bindings/regulator/x-powers,axp192-regulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ child-binding:
- regulator-max-microvolt
- regulator-always-on
- regulator-boot-on
- regulator-boot-off
- regulator-initial-mode
- regulator-allowed-modes

Expand Down

0 comments on commit a14abeb

Please sign in to comment.