diff options
author | Mark Brown <broonie@kernel.org> | 2020-12-28 12:24:28 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-12-28 12:24:28 +0000 |
commit | f518be6eccbd296c0e773967d95c617fee70e219 (patch) | |
tree | 88e987c447daf2c29e2d4c15e58d1029b0cc78c2 /Documentation/devicetree/bindings/regulator | |
parent | 5c8fe583cce542aa0b84adc939ce85293de36e5e (diff) | |
parent | 3b66e4a8e58a85af3212c7117d7a29c9ef6679a2 (diff) |
Merge existing fixes from regulator/for-5.11
Diffstat (limited to 'Documentation/devicetree/bindings/regulator')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/nxp,pf8x00-regulator.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/regulator/nxp,pf8x00-regulator.yaml b/Documentation/devicetree/bindings/regulator/nxp,pf8x00-regulator.yaml index a6c259ce9785..956156fe52a3 100644 --- a/Documentation/devicetree/bindings/regulator/nxp,pf8x00-regulator.yaml +++ b/Documentation/devicetree/bindings/regulator/nxp,pf8x00-regulator.yaml @@ -19,7 +19,9 @@ description: | properties: compatible: enum: - - nxp,pf8x00 + - nxp,pf8100 + - nxp,pf8121a + - nxp,pf8200 reg: maxItems: 1 @@ -118,7 +120,7 @@ examples: #size-cells = <0>; pmic@8 { - compatible = "nxp,pf8x00"; + compatible = "nxp,pf8100"; reg = <0x08>; regulators { |