mbox series

[GIT,PULL] SoCFPGA DTS updates for v5.3

Message ID 20190610153445.17215-1-dinguyen@kernel.org
State New
Headers show
Series [GIT,PULL] SoCFPGA DTS updates for v5.3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_updates_for_v5.3

Message

Dinh Nguyen June 10, 2019, 3:34 p.m. UTC
Hi Arnd, Kevin, and Olof:

Please pull in these SoCFPGA DTS updates for v5.3.

Thanks,
Dinh

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_updates_for_v5.3

for you to fetch changes up to c946feaabbdd05b949756cd209ac3937f98aa148:

  ARM: dts: arria10: Add EMAC OCP reset property (2019-06-10 09:49:37 -0500)

----------------------------------------------------------------
SoCFPGA DTS updates for v5.3
- Use the new "altr,socfpga-stmmac-a10-s10" for the EMAC controllers on
  Arria10/Stratix10
- Add the ltc2497 i2c entry on the Arria10 devkit
- Add the EMAC OCP reset property on the Arria10

----------------------------------------------------------------
Alan Tull (1):
      ARM: dts: socfpga: add ltc2497 on arria10 devkit

Dinh Nguyen (3):
      ARM: dts: socfpga: use the "altr,socfpga-stmmac-a10-s10" binding
      arm64: dts: stratix10: use the "altr,socfpga-stmmac-a10-s10" binding
      ARM: dts: arria10: Add EMAC OCP reset property

 arch/arm/boot/dts/socfpga_arria10.dtsi            | 21 +++++++++++----------
 arch/arm/boot/dts/socfpga_arria10_socdk.dtsi      | 19 +++++++++++++++++++
 arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 10 +++++-----
 3 files changed, 35 insertions(+), 15 deletions(-)

Comments

Olof Johansson June 19, 2019, 4:01 p.m. UTC | #1
On Mon, Jun 10, 2019 at 10:34:45AM -0500, Dinh Nguyen wrote:
> Hi Arnd, Kevin, and Olof:
> 
> Please pull in these SoCFPGA DTS updates for v5.3.
> 
> Thanks,
> Dinh
> 
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_updates_for_v5.3
> 
> for you to fetch changes up to c946feaabbdd05b949756cd209ac3937f98aa148:
> 
>   ARM: dts: arria10: Add EMAC OCP reset property (2019-06-10 09:49:37 -0500)
> 
> ----------------------------------------------------------------
> SoCFPGA DTS updates for v5.3
> - Use the new "altr,socfpga-stmmac-a10-s10" for the EMAC controllers on
>   Arria10/Stratix10
> - Add the ltc2497 i2c entry on the Arria10 devkit
> - Add the EMAC OCP reset property on the Arria10
> 
> ----------------------------------------------------------------
> Alan Tull (1):
>       ARM: dts: socfpga: add ltc2497 on arria10 devkit
> 
> Dinh Nguyen (3):
>       ARM: dts: socfpga: use the "altr,socfpga-stmmac-a10-s10" binding
>       arm64: dts: stratix10: use the "altr,socfpga-stmmac-a10-s10" binding
>       ARM: dts: arria10: Add EMAC OCP reset property

Merged, thanks!


-Olof