Phytec phyFLEX i.MX6 patches
Sascha Hauer
s.hauer at pengutronix.de
Fri Mar 14 09:30:14 EDT 2014
The following adds support for more board variants of the Phytec
phyFLEX i.MX6 board along with some fixes.
Sascha
----------------------------------------------------------------
Christian Hemp (4):
ARM: pfla02: add 4GB version
ARM: pfla02: Set ODT to recommended setting
ARM: pfla02: Add support for DualLite and Solo core
ARM: pfla02: Set new ethernet phy tx timings
Philipp Zabel (1):
ARM: i.MX6Q: Fix IOMUXC GPR1 bit 21 (ENET_CLK_SEL)
Sascha Hauer (1):
ARM: pfla02: Drop unnecessary compilation of flash headers
arch/arm/boards/phytec-phyflex-imx6/Makefile | 3 -
arch/arm/boards/phytec-phyflex-imx6/board.c | 26 ++-
.../flash-header-phytec-pfla02-1gib.imxcfg | 2 +-
.../flash-header-phytec-pfla02-2gib.imxcfg | 2 +-
.../flash-header-phytec-pfla02-4gib.imxcfg | 6 +
.../flash-header-phytec-pfla02.h | 6 +-
.../flash-header-phytec-pfla02dl-1gib.imxcfg | 6 +
.../flash-header-phytec-pfla02dl.h | 95 ++++++++++
.../flash-header-phytec-pfla02s-512mb.imxcfg | 6 +
arch/arm/boards/phytec-phyflex-imx6/lowlevel.c | 47 +++++
arch/arm/dts/Makefile | 4 +-
arch/arm/dts/imx6dl-phytec-pbab01.dts | 29 +++
arch/arm/dts/imx6dl-phytec-pfla02.dtsi | 41 ++++
arch/arm/dts/imx6q-phytec-pbab01.dts | 23 +--
arch/arm/dts/imx6q-phytec-pfla02.dtsi | 207 +--------------------
arch/arm/dts/imx6qdl-phytec-pbab01.dtsi | 43 +++++
arch/arm/dts/imx6qdl-phytec-pfla02.dtsi | 171 +++++++++++++++++
arch/arm/dts/imx6s-phytec-pbab01.dts | 25 +++
arch/arm/dts/imx6s-phytec-pfla02.dtsi | 22 +++
arch/arm/mach-imx/Kconfig | 2 +-
images/Makefile.imx | 18 ++
include/mfd/imx6q-iomuxc-gpr.h | 6 +-
22 files changed, 549 insertions(+), 241 deletions(-)
create mode 100644 arch/arm/boards/phytec-phyflex-imx6/flash-header-phytec-pfla02-4gib.imxcfg
create mode 100644 arch/arm/boards/phytec-phyflex-imx6/flash-header-phytec-pfla02dl-1gib.imxcfg
create mode 100644 arch/arm/boards/phytec-phyflex-imx6/flash-header-phytec-pfla02dl.h
create mode 100644 arch/arm/boards/phytec-phyflex-imx6/flash-header-phytec-pfla02s-512mb.imxcfg
create mode 100644 arch/arm/dts/imx6dl-phytec-pbab01.dts
create mode 100644 arch/arm/dts/imx6dl-phytec-pfla02.dtsi
create mode 100644 arch/arm/dts/imx6qdl-phytec-pbab01.dtsi
create mode 100644 arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
create mode 100644 arch/arm/dts/imx6s-phytec-pbab01.dts
create mode 100644 arch/arm/dts/imx6s-phytec-pfla02.dtsi
More information about the barebox
mailing list