mbox series

[GIT,PULL,1/2] SoCFPGA DTS updates for v4.17

Message ID 1521834884-23795-1-git-send-email-dinguyen@kernel.org
State New
Headers show
Series [GIT,PULL,1/2] SoCFPGA DTS updates for v4.17 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_for_v4.17

Message

Dinh Nguyen March 23, 2018, 7:54 p.m. UTC
Hi Arnd, Kevin, and Olof:

Please pull in these SoCFPGA Stratix10 DTS updates for v4.17.

Thanks,
Dinh

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_dts_for_v4.17

for you to fetch changes up to 6d97d5aba08b26108f95dc9fb7bbe4d9436c769c:

  arm: dts: socfpga: fix GIC PPI warning (2018-03-23 08:55:48 -0500)

----------------------------------------------------------------
SoCFPGA DTS updates for v4.17
- Fix GIC PPI warning
- Stratix10 platform updates
  - Disable over-current for Arria10 devkit
  - Enable watchdog timer

----------------------------------------------------------------
Dinh Nguyen (2):
      arm64: dts: stratix10: enable watchdog timer on the S10 devkit
      arm64: dts: stratix10: disable false USB overcurrent on devkit

Philipp Puschmann (1):
      arm: dts: socfpga: fix GIC PPI warning

 arch/arm/boot/dts/socfpga.dtsi                         | 2 +-
 arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

Comments

Arnd Bergmann March 27, 2018, 1:01 p.m. UTC | #1
On Fri, Mar 23, 2018 at 8:54 PM, Dinh Nguyen <dinguyen@kernel.org> wrote:
> SoCFPGA DTS updates for v4.17
> - Fix GIC PPI warning
> - Stratix10 platform updates
>   - Disable over-current for Arria10 devkit
>   - Enable watchdog timer
>

Pulled into next/dt, thanks!

       Arnd