mbox series

[U-Boot,v2,0/2] arm64: dts: sun50i: Add support for A64 OLinuXino (with eMMC)

Message ID 20190822202558.15115-1-sunil@medhas.org
Headers show
Series arm64: dts: sun50i: Add support for A64 OLinuXino (with eMMC) | expand

Message

Sunil Mohan Adapa Aug. 22, 2019, 8:25 p.m. UTC
This is a follow up a patch that didn't create a separate dts:
https://lists.denx.de/pipermail/u-boot/2019-July/379109.html

A64 OLinuXino board from Olimex has three variants with onboard eMMC:
A64-OLinuXino-1Ge16GW, A64-OLinuXino-1Ge4GW and A64-OLinuXino-2Ge8G-IND. In
addition, there are two variants without eMMC. One without eMMC and one with SPI
flash. This suggests the need for separate device tree for the three eMMC
variants.

The Linux kernel upstream has chosen to create and use a separate device tree
for the eMMC variants instead of adding eMMC support existing device tree. These
changes to Linux kernel are queued for Linux 5.4.

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git/commit/?h=sunxi/dt-for-5.4&id=02bb66b347ff8115f53948f86b884e008ba385b9

This patch has been tested on A64-OLinuXino-1Ge16GW and is based on Linux
device-tree.

Changes:

v2: Separate device tree for emmc models.

Sunil Mohan Adapa (2):
  arm64: dts: sun50i: Add support for A64 OLinuXino (with eMMC)
  configs: sun50i: Add support for Olimex A64-Olinuxino-eMMC

 arch/arm/dts/Makefile                      |  1 +
 arch/arm/dts/sun50i-a64-olinuxino-emmc.dts | 23 ++++++++++++++++++++++
 board/sunxi/MAINTAINERS                    |  5 +++++
 configs/a64-olinuxino-emmc_defconfig       | 17 ++++++++++++++++
 4 files changed, 46 insertions(+)
 create mode 100644 arch/arm/dts/sun50i-a64-olinuxino-emmc.dts
 create mode 100644 configs/a64-olinuxino-emmc_defconfig

Comments

Jagan Teki Sept. 7, 2019, 4:05 a.m. UTC | #1
On Fri, Aug 23, 2019 at 1:56 AM Sunil Mohan Adapa <sunil@medhas.org> wrote:
>
> This is a follow up a patch that didn't create a separate dts:
> https://lists.denx.de/pipermail/u-boot/2019-July/379109.html
>
> A64 OLinuXino board from Olimex has three variants with onboard eMMC:
> A64-OLinuXino-1Ge16GW, A64-OLinuXino-1Ge4GW and A64-OLinuXino-2Ge8G-IND. In
> addition, there are two variants without eMMC. One without eMMC and one with SPI
> flash. This suggests the need for separate device tree for the three eMMC
> variants.
>
> The Linux kernel upstream has chosen to create and use a separate device tree
> for the eMMC variants instead of adding eMMC support existing device tree. These
> changes to Linux kernel are queued for Linux 5.4.
>
> https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git/commit/?h=sunxi/dt-for-5.4&id=02bb66b347ff8115f53948f86b884e008ba385b9
>
> This patch has been tested on A64-OLinuXino-1Ge16GW and is based on Linux
> device-tree.
>
> Changes:
>
> v2: Separate device tree for emmc models.
>
> Sunil Mohan Adapa (2):
>   arm64: dts: sun50i: Add support for A64 OLinuXino (with eMMC)
>   configs: sun50i: Add support for Olimex A64-Olinuxino-eMMC

Please squash and send it as single patch, all look fine to me.

Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Sunil Mohan Adapa Sept. 10, 2019, 6:45 p.m. UTC | #2
On 06/09/19 9:05 pm, Jagan Teki wrote:
> On Fri, Aug 23, 2019 at 1:56 AM Sunil Mohan Adapa <sunil@medhas.org> wrote:
>>
>> This is a follow up a patch that didn't create a separate dts:
>> https://lists.denx.de/pipermail/u-boot/2019-July/379109.html
>>
>> A64 OLinuXino board from Olimex has three variants with onboard eMMC:
>> A64-OLinuXino-1Ge16GW, A64-OLinuXino-1Ge4GW and A64-OLinuXino-2Ge8G-IND. In
>> addition, there are two variants without eMMC. One without eMMC and one with SPI
>> flash. This suggests the need for separate device tree for the three eMMC
>> variants.
>>
>> The Linux kernel upstream has chosen to create and use a separate device tree
>> for the eMMC variants instead of adding eMMC support existing device tree. These
>> changes to Linux kernel are queued for Linux 5.4.
>>
>> https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git/commit/?h=sunxi/dt-for-5.4&id=02bb66b347ff8115f53948f86b884e008ba385b9
>>
>> This patch has been tested on A64-OLinuXino-1Ge16GW and is based on Linux
>> device-tree.
>>
>> Changes:
>>
>> v2: Separate device tree for emmc models.
>>
>> Sunil Mohan Adapa (2):
>>   arm64: dts: sun50i: Add support for A64 OLinuXino (with eMMC)
>>   configs: sun50i: Add support for Olimex A64-Olinuxino-eMMC
> 
> Please squash and send it as single patch, all look fine to me.
> 
> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
> 

Thank you for reviewing the patch. I have posted v3 with the two patches
squashed.