Commit b0657f9a authored by Markus Reichl's avatar Markus Reichl Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: Add vcc supply to spi flash on rk3399-roc-pc



Add vcc supply to the spi-nor flash chip on rk3399-roc-pc boards
according to the board schematics ROC-3399-PC-V10-A-20180804 to avoid
warnings in dmesg output.

Signed-off-by: default avatarMarkus Reichl <m.reichl@fivetechno.de>
Link: https://lore.kernel.org/r/20250411140223.1069-1-m.reichl@fivetechno.de


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