All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux dev-4.18] arm: dts: aspeed: Use ColdFire FSI offload on Witherspoon
@ 2018-09-27  6:46 Andrew Jeffery
  2018-09-27 16:28 ` Brad Bishop
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Jeffery @ 2018-09-27  6:46 UTC (permalink / raw)
  To: joel; +Cc: Andrew Jeffery, openbmc

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
---
 arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
index f4739ec8051b..b8184c8283d1 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
@@ -33,6 +33,11 @@
 			compatible = "shared-dma-pool";
 			reusable;
 		};
+
+		coldfire_memory: codefire_memory@9ef00000 {
+			reg = <0x9ef00000 0x00100000>;
+			no-map;
+		};
 	};
 
 	gpio-keys {
@@ -157,10 +162,13 @@
 	};
 
 	fsi: gpio-fsi {
-		compatible = "fsi-master-gpio", "fsi-master";
+		compatible = "aspeed,ast2500-cf-fsi-master", "fsi-master";
 		#address-cells = <2>;
 		#size-cells = <0>;
-		no-gpio-delays;
+
+		memory-region = <&coldfire_memory>;
+		aspeed,sram = <&sram>;
+		aspeed,cvic = <&cvic>;
 
 		clock-gpios = <&gpio ASPEED_GPIO(AA, 0) GPIO_ACTIVE_HIGH>;
 		data-gpios = <&gpio ASPEED_GPIO(E, 0) GPIO_ACTIVE_HIGH>;
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH linux dev-4.18] arm: dts: aspeed: Use ColdFire FSI offload on Witherspoon
  2018-09-27  6:46 [PATCH linux dev-4.18] arm: dts: aspeed: Use ColdFire FSI offload on Witherspoon Andrew Jeffery
@ 2018-09-27 16:28 ` Brad Bishop
  2018-10-21 22:25   ` Joel Stanley
  0 siblings, 1 reply; 4+ messages in thread
From: Brad Bishop @ 2018-09-27 16:28 UTC (permalink / raw)
  To: Andrew Jeffery; +Cc: joel, openbmc



> On Sep 27, 2018, at 2:46 AM, Andrew Jeffery <andrew@aj.id.au> wrote:
> 
> Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

Acked-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH linux dev-4.18] arm: dts: aspeed: Use ColdFire FSI offload on Witherspoon
  2018-09-27 16:28 ` Brad Bishop
@ 2018-10-21 22:25   ` Joel Stanley
  2018-10-21 22:56     ` Andrew Jeffery
  0 siblings, 1 reply; 4+ messages in thread
From: Joel Stanley @ 2018-10-21 22:25 UTC (permalink / raw)
  To: Brad Bishop; +Cc: Andrew Jeffery, OpenBMC Maillist

On Fri, 28 Sep 2018 at 01:58, Brad Bishop <bradleyb@fuzziesquirrel.com> wrote:
>
>
>
> > On Sep 27, 2018, at 2:46 AM, Andrew Jeffery <andrew@aj.id.au> wrote:
> >
> > Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
>
> Acked-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

Thanks. Can you also submit this upstream?

If I merge this into the openbmc kernel tree and bump meta-aspeed,
does witherspoon have the appropriate bits in place to still work?

Cheers,

Joel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH linux dev-4.18] arm: dts: aspeed: Use ColdFire FSI offload on Witherspoon
  2018-10-21 22:25   ` Joel Stanley
@ 2018-10-21 22:56     ` Andrew Jeffery
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Jeffery @ 2018-10-21 22:56 UTC (permalink / raw)
  To: Joel Stanley, Brad Bishop; +Cc: OpenBMC Maillist

On Mon, 22 Oct 2018, at 08:55, Joel Stanley wrote:
> On Fri, 28 Sep 2018 at 01:58, Brad Bishop <bradleyb@fuzziesquirrel.com> wrote:
> >
> >
> >
> > > On Sep 27, 2018, at 2:46 AM, Andrew Jeffery <andrew@aj.id.au> wrote:
> > >
> > > Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
> >
> > Acked-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
> 
> Thanks. Can you also submit this upstream?
> 
> If I merge this into the openbmc kernel tree and bump meta-aspeed,
> does witherspoon have the appropriate bits in place to still work?

No yet, you NAK'ed my dodgy patch for the Witherspoon rootfs. I need to sort out how to do it properly.

> 
> Cheers,
> 
> Joel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-10-21 22:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-27  6:46 [PATCH linux dev-4.18] arm: dts: aspeed: Use ColdFire FSI offload on Witherspoon Andrew Jeffery
2018-09-27 16:28 ` Brad Bishop
2018-10-21 22:25   ` Joel Stanley
2018-10-21 22:56     ` Andrew Jeffery

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.