commit | 781865604d1695314df901e106d27b26446359d8 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Jul 10 16:43:23 2020 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Jul 10 17:13:20 2020 +0900 |
tree | 3ce38729282be14c3d377a13fb3071508d356d9a | |
parent | c60a5cee6ef88a6ae5aff58f30bc2028674a7efd [diff] |
ARM: dts: uniphier: simplify support-card node structure This device hierarchy is needlessly complex. Remove the support-card node level, and move the ethernet and serial nodes right under the system-bus node. This also fixes the following warning from 'make ARCH=arm dtbs_check': support-card@1,1f00000: $nodename:0: 'support-card@1,1f00000' does not match '^(bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$' Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>