Merge tag 'vexpress-updates-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorOlof Johansson <olof@lixom.net>
Tue, 15 May 2018 20:46:21 +0000 (13:46 -0700)
committerOlof Johansson <olof@lixom.net>
Tue, 15 May 2018 20:46:21 +0000 (13:46 -0700)
commit23fe7cb6d809313fc955809703731a53785a0aa0
tree48f84dd1ee23afe017131bd5c14a1a639782684f
parent44567317a86fcd3c23665eafc02409217c256c5b
parentb67b00eeddac0fea494d6339618ffd3da071c2e4
Merge tag 'vexpress-updates-4.18' of git://git./linux/kernel/git/sudeep.holla/linux into next/dt

ARMv7 Vexpress updates/cleanups for v4.18

1. Syntactic restructuring of motherboard include file so that it can be
   included at the top of any other DTS file as it should be rather than
   existing include in the middle of the file at a specific location

2. Use of standard GPIO controller bindings for few sysreg components
   like LED, MMC Write Protect/Card Detect and Flash Write Protect
   to fix some of the new DTC warnings

3. Cleanup to replace all underscores('_') with hyphens('-') in the
   device node names

* tag 'vexpress-updates-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  ARM: dts: vexpress: replace '_' with '-' in node names
  ARM: dts: vexpress: use standard gpio bindings for sys_{led,mci,flash}
  ARM: dts: vexpress: Restructure motherboard includes

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