[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <8cd60ba7-b0db-450f-8285-eb5429c4f3ec@www.fastmail.com>
Date: Sun, 25 Apr 2021 18:39:20 +0800
From: "Jiaxun Yang" <jiaxun.yang@...goat.com>
To: "xiaochuan mao" <maoxiaochuan@...ngson.cn>,
"Rob Herring" <robh+dt@...nel.org>,
"Thomas Bogendoerfer" <tsbogend@...ha.franken.de>,
"Qing Zhang" <zhangqing@...ngson.cn>
Cc: devicetree@...r.kernel.org,
"linux-mips@...r.kernel.org" <linux-mips@...r.kernel.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] MIPS:DTS:Correct device id and class code of pcie for Loongnon-2K
On Sun, Apr 25, 2021, at 1:28 PM, Xiaochuan Mao wrote:
> from Loongson-2K user manual know that Loongson-2K have two
> pcie controller pcie0 and pcie1, pcie0 have four port named port0~port3
> and pcie1 have 2 port named port0~port1. the device id of port0 is 7a19
> in each pcie controller and others are 7a09. and their class code is 0b0300.
The manual is obviously incorrect.
class0604 is PCI to PCI bridge that matches. hardware. 0b03 is undefined.
Thanks.
>
> Signed-off-by: Xiaochuan Mao <maoxiaochuan@...ngson.cn>
> ---
> .../boot/dts/loongson/loongson64-2k1000.dtsi | 40 +++++++++----------
> 1 file changed, 20 insertions(+), 20 deletions(-)
>
> diff --git a/arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi
> b/arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi
> index 569e814def83..a95121359080 100644
> --- a/arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi
> +++ b/arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi
> @@ -150,8 +150,8 @@
> pci_bridge@9,0 {
> compatible = "pci0014,7a19.0",
> "pci0014,7a19",
> - "pciclass060400",
> - "pciclass0604";
> + "pciclass0b0300",
> + "pciclass0b03";
>
> reg = <0x4800 0x0 0x0 0x0 0x0>;
> #interrupt-cells = <1>;
> @@ -163,10 +163,10 @@
> };
>
> pci_bridge@a,0 {
> - compatible = "pci0014,7a19.0",
> - "pci0014,7a19",
> - "pciclass060400",
> - "pciclass0604";
> + compatible = "pci0014,7a09.0",
> + "pci0014,7a09",
> + "pciclass0b0300",
> + "pciclass0b03";
>
> reg = <0x5000 0x0 0x0 0x0 0x0>;
> #interrupt-cells = <1>;
> @@ -178,10 +178,10 @@
> };
>
> pci_bridge@b,0 {
> - compatible = "pci0014,7a19.0",
> - "pci0014,7a19",
> - "pciclass060400",
> - "pciclass0604";
> + compatible = "pci0014,7a09.0",
> + "pci0014,7a09",
> + "pciclass0b0300",
> + "pciclass0b03";
>
> reg = <0x5800 0x0 0x0 0x0 0x0>;
> #interrupt-cells = <1>;
> @@ -193,10 +193,10 @@
> };
>
> pci_bridge@c,0 {
> - compatible = "pci0014,7a19.0",
> - "pci0014,7a19",
> - "pciclass060400",
> - "pciclass0604";
> + compatible = "pci0014,7a09.0",
> + "pci0014,7a09",
> + "pciclass0b0300",
> + "pciclass0b03";
>
> reg = <0x6000 0x0 0x0 0x0 0x0>;
> #interrupt-cells = <1>;
> @@ -210,8 +210,8 @@
> pci_bridge@d,0 {
> compatible = "pci0014,7a19.0",
> "pci0014,7a19",
> - "pciclass060400",
> - "pciclass0604";
> + "pciclass0b0300",
> + "pciclass0b03";
>
> reg = <0x6800 0x0 0x0 0x0 0x0>;
> #interrupt-cells = <1>;
> @@ -223,10 +223,10 @@
> };
>
> pci_bridge@e,0 {
> - compatible = "pci0014,7a19.0",
> - "pci0014,7a19",
> - "pciclass060400",
> - "pciclass0604";
> + compatible = "pci0014,7a09.0",
> + "pci0014,7a09",
> + "pciclass0b0300",
> + "pciclass0b03";
>
> reg = <0x7000 0x0 0x0 0x0 0x0>;
> #interrupt-cells = <1>;
> --
> 2.17.1
>
>
--
- Jiaxun
Powered by blists - more mailing lists