diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-06-14 11:59:45 +0900 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-06-14 10:38:55 -0700 |
commit | ebe161d3e4dff446ac806ba1b5e3c8028eaa6d96 (patch) | |
tree | 6aedeb3d6721740b2a1b09e9a63c6af53e59f97e /arch/arm/boot/dts/uniphier-proxstream2.dtsi | |
parent | fdaf72e52fbca9de389f86bd452189f08c6964dd (diff) | |
download | blackbird-obmc-linux-ebe161d3e4dff446ac806ba1b5e3c8028eaa6d96.tar.gz blackbird-obmc-linux-ebe161d3e4dff446ac806ba1b5e3c8028eaa6d96.zip |
ARM: dts: uniphier: add SoC-Glue node to UniPhier 32bit SoCs
This node consists of various system-level configuration registers.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/uniphier-proxstream2.dtsi')
-rw-r--r-- | arch/arm/boot/dts/uniphier-proxstream2.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/uniphier-proxstream2.dtsi b/arch/arm/boot/dts/uniphier-proxstream2.dtsi index 4ac484c6ce4e..d00d6f5c2668 100644 --- a/arch/arm/boot/dts/uniphier-proxstream2.dtsi +++ b/arch/arm/boot/dts/uniphier-proxstream2.dtsi @@ -205,5 +205,5 @@ }; &pinctrl { - compatible = "socionext,proxstream2-pinctrl", "syscon"; + compatible = "socionext,uniphier-pxs2-pinctrl"; }; |