Revision 92e55a865bc7b3f89bb8c684f6846651868ee7d7 authored by Palmer Dabbelt on 25 August 2022, 23:06:49 UTC, committed by Palmer Dabbelt on 25 August 2022, 23:32:39 UTC
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
2 parent s 9626423 + e4009c5
History
File Mode Size
Kconfig -rw-r--r-- 5.7 KB
Makefile -rw-r--r-- 1.0 KB
dsa.c -rw-r--r-- 12.7 KB
dsa2.c -rw-r--r-- 40.3 KB
dsa_priv.h -rw-r--r-- 19.0 KB
master.c -rw-r--r-- 10.8 KB
port.c -rw-r--r-- 40.6 KB
slave.c -rw-r--r-- 75.9 KB
switch.c -rw-r--r-- 22.8 KB
tag_8021q.c -rw-r--r-- 12.9 KB
tag_ar9331.c -rw-r--r-- 2.3 KB
tag_brcm.c -rw-r--r-- 8.6 KB
tag_dsa.c -rw-r--r-- 11.6 KB
tag_gswip.c -rw-r--r-- 2.7 KB
tag_hellcreek.c -rw-r--r-- 1.6 KB
tag_ksz.c -rw-r--r-- 7.4 KB
tag_lan9303.c -rw-r--r-- 3.5 KB
tag_mtk.c -rw-r--r-- 2.6 KB
tag_ocelot.c -rw-r--r-- 6.5 KB
tag_ocelot_8021q.c -rw-r--r-- 3.6 KB
tag_qca.c -rw-r--r-- 2.8 KB
tag_rtl4_a.c -rw-r--r-- 3.0 KB
tag_rtl8_4.c -rw-r--r-- 7.9 KB
tag_rzn1_a5psw.c -rw-r--r-- 2.8 KB
tag_sja1105.c -rw-r--r-- 23.9 KB
tag_trailer.c -rw-r--r-- 1.3 KB
tag_xrs700x.c -rw-r--r-- 1.3 KB

back to top