diff options
| author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2025-01-21 13:30:22 +0300 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2025-02-25 03:32:59 +0300 |
| commit | aabe17aec3e3440ba201657f47304602c5de886e (patch) | |
| tree | 25d5b1025f0a34ac9239cdf4a208df61ce66df69 | |
| parent | 2e662a2c3770315d6459be2df7ea39a424ace6fb (diff) | |
| download | linux-aabe17aec3e3440ba201657f47304602c5de886e.tar.xz | |
arm64: dts: freescale: tqma8mpql: 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/imx8mp-tqma8mpql.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql.dtsi index 336785a9fba8..68821dff875f 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql.dtsi @@ -49,6 +49,7 @@ spi-max-frequency = <80000000>; spi-tx-bus-width = <1>; spi-rx-bus-width = <4>; + vcc-supply = <&buck5_reg>; partitions { compatible = "fixed-partitions"; |
