Skip to content

Commit

Permalink
ARM64: dts: meson: remove cap-sd-highspeed from emmc nodes
Browse files Browse the repository at this point in the history
It does not make much sense to define cap-sd-highspeed in the emmc nodes
Just remove it.

Signed-off-by: Jerome Brunet <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
  • Loading branch information
jbrun3t authored and khilman committed Sep 5, 2017
1 parent 5066249 commit 673ccaa
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion arch/arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@
pinctrl-names = "default";

bus-width = <8>;
cap-sd-highspeed;
cap-mmc-highspeed;
max-frequency = <200000000>;
non-removable;
Expand Down
1 change: 0 additions & 1 deletion arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@
pinctrl-names = "default";

bus-width = <8>;
cap-sd-highspeed;
max-frequency = <200000000>;
non-removable;
disable-wp;
Expand Down
1 change: 0 additions & 1 deletion arch/arm64/boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@
pinctrl-names = "default";

bus-width = <8>;
cap-sd-highspeed;
cap-mmc-highspeed;
max-frequency = <200000000>;
non-removable;
Expand Down
1 change: 0 additions & 1 deletion arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@
pinctrl-names = "default";

bus-width = <8>;
cap-sd-highspeed;
max-frequency = <200000000>;
non-removable;
disable-wp;
Expand Down
1 change: 0 additions & 1 deletion arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@
pinctrl-names = "default";

bus-width = <8>;
cap-sd-highspeed;
cap-mmc-highspeed;
max-frequency = <200000000>;
non-removable;
Expand Down
1 change: 0 additions & 1 deletion arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@
pinctrl-names = "default";

bus-width = <8>;
cap-sd-highspeed;
cap-mmc-highspeed;
max-frequency = <200000000>;
non-removable;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@
pinctrl-names = "default";

bus-width = <8>;
cap-sd-highspeed;
cap-mmc-highspeed;
max-frequency = <100000000>;
non-removable;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@
pinctrl-names = "default";

bus-width = <8>;
cap-sd-highspeed;
cap-mmc-highspeed;
max-frequency = <200000000>;
non-removable;
Expand Down
1 change: 0 additions & 1 deletion arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
pinctrl-names = "default";

bus-width = <8>;
cap-sd-highspeed;
cap-mmc-highspeed;
max-frequency = <200000000>;
non-removable;
Expand Down
1 change: 0 additions & 1 deletion arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@
pinctrl-names = "default";

bus-width = <8>;
cap-sd-highspeed;
cap-mmc-highspeed;
max-frequency = <200000000>;
non-removable;
Expand Down
1 change: 0 additions & 1 deletion arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@
pinctrl-names = "default";

bus-width = <8>;
cap-sd-highspeed;
cap-mmc-highspeed;
max-frequency = <200000000>;
non-removable;
Expand Down

0 comments on commit 673ccaa

Please sign in to comment.