diff options
author | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2018-08-28 12:29:35 +0530 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-09-03 12:25:24 +0800 |
commit | f6fea52a7efbe9ffa49ff32ae8d0f40524404ab9 (patch) | |
tree | feffcdfb324043503b766ac9aa9453b15f8f658f /arch/arm/boot/dts/ls1021a-qds.dts | |
parent | 66ba345ba8a613cbe50f00743256c470c756b1c7 (diff) | |
download | blackbird-op-linux-f6fea52a7efbe9ffa49ff32ae8d0f40524404ab9.tar.gz blackbird-op-linux-f6fea52a7efbe9ffa49ff32ae8d0f40524404ab9.zip |
ARM: dts: Add big-endian in nor node for ls1021a
NOR and IFC controller connectivity is big-endian.
So add big-endian field in nor device tree node allowing
IFC controller to read/write data from/to the flash correctly.
Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Acked-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/ls1021a-qds.dts')
-rw-r--r-- | arch/arm/boot/dts/ls1021a-qds.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ls1021a-qds.dts b/arch/arm/boot/dts/ls1021a-qds.dts index 499f41a2c6f0..923a25760516 100644 --- a/arch/arm/boot/dts/ls1021a-qds.dts +++ b/arch/arm/boot/dts/ls1021a-qds.dts @@ -1,5 +1,6 @@ /* * Copyright 2013-2014 Freescale Semiconductor, Inc. + * Copyright 2018 NXP * * This file is dual-licensed: you can use it either under the terms * of the GPL or the X11 license, at your option. Note that this dual @@ -235,6 +236,7 @@ #size-cells = <1>; compatible = "cfi-flash"; reg = <0x0 0x0 0x8000000>; + big-endian; bank-width = <2>; device-width = <1>; }; |