summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-cavium/dts/nas8104-linux.dts
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-cavium/dts/nas8104-linux.dts')
-rw-r--r--recipes-kernel/linux/linux-cavium/dts/nas8104-linux.dts19
1 files changed, 5 insertions, 14 deletions
diff --git a/recipes-kernel/linux/linux-cavium/dts/nas8104-linux.dts b/recipes-kernel/linux/linux-cavium/dts/nas8104-linux.dts
index 96e6bdf..5541daa 100644
--- a/recipes-kernel/linux/linux-cavium/dts/nas8104-linux.dts
+++ b/recipes-kernel/linux/linux-cavium/dts/nas8104-linux.dts
@@ -108,14 +108,10 @@
108 * Unfortunately there does not appear to be any way to read the 108 * Unfortunately there does not appear to be any way to read the
109 * position of SW2-7 in software. 109 * position of SW2-7 in software.
110 */ 110 */
111 /* Power on GPIO 8, active high, shared */
112 power-gpios = <&gpio_6_0 8 0>;
113
114 mmc-slot@0 { 111 mmc-slot@0 {
115 compatible = "cavium,thunder-8890-mmc-slot"; 112 compatible = "mmc-slot";
116 reg = <0>; 113 reg = <0>;
117 /* Only 3.3v is supported */ 114 vmmc-supply = <&mmc_supply_3v3>;
118 voltage-ranges = <3300 3300>;
119 max-frequency = <26000000>; 115 max-frequency = <26000000>;
120 /* 1.8v is not supported */ 116 /* 1.8v is not supported */
121 no-1-8-v; 117 no-1-8-v;
@@ -125,20 +121,15 @@
125 disable-wp; 121 disable-wp;
126 /* There is no card detection available; polling must be used. */ 122 /* There is no card detection available; polling must be used. */
127 broken-cd; 123 broken-cd;
128 /* SD UHS SDR25 is supported */
129 sd-uhs-sdr25;
130 /* SD UHS SDR50 is supported */
131 sd-uhs-ddr50;
132 /* SD UHS DDR50 is supported */
133 sd-uhs-sdr50;
134 /* High-speed mode is supported */ 124 /* High-speed mode is supported */
135 cap-sd-highspeed; 125 cap-sd-highspeed;
136 }; 126 };
137 mmc-slot@1 { 127 mmc-slot@1 {
138 compatible = "cavium,thunder-8890-mmc-slot"; 128 compatible = "mmc-slot";
139 reg = <1>; 129 reg = <1>;
140 voltage-ranges = <3300 3300>; 130 vmmc-supply = <&mmc_supply_3v3>;
141 max-frequency = <26000000>; 131 max-frequency = <26000000>;
132 mmc-ddr-3_3v;
142 /* 1.8v is not supported */ 133 /* 1.8v is not supported */
143 no-1-8-v; 134 no-1-8-v;
144 /* Bus width is only 8 bits maximum */ 135 /* Bus width is only 8 bits maximum */