All of lore.kernel.org
 help / color / mirror / Atom feed
From: Niel Fourie <lusus@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] phycore-pcl060: U-boot support for Phytec phyCORE PCL060
Date: Thu, 25 Apr 2019 10:31:44 +0200	[thread overview]
Message-ID: <937c7177-713f-7cff-b129-466ab0ab70f1@denx.de> (raw)
In-Reply-To: <03d7e6dc-da2b-2358-28fe-691d7fe73e2b@denx.de>

Hi All,

On 4/19/19 11:47 AM, Marek Vasut wrote:
>> ---
>>   arch/arm/dts/Makefile                    |   3 +-
>>   arch/arm/dts/am335x-phycore-som.dtsi     | 327 ++++++++++++++++++++++
>>   arch/arm/dts/am335x-wega-rdk-u-boot.dtsi |  35 +++
>>   arch/arm/dts/am335x-wega-rdk.dts         |  23 ++
>>   arch/arm/dts/am335x-wega.dtsi            | 231 +++++++++++++++
> 
> The DTs come from Linux kernel, but which version of Linux ?
> Which exact commit ? Did you modify them in any way ?

I pulled these in from current Linux Mainline. I added SPDX headers and 
reformatted some lines to for line length (but I have reverted the line 
lengths in my follow-up patch).

> [...]
> 
> 
> Here [1] it says the name of the SoM is PCM-060 , what is PCL-060 ?
> 
> [1]
> https://www.phytec.eu/product-eu/system-on-modules/phycore-am335x-download/
>   [...]
> 

I renamed everything to variants of phycore_am335x_r2 as previously 
discussed.

> DRAM size should come from DT, we don't need another custom config
> option. Look at fdtdec_setup_mem_size_base() and
> fdtdec_setup_memory_banksize().
> 

Done, thank you for the suggestion. I also took inspiration for the data 
structure as suggested by Wadim Egorov.

> 
>> diff --git a/include/configs/phycore_pcl060.h b/include/configs/phycore_pcl060.h
>> new file mode 100644
>> index 0000000000..982c96b267
>> --- /dev/null
>> +++ b/include/configs/phycore_pcl060.h
>> @@ -0,0 +1,141 @@

[...]

>> +/*
>> + * USB configuration
>> + */
>> +#define CONFIG_AM335X_USB0
>> +#define CONFIG_AM335X_USB0_MODE	MUSB_PERIPHERAL
>> +#define CONFIG_AM335X_USB1
>> +#define CONFIG_AM335X_USB1_MODE MUSB_HOST
> 
> Can't the USB settings be extracted from DT ?

Unfortunately, these defines are referenced within 
arch/arm/mach-omap2/am335x/board.c, which I would rather not want to 
break at this time.

Other than that, I implemented all points, along with some further 
refinement/clean-up.

Best regards,
Niel Fourie

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-21 Fax: +49-8142-66989-80  Email: lusus at denx.de

  parent reply	other threads:[~2019-04-25  8:31 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-18 15:01 [U-Boot] [PATCH] phycore-pcl060: U-boot support for Phytec phyCORE PCL060 Niel Fourie
2019-04-19  9:47 ` Marek Vasut
2019-04-19 13:18   ` Parthiban Nallathambi
2019-04-19 13:35     ` Marek Vasut
2019-04-19 15:06       ` Parthiban Nallathambi
2019-04-19 15:20         ` Marek Vasut
2019-04-23  9:33           ` Wadim Egorov
2019-04-23 11:16             ` Marek Vasut
2019-04-25  8:31   ` Niel Fourie [this message]
2019-04-25 10:43     ` Marek Vasut
2019-04-25 12:41       ` Eugeniu Rosca

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=937c7177-713f-7cff-b129-466ab0ab70f1@denx.de \
    --to=lusus@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.