summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-cavium/dts/rbd8030-linux.dts
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-cavium/dts/rbd8030-linux.dts')
-rw-r--r--recipes-kernel/linux/linux-cavium/dts/rbd8030-linux.dts19
1 files changed, 5 insertions, 14 deletions
diff --git a/recipes-kernel/linux/linux-cavium/dts/rbd8030-linux.dts b/recipes-kernel/linux/linux-cavium/dts/rbd8030-linux.dts
index 238abe1..2289707 100644
--- a/recipes-kernel/linux/linux-cavium/dts/rbd8030-linux.dts
+++ b/recipes-kernel/linux/linux-cavium/dts/rbd8030-linux.dts
@@ -129,14 +129,10 @@
129 * Unfortunately there does not appear to be any way to read the 129 * Unfortunately there does not appear to be any way to read the
130 * position of SW2-7 in software. 130 * position of SW2-7 in software.
131 */ 131 */
132 /* Power on GPIO 8, active high, shared */
133 power-gpios = <&gpio_6_0 8 0>;
134
135 mmc-slot@0 { 132 mmc-slot@0 {
136 compatible = "cavium,thunder-8890-mmc-slot"; 133 compatible = "mmc-slot";
137 reg = <0>; 134 reg = <0>;
138 /* Only 3.3v is supported */ 135 vmmc-supply = <&mmc_supply_3v3>;
139 voltage-ranges = <3300 3300>;
140 max-frequency = <26000000>; 136 max-frequency = <26000000>;
141 /* 1.8v is not supported */ 137 /* 1.8v is not supported */
142 no-1-8-v; 138 no-1-8-v;
@@ -146,12 +142,6 @@
146 disable-wp; 142 disable-wp;
147 /* There is no card detection available; polling must be used. */ 143 /* There is no card detection available; polling must be used. */
148 broken-cd; 144 broken-cd;
149 /* SD UHS SDR25 is supported */
150 sd-uhs-sdr25;
151 /* SD UHS SDR50 is supported */
152 sd-uhs-ddr50;
153 /* SD UHS DDR50 is supported */
154 sd-uhs-sdr50;
155 /* High-speed mode is supported */ 145 /* High-speed mode is supported */
156 cap-sd-highspeed; 146 cap-sd-highspeed;
157 /* speed up device probing */ 147 /* speed up device probing */
@@ -159,10 +149,11 @@
159 no-mmc; 149 no-mmc;
160 }; 150 };
161 mmc-slot@1 { 151 mmc-slot@1 {
162 compatible = "cavium,thunder-8890-mmc-slot"; 152 compatible = "mmc-slot";
163 reg = <1>; 153 reg = <1>;
164 voltage-ranges = <3300 3300>; 154 vmmc-supply = <&mmc_supply_3v3>;
165 max-frequency = <26000000>; 155 max-frequency = <26000000>;
156 mmc-ddr-3_3v;
166 /* 1.8v is not supported */ 157 /* 1.8v is not supported */
167 no-1-8-v; 158 no-1-8-v;
168 /* Bus width is only 8 bits maximum */ 159 /* Bus width is only 8 bits maximum */