diff options
author | Tom Rini <trini@konsulko.com> | 2024-07-08 08:47:00 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-08 08:47:00 -0600 |
commit | 036e33cffb4a2c9aa68c56c4a92e74a7201ca9b7 (patch) | |
tree | f9cb80f96a8474c8b032611595cb9855462babec /arch/arm/dts | |
parent | 4480b53b194e388b37311eb63e1d7d73d3672b32 (diff) | |
parent | 711443eafe0d8064744f6ee69cef08b032346c74 (diff) | |
download | u-boot-036e33cffb4a2c9aa68c56c4a92e74a7201ca9b7.tar.gz u-boot-036e33cffb4a2c9aa68c56c4a92e74a7201ca9b7.tar.bz2 u-boot-036e33cffb4a2c9aa68c56c4a92e74a7201ca9b7.zip |
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
- Add mvebu_espressobin_ultra-88f3720_defconfig (Benjamin)
- Update DTS for Thecus N2350 board (Tony)
- Add "old" Marvell DDR3 training for Armada 38x and Turris Omnia
(Marek)
- Misc turris_omnia changes (Marek)
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/armada-385-thecus-n2350.dts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/dts/armada-385-thecus-n2350.dts b/arch/arm/dts/armada-385-thecus-n2350.dts index 253cf01130..fdaa444e51 100644 --- a/arch/arm/dts/armada-385-thecus-n2350.dts +++ b/arch/arm/dts/armada-385-thecus-n2350.dts @@ -2,7 +2,7 @@ /* * Device Tree file for Thecus N2350 board * - * Copyright (C) 2018-2023 Tony Dinh <mibodhi@gmail.com> + * Copyright (C) 2018-2024 Tony Dinh <mibodhi@gmail.com> * Copyright (C) 2018 Manuel Jung <manuel.jung@hotmail.com> */ @@ -143,9 +143,9 @@ fan { compatible = "gpio-fan"; gpios = <&gpio1 16 GPIO_ACTIVE_HIGH>; - gpio-fan,speed-map = < 0 0 - 600 1 - 3000 2 >; + gpio-fan,speed-map = < 0 0>, + <600 1>, + <3000 2 >; pinctrl-0 = <&pmx_fan>; pinctrl-names = "default"; }; @@ -415,7 +415,7 @@ compatible = "jedec,spi-nor"; reg = <0>; - spi-max-frequency = <108000000>; + spi-max-frequency = <50000000>; spi-cpha; partition@0 { |