summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/stuib.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ARM: ux500: Apply a ste-* prefix onto stuib.dtsiLee Jones2013-08-071-80/+0
| | | | | Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
* ARM: ux500: drop any 0x prefix from I2C DT devicesLinus Walleij2013-06-041-2/+2
| | | | | | | | | | This removes the "0x" prefix in front of the I2C DT device address designation for each I2C DT node in the ux500 devicetree files. Reported-by: Bryan Wu <cooloney@gmail.com> Cc: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
* ARM: ux500: use symbolic names for interrupt flagsLinus Walleij2013-05-301-1/+3
| | | | | | | | | | This switches to including <dt-bindings/interrupt-controller/irq.h> and referencing the apropriate flags from there instead of open-coding the flag numerals everywhere in the ux500 device trees. Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
* ARM: ux500: fix typo in STUIB device treeLinus Walleij2013-05-271-8/+8
| | | | | | | | The Rohm vendor name was twisted in the STUIB device tree include file. Fix it up. Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
* ARM: ux500: DT: Rename root node "soc-u9500" into "soc"Gabriel Fernandez2013-05-271-1/+1
| | | | | | | | | | | This root node is used in the whole family of chips, the a9500 is just one particular instance. Nodes should be named after the type of object rather than identity. Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Gabriel Fernandez <gabriel.fernandez@stericsson.com> Reviewed-by: Philippe Langlais <philippe.langlais@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
* ARM: ux500: Change IRQ from low-to-high edge triggered to high-to-lowLee Jones2013-03-011-1/+1
| | | | | | | | | | | | When the STMPE IRQ is triggered to be active high level-sensitive, the Nomadik GPIO controller it uses complains, although it still works. Recently we attempted to move triggering to low-to-high in an attempt to prevent the warning; however, this ensured that the IRQ was actually missed completely. Now we have a solution which both works and keeps the GPIO controller happy. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
* ARM: ux500: Change the type of interrupt to something compatibleLee Jones2012-11-011-1/+1
| | | | | | | | | On boot the Nomadik GPIO controller complains that an IRQ can't be configured as active high level-sensitive, so this patch converts it to be low-to-high edge triggered instead. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
* ARM: ux500: Supply the STMPE keypad Device Tree node to the STUIB DTLee Jones2012-11-011-0/+27
| | | | | | | | | | | This patch allows the STMPE keypad driver to be successfully probed and initialised during a Device Tree enabled boot sequence. It contains all of the required properties needed to setup and map each key on the 6x3 keypad located on the ST User Interface Board. Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
* ARM: ux500: Apply a Device Tree node for the STMPE MFDLee Jones2012-11-011-0/+13
| | | | | | | | | | Here we apply the STMPE Multi-Functional Device's node to the ST User Interface Board Device Tree file. It includes all of the properties required for correct device initialsation. Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
* ARM: ux500: Add all bu21013 touch screen components to supported Device TreesLee Jones2012-11-011-0/+23
| | | | | | | | | | It is possible to connect a BU21013 Touch Screen to all version of the HREF which support the ST-UIB. This patch applies all the necessary settings to the pre-v60 and v60+ HREF Device Trees. Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
* ARM: ux500: Create a new Device Tree include file for boards supporting STUIBsLee Jones2012-11-011-0/+15
This is a skeleton creation which will be populated with the devices found on one of ST-Ericsson's (UIB) User Interface Board. Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
OpenPOWER on IntegriCloud