summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-cavium/dts/ebb8104-linux.dts
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-cavium/dts/ebb8104-linux.dts')
-rw-r--r--recipes-kernel/linux/linux-cavium/dts/ebb8104-linux.dts15
1 files changed, 6 insertions, 9 deletions
diff --git a/recipes-kernel/linux/linux-cavium/dts/ebb8104-linux.dts b/recipes-kernel/linux/linux-cavium/dts/ebb8104-linux.dts
index e39bded..84922d1 100644
--- a/recipes-kernel/linux/linux-cavium/dts/ebb8104-linux.dts
+++ b/recipes-kernel/linux/linux-cavium/dts/ebb8104-linux.dts
@@ -533,15 +533,12 @@
533}; 533};
534 534
535&mmc_1_4 { 535&mmc_1_4 {
536 /* Power on GPIO 8, active high, shared */
537 power-gpios = <&gpio_6_0 8 0>;
538
539 mmc-slot@0 { 536 mmc-slot@0 {
540 compatible = "cavium,thunder-8890-mmc-slot"; 537 compatible = "mmc-slot";
541 reg = <0>; 538 reg = <0>;
542 /* Only 3.3v is supported */ 539 vmmc-supply = <&mmc_supply_3v3>;
543 voltage-ranges = <3300 3300>;
544 max-frequency = <26000000>; 540 max-frequency = <26000000>;
541 mmc-ddr-3_3v;
545 /* 1.8v is not supported */ 542 /* 1.8v is not supported */
546 no-1-8-v; 543 no-1-8-v;
547 /* Bus width is only 8 bits maximum */ 544 /* Bus width is only 8 bits maximum */
@@ -558,11 +555,11 @@
558 cap-mmc-highspeed; 555 cap-mmc-highspeed;
559 }; 556 };
560 mmc-slot@1 { 557 mmc-slot@1 {
561 compatible = "cavium,thunder-8890-mmc-slot"; 558 compatible = "mmc-slot";
562 reg = <1>; 559 reg = <1>;
563 /* Only 3.3v is supported */ 560 vmmc-supply = <&mmc_supply_3v3>;
564 voltage-ranges = <3300 3300>;
565 max-frequency = <26000000>; 561 max-frequency = <26000000>;
562 mmc-ddr-3_3v;
566 /* 1.8v is not supported */ 563 /* 1.8v is not supported */
567 no-1-8-v; 564 no-1-8-v;
568 /* Bus width is only 8 bits maximum */ 565 /* Bus width is only 8 bits maximum */