forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/arch/arm/mach-orion5x/orion5x.h
....@@ -31,13 +31,13 @@
3131 * fc000000 device bus mappings (cs0/cs1)
3232 *
3333 * virt phys size
34
- * fe000000 f1000000 1M on-chip peripheral registers
34
+ * fec00000 f1000000 1M on-chip peripheral registers
3535 * fee00000 f2000000 64K PCIe I/O space
3636 * fee10000 f2100000 64K PCI I/O space
3737 * fd000000 f0000000 16M PCIe WA space (Orion-1/Orion-NAS only)
3838 ****************************************************************************/
3939 #define ORION5X_REGS_PHYS_BASE 0xf1000000
40
-#define ORION5X_REGS_VIRT_BASE IOMEM(0xfe000000)
40
+#define ORION5X_REGS_VIRT_BASE IOMEM(0xfec00000)
4141 #define ORION5X_REGS_SIZE SZ_1M
4242
4343 #define ORION5X_PCIE_IO_PHYS_BASE 0xf2000000