Merge tag 'bcm2835-for-3.9-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/swarr...
authorOlof Johansson <olof@lixom.net>
Tue, 29 Jan 2013 17:55:20 +0000 (09:55 -0800)
committerOlof Johansson <olof@lixom.net>
Tue, 29 Jan 2013 17:55:28 +0000 (09:55 -0800)
commite28c99a85b3e9ab09944fb285c0c035fa997fa33
tree0d5ac22a71cf603d360ea322b4e6a2414ac4d2e8
parenta6f243a4d6cbc9d7b0f63dcf7eb1e79f08880553
parent9692c191ffffbd5255bec222b8f0f2854932a408
Merge tag 'bcm2835-for-3.9-dt' of git://git./linux/kernel/git/swarren/linux-rpi into next/dt

From Stephen Warren:
ARM: bcm2835: device tree updates

The SoC's SDHCI and MMC controllers are added to device tree, and enabled
in the Raspberry Pi board device tree. Some fixed clocks are added to the
device tree to support these drivers. These could be replaced by real
clocks in the future.

A hard-coded memreserve is removed from device tree; the bootloader should
specify the correct memory node content instead, since the memory layout
is dynamic.

This branch is based on v3.8-rc3.

* tag 'bcm2835-for-3.9-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi:
  ARM: bcm2835: fix clock node aliasing in device tree
  ARM: bcm2835: add I2C controllers to DT
  ARM: bcm2835: add SDHCI node to DT
  ARM: bcm2835 rpi: remove hard-coded memreserve from DT

Signed-off-by: Olof Johansson <olof@lixom.net>