]> www.infradead.org Git - users/willy/xarray.git/commitdiff
arm64: dts: rockchip: Add vcc-supply to SPI flash on rk3588-rock-5b
authorDiederik de Haas <didi.debian@cknow.org>
Fri, 25 Apr 2025 08:44:44 +0000 (10:44 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 28 Apr 2025 12:10:20 +0000 (14:10 +0200)
The Radxa Rock 5B component placement document identifies the SPI Nor
Flash chip as 'U4300' which is described on page 25 of the Schematic
v1.45. There we can see that the VCC connector is connected to the
VCC_3V3_S3 power source.

This fixes the following warning:

  spi-nor spi5.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-5-didi.debian@cknow.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts

index d22068475c5dc6cb885f878f3f527a66edf1ba70..17f4fd054cd3d1c4e23ccfe014a9c4b9d7ad1a06 100644 (file)
                spi-max-frequency = <104000000>;
                spi-rx-bus-width = <4>;
                spi-tx-bus-width = <1>;
+               vcc-supply = <&vcc_3v3_s3>;
        };
 };