Commit 41194ee1 authored by Marcin Juszkiewicz's avatar Marcin Juszkiewicz Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: Add vcc supply for SPI Flash on NanoPC-T6



FriendlyELEC NanoPC-T6 LTS schematics shows VCC_1V8_S3 being used to
power SPI NOR chip.

This fixes the following kernel message:

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

Signed-off-by: default avatarMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Link: https://lore.kernel.org/r/20250905-nanopc-t6-spi-nor-v2-1-098b476d9509@juszkiewicz.com.pl


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent dcc6785c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -731,6 +731,7 @@ flash@0 {
		spi-max-frequency = <104000000>;
		spi-rx-bus-width = <4>;
		spi-tx-bus-width = <1>;
		vcc-supply = <&vcc_1v8_s3>;
	};
};