On 19/10/22 18:04, Tom Rini wrote:
On Wed, Oct 19, 2022 at 12:17:43PM +0530, Dhruva Gole wrote:
Hi Tom,
On 06/10/22 21:08, Tom Rini wrote:
On Tue, Sep 27, 2022 at 10:59:17AM +0530, Dhruva Gole wrote:
Add DT nodes to enable S28HS512T OSPI flash on the SK board.
Signed-off-by: Dhruva Gole <d-g...@ti.com>
---
arch/arm/dts/k3-am625-sk-u-boot.dtsi | 24 +++++++++
arch/arm/dts/k3-am625-sk.dts | 77 ++++++++++++++++++++++++++++
What is the status of the non u-boot.dtsi portion of this patch with
upstream Linux? Thanks.
In upstream, please refer to
https://elixir.bootlin.com/linux/latest/source/arch/arm64/boot/dts/ti/k3-am625-sk.dts#L24
spi0 = &ospi0;
and pinmux is all done in a similar fashion as I have done in these patches.
The preferred way to do this then is to post a patch syncing the whole
of the DTS files with a given upstream tag then, so that it's clear and
also so the trees stay up to date. This also applies to the patches you
posted today.
Okay noted, I will be sending out a new series where I will sync up the
DTS files with kernel upstream.
Also kindly note that the series
https://lore.kernel.org/u-boot/20221019064759.493607-1-d-g...@ti.com/
supersedes this series.
I will also be re-spinning that series based on the suggestions given so
far.
--
Thanks and Regards,
Dhruva Gole