Skip to content

Commit 41194ee

Browse files
hrwmmind
authored andcommitted
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: Marcin Juszkiewicz <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent dcc6785 commit 41194ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,7 @@
731731
spi-max-frequency = <104000000>;
732732
spi-rx-bus-width = <4>;
733733
spi-tx-bus-width = <1>;
734+
vcc-supply = <&vcc_1v8_s3>;
734735
};
735736
};
736737

0 commit comments

Comments
 (0)