projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b4b2af
)
arm64: dts: rockchip: fix rk3568 mbi-alias
author
Peter Geis
<pgwipeout@gmail.com>
Wed, 28 Jul 2021 18:00:27 +0000
(14:00 -0400)
committer
Heiko Stuebner
<heiko@sntech.de>
Wed, 15 Sep 2021 15:50:29 +0000
(17:50 +0200)
The mbi-alias incorrectly points to 0xfd100000 when it should point to
0xfd410000.
This fixes MSIs on rk3568.
Fixes:
a3adc0b9071d
("arm64: dts: rockchip: add core dtsi for RK3568 SoC")
Signed-off-by: Peter Geis <pgwipeout@gmail.com>
Link:
https://lore.kernel.org/r/20210728180034.717953-2-pgwipeout@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk356x.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/rockchip/rk356x.dtsi
b/arch/arm64/boot/dts/rockchip/rk356x.dtsi
index
3229713
..
f7ecdfd
100644
(file)
--- a/
arch/arm64/boot/dts/rockchip/rk356x.dtsi
+++ b/
arch/arm64/boot/dts/rockchip/rk356x.dtsi
@@
-195,7
+195,7
@@
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
interrupt-controller;
#interrupt-cells = <3>;
- mbi-alias = <0x0 0xfd
10
0000>;
+ mbi-alias = <0x0 0xfd
41
0000>;
mbi-ranges = <296 24>;
msi-controller;
};