mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 13:14:07 +08:00
riscv: dts: microchip: add pci dma ranges for the icicle kit
The recently removed, accidentally included, "matr0" property was used in place of a dma-ranges property. The PCI controller is non-functional with mainline Linux in the v2022.02 or later reference designs and has not worked without configuration of address-translation since v2021.08. Add the address translation that will be used by the v2022.09 reference design & update the compatible used by the dts. Since this change is not backwards compatible, update the compatible to denote this, jumping over v2022.09 directly to v2022.10. Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
This commit is contained in:
parent
db3d481698
commit
f890e67f29
@ -2,7 +2,8 @@
|
|||||||
/* Copyright (c) 2020-2021 Microchip Technology Inc */
|
/* Copyright (c) 2020-2021 Microchip Technology Inc */
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
compatible = "microchip,mpfs-icicle-reference-rtlv2203", "microchip,mpfs";
|
compatible = "microchip,mpfs-icicle-reference-rtlv2210", "microchip,mpfs-icicle-kit",
|
||||||
|
"microchip,mpfs";
|
||||||
|
|
||||||
core_pwm0: pwm@41000000 {
|
core_pwm0: pwm@41000000 {
|
||||||
compatible = "microchip,corepwm-rtl-v4";
|
compatible = "microchip,corepwm-rtl-v4";
|
||||||
@ -37,3 +38,7 @@
|
|||||||
clock-frequency = <125000000>;
|
clock-frequency = <125000000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pcie {
|
||||||
|
dma-ranges = <0x02000000 0x0 0x00000000 0x0 0x00000000 0x1 0x00000000>;
|
||||||
|
};
|
||||||
|
@ -11,7 +11,8 @@
|
|||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Microchip PolarFire-SoC Icicle Kit";
|
model = "Microchip PolarFire-SoC Icicle Kit";
|
||||||
compatible = "microchip,mpfs-icicle-kit", "microchip,mpfs";
|
compatible = "microchip,mpfs-icicle-reference-rtlv2210", "microchip,mpfs-icicle-kit",
|
||||||
|
"microchip,mpfs";
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
ethernet0 = &mac1;
|
ethernet0 = &mac1;
|
||||||
|
Loading…
Reference in New Issue
Block a user