summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-05-17 22:00:10 +0000
committerian <ian@FreeBSD.org>2014-05-17 22:00:10 +0000
commit38a9e433e411ec97b139f6cf017b789f38b5a943 (patch)
tree08cf64b5354bc22344f57aae332458aabed1eb5f /sys/boot
parent886ceaae2505c137ba2083b9dadb30cd4e6a391f (diff)
downloadFreeBSD-src-38a9e433e411ec97b139f6cf017b789f38b5a943.zip
FreeBSD-src-38a9e433e411ec97b139f6cf017b789f38b5a943.tar.gz
MFC 264251: Updates to i.MX53:
* Define support for the SDHCI driver, although it doesn't work yet * Fix the memory mappings for IPU
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/fdt/dts/arm/digi-ccwmx53.dts2
-rw-r--r--sys/boot/fdt/dts/arm/imx53-qsb.dts2
-rw-r--r--sys/boot/fdt/dts/arm/imx53x.dtsi38
3 files changed, 21 insertions, 21 deletions
diff --git a/sys/boot/fdt/dts/arm/digi-ccwmx53.dts b/sys/boot/fdt/dts/arm/digi-ccwmx53.dts
index 2e56b61..8205591 100644
--- a/sys/boot/fdt/dts/arm/digi-ccwmx53.dts
+++ b/sys/boot/fdt/dts/arm/digi-ccwmx53.dts
@@ -46,7 +46,7 @@
};
localbus@18000000 {
- ipu3@18000000 {
+ ipu3@1E000000 {
status = "okay";
};
};
diff --git a/sys/boot/fdt/dts/arm/imx53-qsb.dts b/sys/boot/fdt/dts/arm/imx53-qsb.dts
index 7b5447c..f22b540 100644
--- a/sys/boot/fdt/dts/arm/imx53-qsb.dts
+++ b/sys/boot/fdt/dts/arm/imx53-qsb.dts
@@ -47,7 +47,7 @@
};
localbus@18000000 {
- ipu3@18000000 {
+ ipu3@1E000000 {
status = "okay";
};
};
diff --git a/sys/boot/fdt/dts/arm/imx53x.dtsi b/sys/boot/fdt/dts/arm/imx53x.dtsi
index 075bcad..ce87e51 100644
--- a/sys/boot/fdt/dts/arm/imx53x.dtsi
+++ b/sys/boot/fdt/dts/arm/imx53x.dtsi
@@ -657,27 +657,27 @@
ranges;
- vga: ipu3@18000000 {
+ vga: ipu3@1E000000 {
compatible = "fsl,ipu3";
reg = <
- 0x18000000 0x08000 /* CM */
- 0x18008000 0x08000 /* IDMAC */
- 0x18018000 0x08000 /* DP */
- 0x18020000 0x08000 /* IC */
- 0x18028000 0x08000 /* IRT */
- 0x18030000 0x08000 /* CSI0 */
- 0x18038000 0x08000 /* CSI1 */
- 0x18040000 0x08000 /* DI0 */
- 0x18048000 0x08000 /* DI1 */
- 0x18050000 0x08000 /* SMFC */
- 0x18058000 0x08000 /* DC */
- 0x18060000 0x08000 /* DMFC */
- 0x18068000 0x08000 /* VDI */
- 0x19000000 0x20000 /* CPMEM */
- 0x19020000 0x20000 /* LUT */
- 0x19040000 0x20000 /* SRM */
- 0x19060000 0x20000 /* TPM */
- 0x19080000 0x20000 /* DCTMPL */
+ 0x1E000000 0x08000 /* CM */
+ 0x1E008000 0x08000 /* IDMAC */
+ 0x1E018000 0x08000 /* DP */
+ 0x1E020000 0x08000 /* IC */
+ 0x1E028000 0x08000 /* IRT */
+ 0x1E030000 0x08000 /* CSI0 */
+ 0x1E038000 0x08000 /* CSI1 */
+ 0x1E040000 0x08000 /* DI0 */
+ 0x1E048000 0x08000 /* DI1 */
+ 0x1E050000 0x08000 /* SMFC */
+ 0x1E058000 0x08000 /* DC */
+ 0x1E060000 0x08000 /* DMFC */
+ 0x1E068000 0x08000 /* VDI */
+ 0x1F000000 0x20000 /* CPMEM */
+ 0x1F020000 0x20000 /* LUT */
+ 0x1F040000 0x20000 /* SRM */
+ 0x1F060000 0x20000 /* TPM */
+ 0x1F080000 0x20000 /* DCTMPL */
>;
interrupt-parent = <&tzic>;
interrupts = <
OpenPOWER on IntegriCloud