Skip to content

Commit e7e46a1

Browse files
Johan Jonkermmind
authored andcommitted
arm64: dts: rockchip: remove bus-width from mmc nodes in px30 dts files
'bus-width' has been added to px30.dtsi mmc nodes, so now it can be removed from the dts files that include it. Signed-off-by: Johan Jonker <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent e4bfde1 commit e7e46a1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

arch/arm64/boot/dts/rockchip/px30-evb.dts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@
145145
};
146146

147147
&emmc {
148-
bus-width = <8>;
149148
cap-mmc-highspeed;
150149
mmc-hs200-1_8v;
151150
non-removable;
@@ -499,7 +498,6 @@
499498
};
500499

501500
&sdmmc {
502-
bus-width = <4>;
503501
cap-mmc-highspeed;
504502
cap-sd-highspeed;
505503
card-detect-delay = <800>;
@@ -513,7 +511,6 @@
513511
};
514512

515513
&sdio {
516-
bus-width = <4>;
517514
cap-sd-highspeed;
518515
keep-power-in-suspend;
519516
non-removable;

arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,6 @@
445445
};
446446

447447
&sdmmc {
448-
bus-width = <4>;
449448
cap-sd-highspeed;
450449
card-detect-delay = <200>;
451450
cd-gpios = <&gpio0 RK_PA3 GPIO_ACTIVE_LOW>; /*[> CD GPIO <]*/

0 commit comments

Comments
 (0)