
Dear Tom,
On 10/22/20 7:32 PM, Tom Rini wrote:
On Thu, Oct 22, 2020 at 04:51:57PM +0200, Parthiban Nallathambi wrote:
phyBOARD-REGOR is based on phyCORE AM335x R2 SoM (PCL060).
CPU : AM335X-GP rev 2.1 Model: Phytec AM335x phyBOARD-REGOR DRAM: 512 MiB NAND: 512 MiB MMC: OMAP SD/MMC: 0 eth0: ethernet@4a100000
Working:
- Eth0
- i2C
- MMC/SD
- NAND
- UART
- USB (host)
Device trees were taken from Linux mainline: commit c4d6fe731176 ("Linux 5.9.0")
Signed-off-by: Parthiban Nallathambi parthiban@linumiz.com
arch/arm/dts/Makefile | 3 +- arch/arm/dts/am335x-regor-rdk-u-boot.dtsi | 31 +++++ arch/arm/dts/am335x-regor-rdk.dts | 24 ++++ arch/arm/dts/am335x-regor.dtsi | 202 ++++++++++++++++++++++++++++++ configs/phycore-am335x-r2-regor_defconfig | 88 +++++++++++++
You need to update the relevant for TARGET_PHYCORE_AM335X_R2 MAINTAINERS file to list this new config entry, thanks!
Thanks, addressed in v2.