mbox series

[GIT,PULL] arm: zynq: Xilinx DT changes for v4.19

Message ID 50ac449c-2196-0352-0352-1f761d321e61@xilinx.com
State New
Headers show
Series [GIT,PULL] arm: zynq: Xilinx DT changes for v4.19 | expand

Pull-request

https://github.com/Xilinx/linux-xlnx.git tags/zynq-dt-for-v4.19

Message

Michal Simek July 18, 2018, 2:10 p.m. UTC
Hi,

please pull the following patches.

Thanks,
Michal


The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the git repository at:

  https://github.com/Xilinx/linux-xlnx.git tags/zynq-dt-for-v4.19

for you to fetch changes up to 7df89642f143d67a80605ea3fb7e53bcb95f6b39:

  arm: zynq: Remove #address/#size-cells from gpio-keys (2018-07-17
16:57:29 +0200)

----------------------------------------------------------------
arm: zynq: DT changes for v4.19

- Add Z-turn board
- Add mmc aliases
- Fix model information
- Sort out documentatio
- Update Zybo Z7
- Fix gpio-keys

----------------------------------------------------------------
Anton Gerasimov (1):
      arm: dts: zynq: Add support for Z-turn board

Luis Araneda (9):
      arm: dts: zynq: Set correct manufacturer for ZedBoard and MicroZed
boards
      arm: dts: zynq: correct and improve the model property of dt files
      dt-bindings: xilinx: zynq: Improve boards description
      dt-bindings: xilinx: zynq: Sort entries alphabetically
      dt-bindings: Move Paralella board to Xilinx
      dt-bindings: xilinx: zynq: Add missing boards
      arm: dts: zynq: Fix memory size on the Zybo Z7 board
      arm: dts: zynq: Use gpio constants for the Zybo Z7 board
      arm: dts: zynq: Add LEDs to the Zybo Z7 board

Michal Simek (2):
      arm: zynq: Add mmc alias for zc702/zc706/zed/zybo
      arm: zynq: Remove #address/#size-cells from gpio-keys

 Documentation/devicetree/bindings/arm/adapteva.txt |   7 -------
 Documentation/devicetree/bindings/arm/xilinx.txt   |  30
+++++++++++++++++++++++++-----
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/zynq-cc108.dts                   |   2 +-
 arch/arm/boot/dts/zynq-microzed.dts                |   4 ++--
 arch/arm/boot/dts/zynq-parallella.dts              |   2 +-
 arch/arm/boot/dts/zynq-zc702.dts                   |   5 ++---
 arch/arm/boot/dts/zynq-zc706.dts                   |   3 ++-
 arch/arm/boot/dts/zynq-zc770-xm010.dts             |   2 +-
 arch/arm/boot/dts/zynq-zc770-xm011.dts             |   2 +-
 arch/arm/boot/dts/zynq-zc770-xm012.dts             |   2 +-
 arch/arm/boot/dts/zynq-zc770-xm013.dts             |   2 +-
 arch/arm/boot/dts/zynq-zed.dts                     |   5 +++--
 arch/arm/boot/dts/zynq-zturn.dts                   | 114
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/zynq-zybo-z7.dts                 |  16 +++++++++++++---
 arch/arm/boot/dts/zynq-zybo.dts                    |   3 ++-
 16 files changed, 170 insertions(+), 30 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/arm/adapteva.txt
 create mode 100644 arch/arm/boot/dts/zynq-zturn.dts

Comments

Olof Johansson July 18, 2018, 2:58 p.m. UTC | #1
Hi,

On Wed, Jul 18, 2018 at 7:10 AM, Michal Simek <michal.simek@xilinx.com> wrote:
> Hi,
>
> please pull the following patches.
>
> Thanks,
> Michal
>
>
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>
>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>
> are available in the git repository at:
>
>   https://github.com/Xilinx/linux-xlnx.git tags/zynq-dt-for-v4.19
>
> for you to fetch changes up to 7df89642f143d67a80605ea3fb7e53bcb95f6b39:
>
>   arm: zynq: Remove #address/#size-cells from gpio-keys (2018-07-17
> 16:57:29 +0200)
>
> ----------------------------------------------------------------
> arm: zynq: DT changes for v4.19
>
> - Add Z-turn board
> - Add mmc aliases
> - Fix model information
> - Sort out documentatio
> - Update Zybo Z7
> - Fix gpio-keys
>
> ----------------------------------------------------------------
> Anton Gerasimov (1):
>       arm: dts: zynq: Add support for Z-turn board
>
> Luis Araneda (9):
>       arm: dts: zynq: Set correct manufacturer for ZedBoard and MicroZed
> boards
>       arm: dts: zynq: correct and improve the model property of dt files
>       dt-bindings: xilinx: zynq: Improve boards description
>       dt-bindings: xilinx: zynq: Sort entries alphabetically
>       dt-bindings: Move Paralella board to Xilinx
>       dt-bindings: xilinx: zynq: Add missing boards
>       arm: dts: zynq: Fix memory size on the Zybo Z7 board
>       arm: dts: zynq: Use gpio constants for the Zybo Z7 board
>       arm: dts: zynq: Add LEDs to the Zybo Z7 board
>
> Michal Simek (2):
>       arm: zynq: Add mmc alias for zc702/zc706/zed/zybo
>       arm: zynq: Remove #address/#size-cells from gpio-keys

We use "ARM: dts: <...>" as prefix on ARM. Please fix up and resubmit.


Thanks,

-Olof
Michal Simek July 18, 2018, 3:18 p.m. UTC | #2
On 18.7.2018 16:58, Olof Johansson wrote:
> Hi,
> 
> On Wed, Jul 18, 2018 at 7:10 AM, Michal Simek <michal.simek@xilinx.com> wrote:
>> Hi,
>>
>> please pull the following patches.
>>
>> Thanks,
>> Michal
>>
>>
>> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>>
>>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>>
>> are available in the git repository at:
>>
>>   https://github.com/Xilinx/linux-xlnx.git tags/zynq-dt-for-v4.19
>>
>> for you to fetch changes up to 7df89642f143d67a80605ea3fb7e53bcb95f6b39:
>>
>>   arm: zynq: Remove #address/#size-cells from gpio-keys (2018-07-17
>> 16:57:29 +0200)
>>
>> ----------------------------------------------------------------
>> arm: zynq: DT changes for v4.19
>>
>> - Add Z-turn board
>> - Add mmc aliases
>> - Fix model information
>> - Sort out documentatio
>> - Update Zybo Z7
>> - Fix gpio-keys
>>
>> ----------------------------------------------------------------
>> Anton Gerasimov (1):
>>       arm: dts: zynq: Add support for Z-turn board
>>
>> Luis Araneda (9):
>>       arm: dts: zynq: Set correct manufacturer for ZedBoard and MicroZed
>> boards
>>       arm: dts: zynq: correct and improve the model property of dt files
>>       dt-bindings: xilinx: zynq: Improve boards description
>>       dt-bindings: xilinx: zynq: Sort entries alphabetically
>>       dt-bindings: Move Paralella board to Xilinx
>>       dt-bindings: xilinx: zynq: Add missing boards
>>       arm: dts: zynq: Fix memory size on the Zybo Z7 board
>>       arm: dts: zynq: Use gpio constants for the Zybo Z7 board
>>       arm: dts: zynq: Add LEDs to the Zybo Z7 board
>>
>> Michal Simek (2):
>>       arm: zynq: Add mmc alias for zc702/zc706/zed/zybo
>>       arm: zynq: Remove #address/#size-cells from gpio-keys
> 
> We use "ARM: dts: <...>" as prefix on ARM. Please fix up and resubmit.

ok. Not a problem. Is the same rule also for ARM64?

Thanks,
Michal
Olof Johansson July 18, 2018, 3:29 p.m. UTC | #3
On Wed, Jul 18, 2018 at 8:18 AM, Michal Simek <michal.simek@xilinx.com> wrote:
> On 18.7.2018 16:58, Olof Johansson wrote:
>> Hi,
>>
>> On Wed, Jul 18, 2018 at 7:10 AM, Michal Simek <michal.simek@xilinx.com> wrote:
>>> Hi,
>>>
>>> please pull the following patches.
>>>
>>> Thanks,
>>> Michal
>>>
>>>
>>> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>>>
>>>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>>>
>>> are available in the git repository at:
>>>
>>>   https://github.com/Xilinx/linux-xlnx.git tags/zynq-dt-for-v4.19
>>>
>>> for you to fetch changes up to 7df89642f143d67a80605ea3fb7e53bcb95f6b39:
>>>
>>>   arm: zynq: Remove #address/#size-cells from gpio-keys (2018-07-17
>>> 16:57:29 +0200)
>>>
>>> ----------------------------------------------------------------
>>> arm: zynq: DT changes for v4.19
>>>
>>> - Add Z-turn board
>>> - Add mmc aliases
>>> - Fix model information
>>> - Sort out documentatio
>>> - Update Zybo Z7
>>> - Fix gpio-keys
>>>
>>> ----------------------------------------------------------------
>>> Anton Gerasimov (1):
>>>       arm: dts: zynq: Add support for Z-turn board
>>>
>>> Luis Araneda (9):
>>>       arm: dts: zynq: Set correct manufacturer for ZedBoard and MicroZed
>>> boards
>>>       arm: dts: zynq: correct and improve the model property of dt files
>>>       dt-bindings: xilinx: zynq: Improve boards description
>>>       dt-bindings: xilinx: zynq: Sort entries alphabetically
>>>       dt-bindings: Move Paralella board to Xilinx
>>>       dt-bindings: xilinx: zynq: Add missing boards
>>>       arm: dts: zynq: Fix memory size on the Zybo Z7 board
>>>       arm: dts: zynq: Use gpio constants for the Zybo Z7 board
>>>       arm: dts: zynq: Add LEDs to the Zybo Z7 board
>>>
>>> Michal Simek (2):
>>>       arm: zynq: Add mmc alias for zc702/zc706/zed/zybo
>>>       arm: zynq: Remove #address/#size-cells from gpio-keys
>>
>> We use "ARM: dts: <...>" as prefix on ARM. Please fix up and resubmit.
>
> ok. Not a problem. Is the same rule also for ARM64?

No, which is somewhat confusing. We use lower-case on arm64,
upper-case on ARM. But we do have a dts: in there on both.


-Olof
Michal Simek July 19, 2018, 8:13 a.m. UTC | #4
On 18.7.2018 17:29, Olof Johansson wrote:
> On Wed, Jul 18, 2018 at 8:18 AM, Michal Simek <michal.simek@xilinx.com> wrote:
>> On 18.7.2018 16:58, Olof Johansson wrote:
>>> Hi,
>>>
>>> On Wed, Jul 18, 2018 at 7:10 AM, Michal Simek <michal.simek@xilinx.com> wrote:
>>>> Hi,
>>>>
>>>> please pull the following patches.
>>>>
>>>> Thanks,
>>>> Michal
>>>>
>>>>
>>>> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
>>>>
>>>>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
>>>>
>>>> are available in the git repository at:
>>>>
>>>>   https://github.com/Xilinx/linux-xlnx.git tags/zynq-dt-for-v4.19
>>>>
>>>> for you to fetch changes up to 7df89642f143d67a80605ea3fb7e53bcb95f6b39:
>>>>
>>>>   arm: zynq: Remove #address/#size-cells from gpio-keys (2018-07-17
>>>> 16:57:29 +0200)
>>>>
>>>> ----------------------------------------------------------------
>>>> arm: zynq: DT changes for v4.19
>>>>
>>>> - Add Z-turn board
>>>> - Add mmc aliases
>>>> - Fix model information
>>>> - Sort out documentatio
>>>> - Update Zybo Z7
>>>> - Fix gpio-keys
>>>>
>>>> ----------------------------------------------------------------
>>>> Anton Gerasimov (1):
>>>>       arm: dts: zynq: Add support for Z-turn board
>>>>
>>>> Luis Araneda (9):
>>>>       arm: dts: zynq: Set correct manufacturer for ZedBoard and MicroZed
>>>> boards
>>>>       arm: dts: zynq: correct and improve the model property of dt files
>>>>       dt-bindings: xilinx: zynq: Improve boards description
>>>>       dt-bindings: xilinx: zynq: Sort entries alphabetically
>>>>       dt-bindings: Move Paralella board to Xilinx
>>>>       dt-bindings: xilinx: zynq: Add missing boards
>>>>       arm: dts: zynq: Fix memory size on the Zybo Z7 board
>>>>       arm: dts: zynq: Use gpio constants for the Zybo Z7 board
>>>>       arm: dts: zynq: Add LEDs to the Zybo Z7 board
>>>>
>>>> Michal Simek (2):
>>>>       arm: zynq: Add mmc alias for zc702/zc706/zed/zybo
>>>>       arm: zynq: Remove #address/#size-cells from gpio-keys
>>>
>>> We use "ARM: dts: <...>" as prefix on ARM. Please fix up and resubmit.
>>
>> ok. Not a problem. Is the same rule also for ARM64?
> 
> No, which is somewhat confusing. We use lower-case on arm64,
> upper-case on ARM. But we do have a dts: in there on both.

A little bit confusing.
Anyway v2 is fixing that.

Thanks,
Michal