diff options
author | Vyacheslav Bocharov <adeep@lexina.in> | 2022-03-26 10:51:10 +0300 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2022-04-04 10:01:20 +0200 |
commit | 87a87657249316616138c103c2bdb7525c34d987 (patch) | |
tree | 75a51d7fb371efab0b7332f137861e9dec6305cc | |
parent | 81bbd2bd24a9ebac3871b293060df50445458c79 (diff) | |
download | lwn-87a87657249316616138c103c2bdb7525c34d987.tar.gz lwn-87a87657249316616138c103c2bdb7525c34d987.zip |
arm64: meson: update WiFi SDIO in dts for JetHub D1
Fix the dts to match board's reference design:
- update the maximum SDIO frequency to match 3.3v regulator (Wi-Fi SDIO module)
Signed-off-by: Vyacheslav Bocharov <adeep@lexina.in>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/20220326075110.1462301-5-adeep@lexina.in
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts b/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts index 1ab3cedfbee5..8b0d586aa84e 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts +++ b/arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j100.dts @@ -257,8 +257,7 @@ bus-width = <4>; cap-sd-highspeed; - sd-uhs-sdr104; - max-frequency = <200000000>; + max-frequency = <50000000>; non-removable; disable-wp; |