mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 04:46:30 -04:00
arm64: dts: imx8mp-phycore-som: add spi-nor supply vcc
The spi flash on the SoM is missing its vcc supply definition. Add missing regulator which supplies the flash with 1.8V. Signed-off-by: Yannic Moog <y.moog@phytec.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
@@ -28,6 +28,13 @@ reg_vdd_io: regulator-vdd-io {
|
||||
regulator-min-microvolt = <3300000>;
|
||||
regulator-name = "VDD_IO";
|
||||
};
|
||||
|
||||
reg_vdd_1v8: regulator-vdd-1v8 {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-max-microvolt = <1800000>;
|
||||
regulator-min-microvolt = <1800000>;
|
||||
regulator-name = "VDD_1V8";
|
||||
};
|
||||
};
|
||||
|
||||
&A53_0 {
|
||||
@@ -83,6 +90,7 @@ som_flash: flash@0 {
|
||||
spi-max-frequency = <80000000>;
|
||||
spi-rx-bus-width = <4>;
|
||||
spi-tx-bus-width = <1>;
|
||||
vcc-supply = <®_vdd_1v8>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user