mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 13:14:07 +08:00
Microchip RISC-V devicetree fixes for 6.0-rc3
Two sets of fixes this time around: - A fix for the interrupt ordering of the l2-cache controller. If the driver is enabled, it would spam the console /constantly/, rendering the system useless. - General cleanup for some bogus properties in the dt, part of my quest for zero dtbs_check warnings. On that note, the interrupt ordering adds a dtbs_check warning - but I considered that fixing the potentially useless system was more of a priority. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCYwelHAAKCRB4tDGHoIJi 0kSJAPwLvBBdH7lEOdM5NyEctyqa0pqMOPNKG3+7/VOK5rL++wD/Uqf7tNDaXSeo Qp3hfJQ16p853bdz+xLSf/HXguIf0QI= =zdu9 -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQJHBAABCAAxFiEEAM520YNJYN/OiG3470yhUCzLq0EFAmMIBsQTHHBhbG1lckBk YWJiZWx0LmNvbQAKCRDvTKFQLMurQRLDEACz6Tm/vxs7Q8rM+KmEdlUQU8vyEl2l 34KAZsoLfbEcmg0/YKbQYCi+m4xLziXHUgeTdEMv1wAUfpi+RuX8sBVachM9Obo1 s2q+Trg+Y44WKKtgK4i8J+OHX9sbBDEScT8swmApFKMtoYZEYjS0N44WrOWDSc5j xXTyQ2VJJvW7FNawZ58pktAGk/mRPNAzLqq/sR2igg/M5lDFY28LyM5Q9QfQ71bg M/lgoo1X1EYwE2RCOn1jYWJmBlx58N9+IiUBGwK+sa6UvpUlI6mPvrJinNSSUFkZ tqoMD/FlOcwP6W2IHvGBPWh0LJs/2RV/FlL97tYStrbB3vnjX4HiSC2/GxQSRNC4 UFwGGP8rZpIwIPORZN4h6U7UoZQaP7lN5BwXJFLQ3OvB0y0UXyaphUDOmSqV8aPE 9mk2jPZhamxB8UxEH9IGJRGPYCnboaAF5uMJw17GuxKtke9CGlnWLszMHxcjKpOi l0zBuMUnw0wWqqkJRy95eL3BAH0zcA4WC8HAM1fcSmVQaRYDjS2qQC4xpJNaP7Rg br0h2C8fDrqKis0WkGsKrPJbrk4q6l1zv798zyOiGE3GkfmLHmHiNDriREPmC/bP 6BBykEGXVt+XcBdlpRqtb1fT7rTfFGDpFkyZJ1XFclHVPijwJ18C02Ptd+3v2d22 W2Ch+Q0GLe73ZA== =O5yv -----END PGP SIGNATURE----- Merge tag 'dt-fixes-for-palmer-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git into fixes Microchip RISC-V devicetree fixes for 6.0-rc3 Two sets of fixes this time around: - A fix for the interrupt ordering of the l2-cache controller. If the driver is enabled, it would spam the console /constantly/, rendering the system useless. - General cleanup for some bogus properties in the dt, part of my quest for zero dtbs_check warnings. On that note, the interrupt ordering adds a dtbs_check warning - but I considered that fixing the potentially useless system was more of a priority. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> * tag 'dt-fixes-for-palmer-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git: riscv: dts: microchip: mpfs: remove pci axi address translation property riscv: dts: microchip: mpfs: remove bogus card-detect-delay riscv: dts: microchip: mpfs: remove ti,fifo-depth property riscv: dts: microchip: mpfs: fix incorrect pcie child node name riscv: dts: microchip: correct L2 cache interrupts
This commit is contained in:
commit
92e55a865b
@ -84,12 +84,10 @@
|
|||||||
|
|
||||||
phy1: ethernet-phy@9 {
|
phy1: ethernet-phy@9 {
|
||||||
reg = <9>;
|
reg = <9>;
|
||||||
ti,fifo-depth = <0x1>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
phy0: ethernet-phy@8 {
|
phy0: ethernet-phy@8 {
|
||||||
reg = <8>;
|
reg = <8>;
|
||||||
ti,fifo-depth = <0x1>;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -102,7 +100,6 @@
|
|||||||
disable-wp;
|
disable-wp;
|
||||||
cap-sd-highspeed;
|
cap-sd-highspeed;
|
||||||
cap-mmc-highspeed;
|
cap-mmc-highspeed;
|
||||||
card-detect-delay = <200>;
|
|
||||||
mmc-ddr-1_8v;
|
mmc-ddr-1_8v;
|
||||||
mmc-hs200-1_8v;
|
mmc-hs200-1_8v;
|
||||||
sd-uhs-sdr12;
|
sd-uhs-sdr12;
|
||||||
|
@ -54,12 +54,10 @@
|
|||||||
|
|
||||||
phy1: ethernet-phy@5 {
|
phy1: ethernet-phy@5 {
|
||||||
reg = <5>;
|
reg = <5>;
|
||||||
ti,fifo-depth = <0x01>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
phy0: ethernet-phy@4 {
|
phy0: ethernet-phy@4 {
|
||||||
reg = <4>;
|
reg = <4>;
|
||||||
ti,fifo-depth = <0x01>;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -72,7 +70,6 @@
|
|||||||
disable-wp;
|
disable-wp;
|
||||||
cap-sd-highspeed;
|
cap-sd-highspeed;
|
||||||
cap-mmc-highspeed;
|
cap-mmc-highspeed;
|
||||||
card-detect-delay = <200>;
|
|
||||||
mmc-ddr-1_8v;
|
mmc-ddr-1_8v;
|
||||||
mmc-hs200-1_8v;
|
mmc-hs200-1_8v;
|
||||||
sd-uhs-sdr12;
|
sd-uhs-sdr12;
|
||||||
|
@ -193,7 +193,7 @@
|
|||||||
cache-size = <2097152>;
|
cache-size = <2097152>;
|
||||||
cache-unified;
|
cache-unified;
|
||||||
interrupt-parent = <&plic>;
|
interrupt-parent = <&plic>;
|
||||||
interrupts = <1>, <2>, <3>;
|
interrupts = <1>, <3>, <4>, <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
clint: clint@2000000 {
|
clint: clint@2000000 {
|
||||||
@ -485,9 +485,8 @@
|
|||||||
ranges = <0x3000000 0x0 0x8000000 0x20 0x8000000 0x0 0x80000000>;
|
ranges = <0x3000000 0x0 0x8000000 0x20 0x8000000 0x0 0x80000000>;
|
||||||
msi-parent = <&pcie>;
|
msi-parent = <&pcie>;
|
||||||
msi-controller;
|
msi-controller;
|
||||||
microchip,axi-m-atr0 = <0x10 0x0>;
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
pcie_intc: legacy-interrupt-controller {
|
pcie_intc: interrupt-controller {
|
||||||
#address-cells = <0>;
|
#address-cells = <0>;
|
||||||
#interrupt-cells = <1>;
|
#interrupt-cells = <1>;
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
|
Loading…
Reference in New Issue
Block a user