Skip to content

Commit b70e8be

Browse files
committed
Merge tag 'v4.9-rockchip-dts64-fixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into fixes
Correct regulator handling on Rockchip arm64 boards to make bind/unbind calls work correctly and remove a sdio-only property from non-sdio mmc hosts, that accidentially was added there. * tag 'v4.9-rockchip-dts64-fixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: arm64: dts: rockchip: remove the abuse of keep-power-in-suspend arm64: dts: rockchip: remove always-on and boot-on from vcc_sd Signed-off-by: Olof Johansson <[email protected]>
2 parents bb70e53 + 7c62731 commit b70e8be

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@
116116
cap-mmc-highspeed;
117117
clock-frequency = <150000000>;
118118
disable-wp;
119-
keep-power-in-suspend;
120119
non-removable;
121120
num-slots = <1>;
122121
vmmc-supply = <&vcc_io>;
@@ -258,8 +257,6 @@
258257
};
259258

260259
vcc_sd: SWITCH_REG1 {
261-
regulator-always-on;
262-
regulator-boot-on;
263260
regulator-name = "vcc_sd";
264261
};
265262

arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@
152152
gpio = <&gpio3 11 GPIO_ACTIVE_LOW>;
153153
regulator-min-microvolt = <1800000>;
154154
regulator-max-microvolt = <3300000>;
155-
regulator-always-on;
156-
regulator-boot-on;
157155
vin-supply = <&vcc_io>;
158156
};
159157

@@ -201,7 +199,6 @@
201199
bus-width = <8>;
202200
cap-mmc-highspeed;
203201
disable-wp;
204-
keep-power-in-suspend;
205202
mmc-pwrseq = <&emmc_pwrseq>;
206203
mmc-hs200-1_2v;
207204
mmc-hs200-1_8v;
@@ -350,7 +347,6 @@
350347
clock-freq-min-max = <400000 50000000>;
351348
cap-sd-highspeed;
352349
card-detect-delay = <200>;
353-
keep-power-in-suspend;
354350
num-slots = <1>;
355351
pinctrl-names = "default";
356352
pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_cd &sdmmc_bus4>;

0 commit comments

Comments
 (0)