Patch "arm64: dts: renesas: r9a09g011: Fix unit address format error" has been added to the 6.0-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    arm64: dts: renesas: r9a09g011: Fix unit address format error

to the 6.0-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm64-dts-renesas-r9a09g011-fix-unit-address-format-.patch
and it can be found in the queue-6.0 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 36d53e30adda83786a6eaae80e6ad41914c7c12c
Author: Fabrizio Castro <fabrizio.castro.jz@xxxxxxxxxxx>
Date:   Thu Nov 3 23:06:46 2022 +0000

    arm64: dts: renesas: r9a09g011: Fix unit address format error
    
    [ Upstream commit 278f5015a3deaa2ea0db6070bbc2a8edf2455643 ]
    
    Although the HW User Manual for RZ/V2M states in the "Address Map"
    section that the interrupt controller is assigned addresses starting
    from 0x82000000, the memory locations from 0x82000000 0x0x8200FFFF
    are marked as reserved in the "Interrupt Controller (GIC)" section
    and are currently not used by the device tree, leading to the below
    warning:
    
    arch/arm64/boot/dts/renesas/r9a09g011.dtsi:51.38-63.5: Warning
    (simple_bus_reg): /soc/interrupt-controller@82000000: simple-bus unit
    address format error, expected "82010000"
    
    Fix the unit address accordingly.
    
    Fixes: fb1929b98f2e ("arm64: dts: renesas: Add initial DTSI for RZ/V2M SoC")
    Signed-off-by: Fabrizio Castro <fabrizio.castro.jz@xxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20221103230648.53748-2-fabrizio.castro.jz@xxxxxxxxxxx
    Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm64/boot/dts/renesas/r9a09g011.dtsi b/arch/arm64/boot/dts/renesas/r9a09g011.dtsi
index d4cc5459fbb7..4ce0f3944649 100644
--- a/arch/arm64/boot/dts/renesas/r9a09g011.dtsi
+++ b/arch/arm64/boot/dts/renesas/r9a09g011.dtsi
@@ -48,7 +48,7 @@ soc: soc {
 		#size-cells = <2>;
 		ranges;
 
-		gic: interrupt-controller@82000000 {
+		gic: interrupt-controller@82010000 {
 			compatible = "arm,gic-400";
 			#interrupt-cells = <3>;
 			#address-cells = <0>;



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux