]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: rockchip: Add vcc-supply to SPI flash on rk3566-pinetab2
authorDiederik de Haas <didi.debian@cknow.org>
Fri, 25 Apr 2025 08:44:43 +0000 (10:44 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 28 Apr 2025 12:10:20 +0000 (14:10 +0200)
As described on page 37 of PineTab2 Schematic-20230417, the SPI Flash's
VCC connector is connected to VCCIO_FLASH and according to page 6 of
that same schematic, that belongs to the VCC_1V8 power source.

This fixes the following warning:

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

Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
Link: https://lore.kernel.org/r/20250425092601.56549-4-didi.debian@cknow.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3566-pinetab2.dtsi

index 26cf765a72973a5f14e3d4deba1457997aadab83..3473b1eef5cdb8824294b09a4a6ea55c94b7fefa 100644 (file)
                spi-max-frequency = <100000000>;
                spi-rx-bus-width = <2>;
                spi-tx-bus-width = <1>;
+               vcc-supply = <&vcc_1v8>;
        };
 };