arm64: dts: freescale: tqmls10xx: Add vdd-supply for spi-nor flash

(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>
pull/1309/head
Alexander Stein 2025-07-01 08:24:56 +02:00 committed by Shawn Guo
parent f7154e0bae
commit 3cb39706da
4 changed files with 13 additions and 0 deletions

View File

@ -20,6 +20,7 @@
spi-max-frequency = <62500000>;
spi-rx-bus-width = <4>;
spi-tx-bus-width = <4>;
vcc-supply = <&reg_vcc1v8>;
partitions {
compatible = "fixed-partitions";

View File

@ -20,6 +20,7 @@
spi-max-frequency = <62500000>;
spi-rx-bus-width = <4>;
spi-tx-bus-width = <4>;
vcc-supply = <&reg_vcc1v8>;
partitions {
compatible = "fixed-partitions";
@ -36,5 +37,6 @@
spi-max-frequency = <62500000>;
spi-rx-bus-width = <4>;
spi-tx-bus-width = <4>;
vcc-supply = <&reg_vcc1v8>;
};
};

View File

@ -20,6 +20,7 @@
spi-max-frequency = <62500000>;
spi-rx-bus-width = <4>;
spi-tx-bus-width = <4>;
vcc-supply = <&reg_vcc1v8>;
partitions {
compatible = "fixed-partitions";
@ -36,5 +37,6 @@
spi-max-frequency = <62500000>;
spi-rx-bus-width = <4>;
spi-tx-bus-width = <4>;
vcc-supply = <&reg_vcc1v8>;
};
};

View File

@ -8,6 +8,14 @@
*/
/ {
reg_vcc1v8: regulator-vcc1v8 {
compatible = "regulator-fixed";
regulator-name = "VCC1V8";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-always-on;
};
reg_vcc3v3: regulator-vcc3v3 {
compatible = "regulator-fixed";
regulator-name = "VCC3V3";