
Hi,
On 23 March 2015 at 05:07, Haikun Wang haikun.wang@freescale.com wrote:
From: haikun haikun.wang@freescale.com
Bring in device tree files for ls1021a from linux V3.19. In order to use it in u-boot, make some changes:
- remove 'gic' node and interrupt related properties in every node.
- remove 'clockgen' node and clock related properties in every node.
- change address-cells and size-cells of root node and 'soc' node from 2 to 1.
- Add quadspi node.
Can I suggest doing two patches:
1. Bring in files unchanged 2. Make your changes
That way it is clear what you changed, and someone can update it later.
Signed-off-by: Haikun Wang Haikun.Wang@freescale.com
arch/arm/dts/Makefile | 3 + arch/arm/dts/ls1021a-qds.dts | 47 ++++++++ arch/arm/dts/ls1021a-twr.dts | 31 +++++ arch/arm/dts/ls1021a.dtsi | 265 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 346 insertions(+) create mode 100644 arch/arm/dts/ls1021a-qds.dts create mode 100644 arch/arm/dts/ls1021a-twr.dts create mode 100644 arch/arm/dts/ls1021a.dtsi
Regards, Simon