* [PATCH] Enable enhanced functions for 8536 TSEC
@ 2008-10-16 9:31 Jason Jin
2008-10-20 14:46 ` Kumar Gala
2008-10-20 23:54 ` Benjamin Herrenschmidt
0 siblings, 2 replies; 3+ messages in thread
From: Jason Jin @ 2008-10-16 9:31 UTC (permalink / raw)
To: galak; +Cc: linuxppc-dev, Jason Jin
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
---
arch/powerpc/boot/dts/mpc8536ds.dts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/boot/dts/mpc8536ds.dts b/arch/powerpc/boot/dts/mpc8536ds.dts
index 93fdd99..dce2f65 100644
--- a/arch/powerpc/boot/dts/mpc8536ds.dts
+++ b/arch/powerpc/boot/dts/mpc8536ds.dts
@@ -180,7 +180,7 @@
enet0: ethernet@24000 {
cell-index = <0>;
device_type = "network";
- model = "TSEC";
+ model = "eTSEC";
compatible = "gianfar";
reg = <0x24000 0x1000>;
local-mac-address = [ 00 00 00 00 00 00 ];
@@ -193,7 +193,7 @@
enet1: ethernet@26000 {
cell-index = <1>;
device_type = "network";
- model = "TSEC";
+ model = "eTSEC";
compatible = "gianfar";
reg = <0x26000 0x1000>;
local-mac-address = [ 00 00 00 00 00 00 ];
--
1.5.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Enable enhanced functions for 8536 TSEC
2008-10-16 9:31 [PATCH] Enable enhanced functions for 8536 TSEC Jason Jin
@ 2008-10-20 14:46 ` Kumar Gala
2008-10-20 23:54 ` Benjamin Herrenschmidt
1 sibling, 0 replies; 3+ messages in thread
From: Kumar Gala @ 2008-10-20 14:46 UTC (permalink / raw)
To: Jason Jin; +Cc: linuxppc-dev
On Oct 16, 2008, at 4:31 AM, Jason Jin wrote:
> Signed-off-by: Jason Jin <Jason.jin@freescale.com>
> ---
> arch/powerpc/boot/dts/mpc8536ds.dts | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
applied
- k
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Enable enhanced functions for 8536 TSEC
2008-10-16 9:31 [PATCH] Enable enhanced functions for 8536 TSEC Jason Jin
2008-10-20 14:46 ` Kumar Gala
@ 2008-10-20 23:54 ` Benjamin Herrenschmidt
1 sibling, 0 replies; 3+ messages in thread
From: Benjamin Herrenschmidt @ 2008-10-20 23:54 UTC (permalink / raw)
To: Jason Jin; +Cc: linuxppc-dev
On Thu, 2008-10-16 at 17:31 +0800, Jason Jin wrote:
> Signed-off-by: Jason Jin <Jason.jin@freescale.com>
> ---
> arch/powerpc/boot/dts/mpc8536ds.dts | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/powerpc/boot/dts/mpc8536ds.dts b/arch/powerpc/boot/dts/mpc8536ds.dts
> index 93fdd99..dce2f65 100644
> --- a/arch/powerpc/boot/dts/mpc8536ds.dts
> +++ b/arch/powerpc/boot/dts/mpc8536ds.dts
> @@ -180,7 +180,7 @@
> enet0: ethernet@24000 {
> cell-index = <0>;
> device_type = "network";
> - model = "TSEC";
> + model = "eTSEC";
> compatible = "gianfar";
> reg = <0x24000 0x1000>;
> local-mac-address = [ 00 00 00 00 00 00 ];
While this works, this isn't quite "proper" use of the device-tree,
you should instead have something like
compatible="gianfar-eTSEC","gianfar" or something like that
Cheers,
Ben.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-10-20 23:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-16 9:31 [PATCH] Enable enhanced functions for 8536 TSEC Jason Jin
2008-10-20 14:46 ` Kumar Gala
2008-10-20 23:54 ` Benjamin Herrenschmidt
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).