mbox series

[U-Boot,PATCHv3,0/2] Changes to Z-turn dtd

Message ID 20180324173200.19862-1-tossel@gmail.com
Headers show
Series Changes to Z-turn dtd | expand

Message

Anton Gerasimov March 24, 2018, 5:31 p.m. UTC
Same as v2, but restored mmc0 alias. spi0 is deleted to avoid confusion
with spi0 from zynq-7000.dtsi.

Anton Gerasimov (2):
  ARM: dts: zynq: Update dts for Z-turn board
  ARM: dts: zynq: Rename dts for Z-turn board

 arch/arm/dts/Makefile                              |  2 +-
 .../dts/{zynq-zturn-myir.dts => zynq-zturn.dts}    | 61 +++++-----------------
 configs/zynq_z_turn_defconfig                      |  2 +-
 3 files changed, 14 insertions(+), 51 deletions(-)
 rename arch/arm/dts/{zynq-zturn-myir.dts => zynq-zturn.dts} (55%)

Comments

Michal Simek March 28, 2018, 10:52 a.m. UTC | #1
On 24.3.2018 18:31, Anton Gerasimov wrote:
> Same as v2, but restored mmc0 alias. spi0 is deleted to avoid confusion
> with spi0 from zynq-7000.dtsi.
> 
> Anton Gerasimov (2):
>   ARM: dts: zynq: Update dts for Z-turn board
>   ARM: dts: zynq: Rename dts for Z-turn board
> 
>  arch/arm/dts/Makefile                              |  2 +-
>  .../dts/{zynq-zturn-myir.dts => zynq-zturn.dts}    | 61 +++++-----------------
>  configs/zynq_z_turn_defconfig                      |  2 +-
>  3 files changed, 14 insertions(+), 51 deletions(-)
>  rename arch/arm/dts/{zynq-zturn-myir.dts => zynq-zturn.dts} (55%)
> 

Applied both. Can you please send another version to Linux to have this
synchronized.

Thanks,
Michal