Skip to content

Commit 6833cbd

Browse files
robherringmmind
authored andcommitted
arm64: dts: rockchip: Fix mmc-pwrseq clock name on rock-pi-4
The defined name for "mmc-pwrseq-simple" clock is "ext_clock". Signed-off-by: "Rob Herring (Arm)" <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent c8c59bc commit 6833cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
sdio_pwrseq: sdio-pwrseq {
4444
compatible = "mmc-pwrseq-simple";
4545
clocks = <&rk808 1>;
46-
clock-names = "lpo";
46+
clock-names = "ext_clock";
4747
pinctrl-names = "default";
4848
pinctrl-0 = <&wifi_enable_h>;
4949
reset-gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_LOW>;

0 commit comments

Comments
 (0)