mbox series

[GIT,PULL] SoCFPGA DTS updates for v4.15, part 2

Message ID 1509374569-5811-1-git-send-email-dinguyen@kernel.org
State New
Headers show
Series [GIT,PULL] SoCFPGA DTS updates for v4.15, part 2 | expand

Pull-request

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

Message

Dinh Nguyen Oct. 30, 2017, 2:42 p.m. UTC
Hi Arnd, Kevin, and Olof:

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

Thanks,
Dinh


The following changes since commit 788251fa08118efa934ba2f54989997e7a5be679:

  arm64: dts: stratix10: add reset property for various peripherals (2017-09-21 09:16:50 -0500)

are available in the git repository at:

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

for you to fetch changes up to a067fb4290131b5b356dfcc464b5bff19a251791:

  arm64: dts: stratix10: fix interrupt number for gpio1 (2017-10-11 03:26:08 -0500)

----------------------------------------------------------------
SoCFPGA DTS updates for v4.15, part 2
- Stratix10 platform update
  - Enable GPIO and LEDs for Stratix10 devkit

----------------------------------------------------------------
Alan Tull (2):
      arm64: dts: stratix10: add gpio header
      arm64: dts: stratix10: enable gpio and leds

Dinh Nguyen (1):
      arm64: dts: stratix10: fix interrupt number for gpio1

 arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi  |  3 ++-
 .../boot/dts/altera/socfpga_stratix10_socdk.dts    | 22 ++++++++++++++++++++++
 2 files changed, 24 insertions(+), 1 deletion(-)

Comments

Arnd Bergmann Nov. 2, 2017, 3:39 p.m. UTC | #1
On Mon, Oct 30, 2017 at 3:42 PM, Dinh Nguyen <dinguyen@kernel.org> wrote:
> Alan Tull (2):
>       arm64: dts: stratix10: add gpio header
>       arm64: dts: stratix10: enable gpio and leds
>
> Dinh Nguyen (1):
>       arm64: dts: stratix10: fix interrupt number for gpio1

Pulled into next/dt. Should the last one here be marked "Cc:
stable@vger.kernel.org"?

       Arnd
Dinh Nguyen Nov. 2, 2017, 4:06 p.m. UTC | #2
Hi Arnd,

On 11/02/2017 10:39 AM, Arnd Bergmann wrote:
> On Mon, Oct 30, 2017 at 3:42 PM, Dinh Nguyen <dinguyen@kernel.org> wrote:
>> Alan Tull (2):
>>       arm64: dts: stratix10: add gpio header
>>       arm64: dts: stratix10: enable gpio and leds
>>
>> Dinh Nguyen (1):
>>       arm64: dts: stratix10: fix interrupt number for gpio1
> 
> Pulled into next/dt. Should the last one here be marked "Cc:
> stable@vger.kernel.org"?

I don't think it's necessary. The stratix10 platform is relatively new
and should only be supported from v4.15 onward.

Thanks,
dinh
Arnd Bergmann Nov. 2, 2017, 4:14 p.m. UTC | #3
On Thu, Nov 2, 2017 at 5:06 PM, Dinh Nguyen <dinguyen@kernel.org> wrote:
> Hi Arnd,
>
> On 11/02/2017 10:39 AM, Arnd Bergmann wrote:
>> On Mon, Oct 30, 2017 at 3:42 PM, Dinh Nguyen <dinguyen@kernel.org> wrote:
>>> Alan Tull (2):
>>>       arm64: dts: stratix10: add gpio header
>>>       arm64: dts: stratix10: enable gpio and leds
>>>
>>> Dinh Nguyen (1):
>>>       arm64: dts: stratix10: fix interrupt number for gpio1
>>
>> Pulled into next/dt. Should the last one here be marked "Cc:
>> stable@vger.kernel.org"?
>
> I don't think it's necessary. The stratix10 platform is relatively new
> and should only be supported from v4.15 onward.

Ok, thanks for the clarification.

      Arnd