mbox

[GIT,PULL,1/2] ARM: bcm2835: device tree updates

Message ID 1371095127-23847-1-git-send-email-swarren@wwwdotorg.org
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi.git bcm2835-for-3.11-dt

Message

Stephen Warren June 13, 2013, 3:45 a.m. UTC
Just one patch this time: enable the LED via gpio-leds.

----------------------------------------------------------------

The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:

  Linux 3.10-rc1

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi.git bcm2835-for-3.11-dt

for you to fetch changes up to 805b4db8076d47a181032a87db8a732fc8d94596:

  ARM: bcm2835: Add Raspberry Pi's ACT LED to DT

----------------------------------------------------------------

Daniel Mack (1):
      ARM: bcm2835: Add Raspberry Pi's ACT LED to DT

 arch/arm/boot/dts/bcm2835-rpi-b.dts |   11 +++++++++++
 1 file changed, 11 insertions(+)

Comments

Olof Johansson June 15, 2013, 12:23 a.m. UTC | #1
On Wed, Jun 12, 2013 at 09:45:26PM -0600, Stephen Warren wrote:
> Just one patch this time: enable the LED via gpio-leds.
> 
> ----------------------------------------------------------------
> 
> The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:
> 
>   Linux 3.10-rc1
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi.git bcm2835-for-3.11-dt
> 
> for you to fetch changes up to 805b4db8076d47a181032a87db8a732fc8d94596:
> 
>   ARM: bcm2835: Add Raspberry Pi's ACT LED to DT

Pulled, thanks.


-Olof