| .. | .. |
|---|
| 9 | 9 | |
|---|
| 10 | 10 | #include <dt-bindings/input/input.h> |
|---|
| 11 | 11 | |
|---|
| 12 | | -#include "meson-gxl-s905x.dtsi" |
|---|
| 12 | +#include "meson-gxl-s805x.dtsi" |
|---|
| 13 | 13 | |
|---|
| 14 | 14 | / { |
|---|
| 15 | 15 | compatible = "amlogic,p241", "amlogic,s805x", "amlogic,meson-gxl"; |
|---|
| .. | .. |
|---|
| 160 | 160 | |
|---|
| 161 | 161 | bus-width = <4>; |
|---|
| 162 | 162 | cap-sd-highspeed; |
|---|
| 163 | | - max-frequency = <100000000>; |
|---|
| 163 | + max-frequency = <50000000>; |
|---|
| 164 | 164 | |
|---|
| 165 | 165 | non-removable; |
|---|
| 166 | 166 | disable-wp; |
|---|
| 167 | + |
|---|
| 168 | + /* WiFi firmware requires power to be kept while in suspend */ |
|---|
| 169 | + keep-power-in-suspend; |
|---|
| 167 | 170 | |
|---|
| 168 | 171 | mmc-pwrseq = <&sdio_pwrseq>; |
|---|
| 169 | 172 | |
|---|
| .. | .. |
|---|
| 213 | 216 | pinctrl-names = "default"; |
|---|
| 214 | 217 | }; |
|---|
| 215 | 218 | |
|---|
| 216 | | -&usb0 { |
|---|
| 219 | +&usb { |
|---|
| 217 | 220 | status = "okay"; |
|---|
| 221 | + dr_mode = "host"; |
|---|
| 218 | 222 | }; |
|---|