diff options
author | 2024-12-05 11:51:11 -0500 | |
---|---|---|
committer | 2024-12-09 13:14:16 +0000 | |
commit | 17b531c162e5dbdce9a184ccd1c730ae3f31576b (patch) | |
tree | 6440c1612c2c21d8a2c711c3d15498e135420dc7 | |
parent | regulator: pca9450: Use dev_err_probe() to simplify code (diff) | |
download | wireguard-linux-17b531c162e5dbdce9a184ccd1c730ae3f31576b.tar.xz wireguard-linux-17b531c162e5dbdce9a184ccd1c730ae3f31576b.zip |
regulator: dt-bindings: pca9450: Add pca9452 support
Add compatible string 'nxp,pca9452'. pca9452 add 'ldo3' compared with
pca9451a.
Signed-off-by: Joy Zou <joy.zou@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Link: https://patch.msgid.link/20241205-pca9450-v1-3-aab448b74e78@nxp.com
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml b/Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml index f8057bba747a..68709a7dc43f 100644 --- a/Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml +++ b/Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml @@ -29,6 +29,7 @@ properties: - nxp,pca9450b - nxp,pca9450c - nxp,pca9451a + - nxp,pca9452 reg: maxItems: 1 |