[PATCH 01/29] dts: P1020: Add ESPI DT nodes

Priyanka Jain priyanka.jain at nxp.com
Tue May 12 11:03:32 CEST 2020


>-----Original Message-----
>From: Xiaowei Bao <xiaowei.bao at nxp.com>
>Sent: Saturday, October 26, 2019 4:55 PM
>To: wd at denx.de; Priyanka Jain <priyanka.jain at nxp.com>; Shengzhou Liu
><shengzhou.liu at nxp.com>; u-boot at lists.denx.de; patrick.delaunay at st.com
>Cc: Xiaowei Bao <xiaowei.bao at nxp.com>
>Subject: [PATCH 01/29] dts: P1020: Add ESPI DT nodes
>
>Add ESPI controller DT node for P1020.
>
>Signed-off-by: Xiaowei Bao <xiaowei.bao at nxp.com>
>---
> arch/powerpc/dts/p1020-post.dtsi | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
>diff --git a/arch/powerpc/dts/p1020-post.dtsi b/arch/powerpc/dts/p1020-
>post.dtsi
>index 1e5e678..efb104f 100644
>--- a/arch/powerpc/dts/p1020-post.dtsi
>+++ b/arch/powerpc/dts/p1020-post.dtsi
>@@ -24,6 +24,15 @@
> 		single-cpu-affinity;
> 		last-interrupt-source = <255>;
> 	};
>+
>+	espi0: spi at 7000 {
>+		compatible = "fsl,mpc8536-espi";
>+		#address-cells = <1>;
>+		#size-cells = <0>;
>+		reg = <0x7000 0x1000>;
>+		fsl,espi-num-chipselects = <4>;
>+		status = "disabled";
>+	};
> };
>
> /* PCIe controller base address 0x9000 */
>--
>2.9.5
There has been many changes in SPI driver now. 
Please help to rebase and resend the series.

Regards
Priyanka


More information about the U-Boot mailing list