https://github.com/torvalds/linux
Revision bac717171971176b78c72d15a8b6961764ab197f authored by Arnd Bergmann on 30 December 2020, 15:20:05 UTC, committed by Arnd Bergmann on 08 January 2021, 15:23:37 UTC
dtc points out that the interrupts for some devices are not parsable:

picoxcell-pc3x2.dtsi:45.19-49.5: Warning (interrupts_property): /paxi/gem@30000: Missing interrupt-parent
picoxcell-pc3x2.dtsi:51.21-55.5: Warning (interrupts_property): /paxi/dmac@40000: Missing interrupt-parent
picoxcell-pc3x2.dtsi:57.21-61.5: Warning (interrupts_property): /paxi/dmac@50000: Missing interrupt-parent
picoxcell-pc3x2.dtsi:233.21-237.5: Warning (interrupts_property): /rwid-axi/axi2pico@c0000000: Missing interrupt-parent

There are two VIC instances, so it's not clear which one needs to be
used. I found the BSP sources that reference VIC0, so use that:

https://github.com/r1mikey/meta-picoxcell/blob/master/recipes-kernel/linux/linux-picochip-3.0/0001-picoxcell-support-for-Picochip-picoXcell-SoC.patch

Acked-by: Jamie Iles <jamie@jamieiles.com>
Link: https://lore.kernel.org/r/20201230152010.3914962-1-arnd@kernel.org'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 7887cc8
History
Tip revision: bac717171971176b78c72d15a8b6961764ab197f authored by Arnd Bergmann on 30 December 2020, 15:20:05 UTC
ARM: picoxcell: fix missing interrupt-parent properties
Tip revision: bac7171
File Mode Size
Changes -rw-r--r-- 9.1 KB
Kconfig -rw-r--r-- 1000 bytes
Makefile -rw-r--r-- 234 bytes
affs.h -rw-r--r-- 10.9 KB
amigaffs.c -rw-r--r-- 12.1 KB
amigaffs.h -rw-r--r-- 3.0 KB
bitmap.c -rw-r--r-- 8.3 KB
dir.c -rw-r--r-- 3.4 KB
file.c -rw-r--r-- 25.0 KB
inode.c -rw-r--r-- 10.6 KB
namei.c -rw-r--r-- 13.1 KB
super.c -rw-r--r-- 16.7 KB
symlink.c -rw-r--r-- 1.6 KB

back to top