mbox series

[GIT,PULL,v2] ARM: dts zynq: Xilinx DT changes for v5.12

Message ID 19e0e0c9-1bed-bba5-6c80-6903937b3d96@xilinx.com
State New
Headers show
Series [GIT,PULL,v2] ARM: dts zynq: Xilinx DT changes for v5.12 | expand

Pull-request

https://github.com/Xilinx/linux-xlnx.git tags/zynq-dt-for-v5.12-v2

Message

Michal Simek Feb. 11, 2021, 11:33 a.m. UTC
Hi,

please pull the following DT changes to your tree. The major part is
adding one new board and qspi dt binding conversion.
I have dropped one patch based on communication with Arnd.

Thanks,
Michal

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  https://github.com/Xilinx/linux-xlnx.git tags/zynq-dt-for-v5.12-v2

for you to fetch changes up to 19e1f484a6bb452d28d79cf41f280cdfde3176a9:

  dt-bindings: spi: zynq: Convert Zynq QSPI binding to yaml (2021-02-11
12:30:37 +0100)

----------------------------------------------------------------
ARM: dts: Zynq DT changes for v5.12-v2

- Add Ebang board support
- Add missing zturn boards in dt binding
- And convert Zynq QSPI binding

----------------------------------------------------------------
Michael Walle (4):
      dt-bindings: add ebang vendor prefix
      dt-bindings: arm: add Ebang EBAZ4205 board
      ARM: dts: add Ebang EBAZ4205 device tree
      ARM: dts: ebaz4205: add pinctrl entries for switches

Michal Simek (2):
      dt-bindings: arm: xilinx: Add missing Zturn boards
      dt-bindings: spi: zynq: Convert Zynq QSPI binding to yaml

 Documentation/devicetree/bindings/arm/xilinx.yaml         |   3 +++
 Documentation/devicetree/bindings/spi/spi-zynq-qspi.txt   |  25
-------------------------
 Documentation/devicetree/bindings/spi/xlnx,zynq-qspi.yaml |  59
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Documentation/devicetree/bindings/vendor-prefixes.yaml    |   2 ++
 MAINTAINERS                                               |   1 +
 arch/arm/boot/dts/Makefile                                |   1 +
 arch/arm/boot/dts/zynq-ebaz4205.dts                       | 132
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 198 insertions(+), 25 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/spi/spi-zynq-qspi.txt
 create mode 100644
Documentation/devicetree/bindings/spi/xlnx,zynq-qspi.yaml
 create mode 100644 arch/arm/boot/dts/zynq-ebaz4205.dts

Comments

Arnd Bergmann Feb. 11, 2021, 3:04 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Thu, 11 Feb 2021 12:33:01 +0100, Michal Simek wrote:
> please pull the following DT changes to your tree. The major part is
> adding one new board and qspi dt binding conversion.
> I have dropped one patch based on communication with Arnd.
> 
> Thanks,
> Michal
> 
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 78155527283ddb04bb4a5b78320c861e1035d357

       Arnd
Michal Simek Feb. 11, 2021, 3:07 p.m. UTC | #2
Hi,

On 2/11/21 4:04 PM, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@arndb.de>
> 
> On Thu, 11 Feb 2021 12:33:01 +0100, Michal Simek wrote:
>> please pull the following DT changes to your tree. The major part is
>> adding one new board and qspi dt binding conversion.
>> I have dropped one patch based on communication with Arnd.
>>
>> Thanks,
>> Michal
>>
>> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
>>
>> [...]
> 
> Merged into arm/dt, thanks!
> 
> merge commit: 78155527283ddb04bb4a5b78320c861e1035d357

I see that you have there toshiba/dt-2 which is my v1 pull request.
https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git/
Maybe better to clean it up.

Thanks,
Michal
Arnd Bergmann Feb. 11, 2021, 3:11 p.m. UTC | #3
On Thu, Feb 11, 2021 at 4:07 PM Michal Simek <michal.simek@xilinx.com> wrote:
> On 2/11/21 4:04 PM, Arnd Bergmann wrote:
> > From: Arnd Bergmann <arnd@arndb.de>
> >
> > On Thu, 11 Feb 2021 12:33:01 +0100, Michal Simek wrote:
> >> please pull the following DT changes to your tree. The major part is
> >> adding one new board and qspi dt binding conversion.
> >> I have dropped one patch based on communication with Arnd.
> >>
> >> Thanks,
> >> Michal
> >>
> >> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> >>
> >> [...]
> >
> > Merged into arm/dt, thanks!
> >
> > merge commit: 78155527283ddb04bb4a5b78320c861e1035d357
>
> I see that you have there toshiba/dt-2 which is my v1 pull request.
> https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git/
> Maybe better to clean it up.
>

Yes, I noticed that already and removed it a few minutes ago.
It now points to the correct contents.

       Arnd