Skip to content

Commit 497aa80

Browse files
nullr0utemmind
authored andcommitted
arm64: dts: rockchip: Add vcc-supply to SPI flash on Pinephone Pro
As documented in the PinephonePro-Schematic-V1.0-20211127.pdf, page 11, the SPI Flash's VCC pin is connected to VCC_1V8 power source. This fixes the following warning: spi-nor spi1.0: supply vcc not found, using dummy regulator Signed-off-by: Peter Robinson <[email protected]> Reviewed-by: Ondřej Jirman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 4138adf commit 497aa80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,7 @@
754754
compatible = "jedec,spi-nor";
755755
reg = <0>;
756756
spi-max-frequency = <10000000>;
757+
vcc-supply = <&vcc_1v8>;
757758
};
758759
};
759760

0 commit comments

Comments
 (0)