diff options
| author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2025-01-21 11:30:24 +0100 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2025-02-25 08:32:59 +0800 |
| commit | ea6bd2e5ecde75032c39917e294f4d021e125979 (patch) | |
| tree | 5f46a63518ced2f5cdf0619546a5ab45bef696e5 | |
| parent | fd5186372d4d33c7a336f6ae7c50f867dafc9b35 (diff) | |
| download | linux-ea6bd2e5ecde75032c39917e294f4d021e125979.tar.gz linux-ea6bd2e5ecde75032c39917e294f4d021e125979.zip | |
arm64: dts: freescale: tqma8mqml: Add vcc-supply for spi-nor
(Q)SPI NOR flash is supplied by 1.8V. Add the corresponding supply.
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi index 8f58c84e14c8..b82e9790ea20 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi @@ -65,6 +65,7 @@ spi-max-frequency = <84000000>; spi-tx-bus-width = <1>; spi-rx-bus-width = <4>; + vcc-supply = <&buck5_reg>; partitions { compatible = "fixed-partitions"; |
