diff options
author | Peng Fan <peng.fan@nxp.com> | 2024-11-11 13:19:44 +0200 |
---|---|---|
committer | Pratyush Yadav <pratyush@kernel.org> | 2024-12-06 16:08:25 +0000 |
commit | e7f4e924f46d41952271b3f97e51596a54e48775 (patch) | |
tree | ab0202294ad2cceb979e78e9638d09871ab2a778 | |
parent | 5be9a36c44cd7e6990631957df523a5059b26bcd (diff) |
dt-bindings: mtd: jedec,spi-nor: add optional vcc-supply
Introduce optional vcc-supply property, SPI NOR flashes needs power supply
to work properly. The power supply maybe software controlable per board
design.
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Reviewed-by: Pratyush Yadav <pratyush@kernel.org>
Signed-off-by: Pratyush Yadav <pratyush@kernel.org>
Link: https://lore.kernel.org/r/20241111111946.9048-1-tudor.ambarus@linaro.org
-rw-r--r-- | Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml b/Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml index 6e3afb42926e..335f8204aa1e 100644 --- a/Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml +++ b/Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml @@ -96,6 +96,10 @@ properties: If "broken-flash-reset" is present then having this property does not make any difference. + vcc-supply: + description: + Supply for the SPI NOR power. + spi-cpol: true spi-cpha: true |