
On 10.12.18 08:07, Chris Packham wrote:
Sync the Armada-38x device tree files with Linux 4.20-rc5. The changes not taken are new compatible strings for the uart and nand flash controller. The nand binding is best updated if/when the mtd/nand infrastructure is updated.
Signed-off-by: Chris Packham judge.packham@gmail.com Reviewed-by: Stefan Roese sr@denx.de
I've updated the clearfog and controlcenterdc boards enough for them to compile. In the case of clearfog there are a lot of changes in Linux so it's probably best if the board maintainer looks at what is needed. controlcenterdc isn't in linux so again I've just done enough for compilation.
Changes in v2:
Correct comment for SPI CS1 for clearfog (thanks Baruch)
arch/arm/dts/armada-380.dtsi | 44 +-- arch/arm/dts/armada-385.dtsi | 63 +---- arch/arm/dts/armada-388-clearfog.dts | 25 +- arch/arm/dts/armada-388.dtsi | 43 +-- arch/arm/dts/armada-38x-controlcenterdc.dts | 68 ++--- arch/arm/dts/armada-38x.dtsi | 283 ++++++++++++-------- 6 files changed, 237 insertions(+), 289 deletions(-)
Applied to u-boot-marvell/master
Thanks, Stefan