Thread (4 messages) 4 messages, 4 authors, 2014-03-04

RE: [PATCH] Corenet: Add QE platform support for Corenet

From: qiang.zhao@freescale.com <hidden>
Date: 2014-03-04 09:24:46

On Mar 3, 2014, at 11:51 PM, Kumar Gala [galak@kernel.crashing.org] wrote:


-----Original Message-----
From: Kumar Gala [mailto:galak@kernel.crashing.org]
Sent: Monday, March 03, 2014 11:51 PM
To: Zhao Qiang-B45475
Cc: linuxppc-dev@lists.ozlabs.org; Wood Scott-B07421; Xie Xiaobo-R63061
Subject: Re: [PATCH] Corenet: Add QE platform support for Corenet
=20
=20
On Feb 28, 2014, at 2:48 AM, Zhao Qiang [off-list ref] wrote:
=20
quoted
There is QE on platform T104x, add support.
Call funcs qe_ic_init and qe_init if CONFIG_QUICC_ENGINE is defined.

Signed-off-by: Zhao Qiang <redacted>
---
arch/powerpc/platforms/85xx/corenet_generic.c | 32
+++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
=20
Can you use mpc85xx_qe_init() instead?

mpc85xx_qe_init() is for old QE which is different from new QE.
New QE has no par_io, and it is not correct to init=20
par_io(par_io_init() called in mpc85xx_qe_init()) for new QE.=20
=20
quoted
diff --git a/arch/powerpc/platforms/85xx/corenet_generic.c
b/arch/powerpc/platforms/85xx/corenet_generic.c
index fbd871e..f8c8e0c 100644
--- a/arch/powerpc/platforms/85xx/corenet_generic.c
+++ b/arch/powerpc/platforms/85xx/corenet_generic.c
/*
@@ -52,11 +68,24 @@ void __init corenet_gen_pic_init(void)  */ void
__init corenet_gen_setup_arch(void) {
+#ifdef CONFIG_QUICC_ENGINE
+	struct device_node *np;
+#endif
	mpc85xx_smp_init();

	swiotlb_detect_4g();

	pr_info("%s board from Freescale Semiconductor\n", ppc_md.name);
+
+#ifdef CONFIG_QUICC_ENGINE
+	np =3D of_find_compatible_node(NULL, NULL, "fsl,qe");
+	if (!np) {
+		pr_err("%s: Could not find Quicc Engine node\n", __func__);
+		return;
=20
This doesn't seem like an reasonable error message for common corenet
platform.  It seems reasonable to build QE support but boot on a chip w/o
QE.
=20
quoted
+	}
+	qe_reset();
+	of_node_put(np);
+#endif
}
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev
=20
=20

Regards,
Zhao Qiang
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help