[PATCH 0/3 V2] Initial PXA DT bindings
Marek Vasut
marek.vasut at gmail.com
Mon Nov 7 16:31:42 EST 2011
This patchset starts effort to convert PXA machines to DT. I started with PXA
UART driver and added a stub machine, which I plan to eventually rename to
board-pxa-dt when ready.
The file in patch 0002 contains style errors (line over 80), because they are 1
character over. To avoid crippling readability, I left that as is.
Marek Vasut (3):
ARM: pxa: Add DT support to pxa2xx-uart
ARM: pxa: Add DT testing machine
ARM: pxa: Add basic DTS files for PXA/Vpac270 testing machine
arch/arm/boot/dts/pxa-vpac270.dts | 37 +++++++++++++++++
arch/arm/boot/dts/pxa.dtsi | 71 ++++++++++++++++++++++++++++++++
arch/arm/mach-pxa/Kconfig | 15 +++++++
arch/arm/mach-pxa/Makefile | 3 +
arch/arm/mach-pxa/vpac270-dt.c | 82 +++++++++++++++++++++++++++++++++++++
arch/arm/mach-pxa/vpac270.c | 2 +
drivers/tty/serial/pxa.c | 46 +++++++++++++++++++-
7 files changed, 253 insertions(+), 3 deletions(-)
create mode 100644 arch/arm/boot/dts/pxa-vpac270.dts
create mode 100644 arch/arm/boot/dts/pxa.dtsi
create mode 100644 arch/arm/mach-pxa/vpac270-dt.c
V2: Adjust to recent DT changes (see patches for details)
Cc: Arnd Bergmann <arnd at arndb.de>
Cc: Grant Likely <grant.likely at secretlab.ca>
Cc: Rob Herring <robherring2 at gmail.com>
--
1.7.7.1
More information about the linux-arm-kernel
mailing list