From: Jiaxun Yang Date: Tue, 28 Jul 2020 15:36:59 +0000 (+0800) Subject: MIPS: Loongson64: Add ISA node for LS7A PCH X-Git-Tag: v5.9-rc1~128^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b91aff3b84c10c55bf848d94eda7889a8d0d171d;p=thirdparty%2Fkernel%2Flinux.git MIPS: Loongson64: Add ISA node for LS7A PCH Although currently we're not enabling any ISA device in devicetree, but this node is required to express the ranges of address reserved for ISA. Signed-off-by: Jiaxun Yang Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/boot/dts/loongson/ls7a-pch.dtsi b/arch/mips/boot/dts/loongson/ls7a-pch.dtsi index 1c286bb8c7036..e574a062dfaeb 100644 --- a/arch/mips/boot/dts/loongson/ls7a-pch.dtsi +++ b/arch/mips/boot/dts/loongson/ls7a-pch.dtsi @@ -367,5 +367,12 @@ interrupt-map = <0 0 0 0 &pic 39 IRQ_TYPE_LEVEL_HIGH>; }; }; + + isa { + compatible = "isa"; + #address-cells = <2>; + #size-cells = <1>; + ranges = <1 0 0 0x18000000 0x20000>; + }; }; };