arm64: dts: rockchip: Add vcc-supply to SPI flash on rk3566-rock3c
authorPeter Robinson <pbrobinson@gmail.com>
Tue, 6 May 2025 19:56:55 +0000 (20:56 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 7 May 2025 06:31:09 +0000 (08:31 +0200)
As described in the radxa_rock_3c_v1400_schematic.pdf, the SPI Flash's
VCC connector is connected to VCCIO_FLASH and according to the
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

Fixes: ee219017ddb5 ("arm64: dts: rockchip: Add Radxa ROCK 3C")
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Link: https://lore.kernel.org/r/20250506195702.593044-1-pbrobinson@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3566-rock-3c.dts

index 53e71528e4c4c7bf37e6a2adf6019a1f8f43aab5..6224d72813e593a1830a7a79723d82155428b55c 100644 (file)
                spi-max-frequency = <104000000>;
                spi-rx-bus-width = <4>;
                spi-tx-bus-width = <1>;
+               vcc-supply = <&vcc_1v8>;
        };
 };