Commit 497aa80e authored by Peter Robinson's avatar Peter Robinson Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: Add vcc-supply to SPI flash on Pinephone Pro



As documented in the PinephonePro-Schematic-V1.0-20211127.pdf,
page 11, the SPI Flash's VCC pin is connected to VCC_1V8 power
source. This fixes the following warning:

  spi-nor spi1.0: supply vcc not found, using dummy regulator

Signed-off-by: default avatarPeter Robinson <pbrobinson@gmail.com>
Reviewed-by: default avatarOndřej Jirman <megi@xff.cz>
Link: https://lore.kernel.org/r/20250827143501.1646163-1-pbrobinson@gmail.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 4138adfd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -754,6 +754,7 @@ flash@0 {
		compatible = "jedec,spi-nor";
		reg = <0>;
		spi-max-frequency = <10000000>;
		vcc-supply = <&vcc_1v8>;
	};
};