Skip to content

Commit 68e3954

Browse files
huweiguorkhuangtao
authored andcommitted
arm64: dts: rockchip: rk3368-r88: sdio work up
Change-Id: I7026275e46cce6a4460bd5464d63f583984b9d5e Signed-off-by: huweiguo <hwg@rock-chips.com>
1 parent 83533c9 commit 68e3954

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3368-r88.dts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -432,18 +432,18 @@
432432
};
433433

434434
&sdio0 {
435-
assigned-clocks = <&cru SCLK_SDIO0>;
436-
assigned-clock-parents = <&cru PLL_CPLL>;
437-
broken-cd;
438435
bus-width = <4>;
439436
cap-sd-highspeed;
440437
cap-sdio-irq;
438+
keep-power-in-suspend;
439+
max-frequency = <100000000>;
440+
mmc-pwrseq = <&sdio_pwrseq>;
441441
non-removable;
442442
num-slots = <1>;
443443
pinctrl-names = "default";
444-
pinctrl-0 = <&sdio0_clk &sdio0_cmd &sdio0_bus4>;
445-
vmmc-supply = <&vcc_io>;
446-
vqmmc-supply = <&vcc_wl>;
444+
pinctrl-0 = <&sdio0_bus4 &sdio0_cmd &sdio0_clk>;
445+
sd-uhs-sdr104;
446+
supports-sdio;
447447
status = "okay";
448448
};
449449

0 commit comments

Comments
 (0)