diff options
author | Chris Packham <judge.packham@gmail.com> | 2019-02-16 11:48:58 +1300 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2019-04-12 07:04:18 +0200 |
commit | 3c265bbe4d1c16f7c781c0f99df78c373c2fbd79 (patch) | |
tree | 1622f358beee43ddddf746e1d4ecc624f864dcb0 /arch/arm/dts/armada-xp-maxbcm.dts | |
parent | 02f173ca156cee8526dff87603d5e446b443cde3 (diff) | |
download | u-boot-3c265bbe4d1c16f7c781c0f99df78c373c2fbd79.tar.gz |
arm: sync armada-xp dts files from Linux 5.0
Bring in the Armada 370/XP dts/dtsi files from Linux. As U-Boot hasn't
got the new NAND driver the updating binding has not been included.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/dts/armada-xp-maxbcm.dts')
-rw-r--r-- | arch/arm/dts/armada-xp-maxbcm.dts | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/arch/arm/dts/armada-xp-maxbcm.dts b/arch/arm/dts/armada-xp-maxbcm.dts index d7d7f65c85..921eb70862 100644 --- a/arch/arm/dts/armada-xp-maxbcm.dts +++ b/arch/arm/dts/armada-xp-maxbcm.dts @@ -225,18 +225,6 @@ status = "okay"; }; - spi0: spi@10600 { - status = "okay"; - - spi-flash@0 { - #address-cells = <1>; - #size-cells = <1>; - compatible = "n25q128a13", "jedec,spi-nor"; - reg = <0>; /* Chip select 0 */ - spi-max-frequency = <108000000>; - }; - }; - nand@d0000 { status = "okay"; num-cs = <1>; @@ -247,3 +235,15 @@ }; }; }; + +&spi0 { + status = "okay"; + + spi-flash@0 { + #address-cells = <1>; + #size-cells = <1>; + compatible = "n25q128a13", "jedec,spi-nor"; + reg = <0>; /* Chip select 0 */ + spi-max-frequency = <108000000>; + }; +}; |