]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
MIPS: dts: loongson: Add ISA node
authorJiaxun Yang <jiaxun.yang@flygoat.com>
Fri, 14 Jun 2024 15:40:13 +0000 (16:40 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Aug 2024 07:00:56 +0000 (09:00 +0200)
commit da3f62466e5afc752f8b72146bbc4700dbba5a9f upstream.

ISA node is required by Loongson64 platforms to initialize
PIO support.

Kernel will hang at boot without ISA node.

Cc: stable@vger.kernel.org
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi

index ee3e2153dd13fb78894f25d9efd476075c9d86d8..b0e6f94ed582a1a74f5f724202d2ccb101b904fc 100644 (file)
                        0 0x40000000 0 0x40000000 0 0x40000000
                        0xfe 0x00000000 0xfe 0x00000000 0 0x40000000>;
 
+               isa@18000000 {
+                       compatible = "isa";
+                       #size-cells = <1>;
+                       #address-cells = <2>;
+                       ranges = <1 0x0 0x0 0x18000000 0x4000>;
+               };
+
                pm: reset-controller@1fe07000 {
                        compatible = "loongson,ls2k-pm";
                        reg = <0 0x1fe07000 0 0x422>;