Skip to content

Commit d0a138a

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 39d2c4a commit d0a138a

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
@@ -770,8 +770,8 @@
770770
sd-uhs-sdr104;
771771

772772
/* Power supply */
773-
vqmmc-supply = &vcc1v8_s3; /* IO line */
774-
vmmc-supply = &vcc_sdio; /* card's power */
773+
vqmmc-supply = <&vcc1v8_s3>; /* IO line */
774+
vmmc-supply = <&vcc_sdio>; /* card's power */
775775

776776
#address-cells = <1>;
777777
#size-cells = <0>;

0 commit comments

Comments
 (0)