summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-cavium/dts/ebb8304-linux.dts
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-cavium/dts/ebb8304-linux.dts')
-rw-r--r--recipes-kernel/linux/linux-cavium/dts/ebb8304-linux.dts15
1 files changed, 6 insertions, 9 deletions
diff --git a/recipes-kernel/linux/linux-cavium/dts/ebb8304-linux.dts b/recipes-kernel/linux/linux-cavium/dts/ebb8304-linux.dts
index 38edad8..3570620 100644
--- a/recipes-kernel/linux/linux-cavium/dts/ebb8304-linux.dts
+++ b/recipes-kernel/linux/linux-cavium/dts/ebb8304-linux.dts
@@ -927,15 +927,12 @@
927}; 927};
928 928
929&mmc_1_4 { 929&mmc_1_4 {
930 /* Power on GPIO 8, active high, shared */
931 power-gpios = <&gpio_6_0 8 0>;
932
933 mmc-slot@0 { 930 mmc-slot@0 {
934 compatible = "cavium,thunder-8890-mmc-slot"; 931 compatible = "mmc-slot";
935 reg = <0>; 932 reg = <0>;
936 /* Only 3.3v is supported */ 933 vmmc-supply = <&mmc_supply_3v3>;
937 voltage-ranges = <3300 3300>;
938 max-frequency = <26000000>; 934 max-frequency = <26000000>;
935 mmc-ddr-3_3v;
939 /* 1.8v is not supported */ 936 /* 1.8v is not supported */
940 no-1-8-v; 937 no-1-8-v;
941 /* Bus width is only 8 bits maximum */ 938 /* Bus width is only 8 bits maximum */
@@ -952,11 +949,11 @@
952 cap-mmc-highspeed; 949 cap-mmc-highspeed;
953 }; 950 };
954 mmc-slot@1 { 951 mmc-slot@1 {
955 compatible = "cavium,thunder-8890-mmc-slot"; 952 compatible = "mmc-slot";
956 reg = <1>; 953 reg = <1>;
957 /* Only 3.3v is supported */ 954 vmmc-supply = <&mmc_supply_3v3>;
958 voltage-ranges = <3300 3300>;
959 max-frequency = <26000000>; 955 max-frequency = <26000000>;
956 mmc-ddr-3_3v;
960 /* 1.8v is not supported */ 957 /* 1.8v is not supported */
961 no-1-8-v; 958 no-1-8-v;
962 /* Bus width is only 8 bits maximum */ 959 /* Bus width is only 8 bits maximum */