diff options
author | Tom Rini <trini@konsulko.com> | 2020-07-09 08:21:26 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-09 08:21:26 -0400 |
commit | 5fb70639cc5eea60e37e5eaaa7cc145e29527658 (patch) | |
tree | e2b9e1b9054bcfcd8f270bbefdd30cf64ba550f5 /arch/arm/dts/armada-388-helios4-u-boot.dtsi | |
parent | 61608f395e7dcb2be6060407a72a1149b046430a (diff) | |
parent | 3078e03516934c016ef3ea15f8bce19df3948dfe (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
- Armada 38x DDR3 fixes, enhancements (Chris)
- Armada 38x UTMI PHY SerDes fix (Chris)
- Helios4 update - sync with clearfog (Dennis)
- LaCie Kirkwood board rework - enable DM (Simon)
- net/mvpp2 memory init fix (Sven)
Diffstat (limited to 'arch/arm/dts/armada-388-helios4-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/armada-388-helios4-u-boot.dtsi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/dts/armada-388-helios4-u-boot.dtsi b/arch/arm/dts/armada-388-helios4-u-boot.dtsi index f0da9f42de..0753889854 100644 --- a/arch/arm/dts/armada-388-helios4-u-boot.dtsi +++ b/arch/arm/dts/armada-388-helios4-u-boot.dtsi @@ -14,6 +14,9 @@ &spi1 { u-boot,dm-spl; + spi-flash@0 { + u-boot,dm-spl; + }; }; &w25q32 { @@ -21,6 +24,18 @@ u-boot,dm-spl; }; +&gpio0 { + u-boot,dm-spl; +}; + +&ahci0 { + u-boot,dm-spl; +}; + +&ahci1 { + u-boot,dm-spl; +}; + &sdhci { u-boot,dm-spl; }; |