* [PATCH][v3] powerpc/mpc85xx: Add FMan platform support
@ 2015-02-18 14:04 Igal.Liberman
2015-02-23 22:01 ` Scott Wood
0 siblings, 1 reply; 3+ messages in thread
From: Igal.Liberman @ 2015-02-18 14:04 UTC (permalink / raw)
To: linuxppc-dev; +Cc: scottwood, Igal Liberman, Emilian.Medve
From: Igal Liberman <Igal.Liberman@freescale.com>
Get the FMan devices/sub-nodes (MAC, MDIO, etc.) auto-probed
Signed-off-by: Igal Liberman <Igal.Liberman@freescale.com>
---
arch/powerpc/platforms/85xx/common.c | 1 +
arch/powerpc/platforms/85xx/corenet_generic.c | 3 +++
2 files changed, 4 insertions(+)
diff --git a/arch/powerpc/platforms/85xx/common.c b/arch/powerpc/platforms/85xx/common.c
index 4a9ad87..7bfb9b1 100644
--- a/arch/powerpc/platforms/85xx/common.c
+++ b/arch/powerpc/platforms/85xx/common.c
@@ -40,6 +40,7 @@ static const struct of_device_id mpc85xx_common_ids[] __initconst = {
{ .compatible = "fsl,qoriq-pcie-v2.4", },
{ .compatible = "fsl,qoriq-pcie-v2.3", },
{ .compatible = "fsl,qoriq-pcie-v2.2", },
+ { .compatible = "fsl,fman", },
{},
};
diff --git a/arch/powerpc/platforms/85xx/corenet_generic.c b/arch/powerpc/platforms/85xx/corenet_generic.c
index 63bef30..9824d2c 100644
--- a/arch/powerpc/platforms/85xx/corenet_generic.c
+++ b/arch/powerpc/platforms/85xx/corenet_generic.c
@@ -117,6 +117,9 @@ static const struct of_device_id of_device_ids[] = {
{
.compatible = "fsl,qe",
},
+ {
+ .compatible = "fsl,fman",
+ },
/* The following two are for the Freescale hypervisor */
{
.name = "hypervisor",
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH][v3] powerpc/mpc85xx: Add FMan platform support
2015-02-18 14:04 [PATCH][v3] powerpc/mpc85xx: Add FMan platform support Igal.Liberman
@ 2015-02-23 22:01 ` Scott Wood
2015-02-23 23:24 ` Emil Medve
0 siblings, 1 reply; 3+ messages in thread
From: Scott Wood @ 2015-02-23 22:01 UTC (permalink / raw)
To: Igal.Liberman; +Cc: linuxppc-dev, Emilian.Medve
On Wed, 2015-02-18 at 16:04 +0200, Igal.Liberman wrote:
> From: Igal Liberman <Igal.Liberman@freescale.com>
>
> Get the FMan devices/sub-nodes (MAC, MDIO, etc.) auto-probed
>
> Signed-off-by: Igal Liberman <Igal.Liberman@freescale.com>
> ---
> arch/powerpc/platforms/85xx/common.c | 1 +
> arch/powerpc/platforms/85xx/corenet_generic.c | 3 +++
> 2 files changed, 4 insertions(+)
What changed from v2?
-Scott
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH][v3] powerpc/mpc85xx: Add FMan platform support
2015-02-23 22:01 ` Scott Wood
@ 2015-02-23 23:24 ` Emil Medve
0 siblings, 0 replies; 3+ messages in thread
From: Emil Medve @ 2015-02-23 23:24 UTC (permalink / raw)
To: Scott Wood, Igal.Liberman; +Cc: linuxppc-dev
Hello Scott,
On 02/23/2015 04:01 PM, Scott Wood wrote:
> On Wed, 2015-02-18 at 16:04 +0200, Igal.Liberman wrote:
>> From: Igal Liberman <Igal.Liberman@freescale.com>
>>
>> Get the FMan devices/sub-nodes (MAC, MDIO, etc.) auto-probed
>>
>> Signed-off-by: Igal Liberman <Igal.Liberman@freescale.com>
>> ---
>> arch/powerpc/platforms/85xx/common.c | 1 +
>> arch/powerpc/platforms/85xx/corenet_generic.c | 3 +++
>> 2 files changed, 4 insertions(+)
>
> What changed from v2?
v1,2 were based on an internal tree/branch and had some reference to
'fsl,dpaa':
> { .compatible = "fsl,dpaa", },
Cheers,
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-02-23 23:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-18 14:04 [PATCH][v3] powerpc/mpc85xx: Add FMan platform support Igal.Liberman
2015-02-23 22:01 ` Scott Wood
2015-02-23 23:24 ` Emil Medve
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).