Commit 3cb39706 authored by Alexander Stein's avatar Alexander Stein Committed by Shawn Guo
Browse files

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: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent f7154e0b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ qflash0: flash@0 {
		spi-max-frequency = <62500000>;
		spi-rx-bus-width = <4>;
		spi-tx-bus-width = <4>;
		vcc-supply = <&reg_vcc1v8>;

		partitions {
			compatible = "fixed-partitions";
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ qflash0: flash@0 {
		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 @@ qflash1: flash@1 {
		spi-max-frequency = <62500000>;
		spi-rx-bus-width = <4>;
		spi-tx-bus-width = <4>;
		vcc-supply = <&reg_vcc1v8>;
	};
};
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ qflash0: flash@0 {
		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 @@ qflash1: flash@1 {
		spi-max-frequency = <62500000>;
		spi-rx-bus-width = <4>;
		spi-tx-bus-width = <4>;
		vcc-supply = <&reg_vcc1v8>;
	};
};
+8 −0
Original line number Diff line number Diff line
@@ -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";