summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-cavium/dts/ebb8004-linux.dts
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-cavium/dts/ebb8004-linux.dts')
-rw-r--r--recipes-kernel/linux/linux-cavium/dts/ebb8004-linux.dts15
1 files changed, 6 insertions, 9 deletions
diff --git a/recipes-kernel/linux/linux-cavium/dts/ebb8004-linux.dts b/recipes-kernel/linux/linux-cavium/dts/ebb8004-linux.dts
index cc80f31..94f5e88 100644
--- a/recipes-kernel/linux/linux-cavium/dts/ebb8004-linux.dts
+++ b/recipes-kernel/linux/linux-cavium/dts/ebb8004-linux.dts
@@ -418,15 +418,12 @@
418}; 418};
419 419
420&mmc_1_4 { 420&mmc_1_4 {
421 /* Power on GPIO 8, active high, shared */
422 power-gpios = <&gpio_6_0 8 0>;
423
424 mmc-slot@0 { 421 mmc-slot@0 {
425 compatible = "cavium,thunder-8890-mmc-slot"; 422 compatible = "mmc-slot";
426 reg = <0>; 423 reg = <0>;
427 /* Only 3.3v is supported */ 424 vmmc-supply = <&mmc_supply_3v3>;
428 voltage-ranges = <3300 3300>;
429 max-frequency = <26000000>; 425 max-frequency = <26000000>;
426 mmc-ddr-3_3v;
430 /* 1.8v is not supported */ 427 /* 1.8v is not supported */
431 no-1-8-v; 428 no-1-8-v;
432 /* Bus width is only 8 bits maximum */ 429 /* Bus width is only 8 bits maximum */
@@ -443,11 +440,11 @@
443 cap-mmc-highspeed; 440 cap-mmc-highspeed;
444 }; 441 };
445 mmc-slot@1 { 442 mmc-slot@1 {
446 compatible = "cavium,thunder-8890-mmc-slot"; 443 compatible = "mmc-slot";
447 reg = <1>; 444 reg = <1>;
448 /* Only 3.3v is supported */ 445 vmmc-supply = <&mmc_supply_3v3>;
449 voltage-ranges = <3300 3300>;
450 max-frequency = <26000000>; 446 max-frequency = <26000000>;
447 mmc-ddr-3_3v;
451 /* 1.8v is not supported */ 448 /* 1.8v is not supported */
452 no-1-8-v; 449 no-1-8-v;
453 /* Bus width is only 8 bits maximum */ 450 /* Bus width is only 8 bits maximum */