Skip to content

Commit 9ca3635

Browse files
robherringgregkh
authored andcommitted
arm64: dts: rockchip: Fix SDIO regulator supply properties on rk3399-firefly
[ Upstream commit 37cbd3c ] A label reference without brackets is a path string, not a phandle as intended. Add the missing brackets. Fixes: a5002c4 ("arm64: dts: rockchip: add WiFi module support for Firefly-RK3399") Signed-off-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 7e6f578 commit 9ca3635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/rockchip/rk3399-firefly.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,8 +665,8 @@
665665
sd-uhs-sdr104;
666666

667667
/* Power supply */
668-
vqmmc-supply = &vcc1v8_s3; /* IO line */
669-
vmmc-supply = &vcc_sdio; /* card's power */
668+
vqmmc-supply = <&vcc1v8_s3>; /* IO line */
669+
vmmc-supply = <&vcc_sdio>; /* card's power */
670670

671671
#address-cells = <1>;
672672
#size-cells = <0>;

0 commit comments

Comments
 (0)