diff options
author | 2016-08-31 05:01:06 +0900 | |
---|---|---|
committer | 2016-08-31 05:37:55 +0900 | |
commit | cb1659377c7d5ba68d756b64465d74cfcc14556a (patch) | |
tree | 163dabadfbd6b29524fa26000478b41a9939d01c | |
parent | ARM: dts: uniphier: use clock/reset controllers (diff) | |
download | wireguard-linux-cb1659377c7d5ba68d756b64465d74cfcc14556a.tar.xz wireguard-linux-cb1659377c7d5ba68d756b64465d74cfcc14556a.zip |
ARM: dts: uniphier: add specific compatible to SoC-Glue node
This is a simple MFD, but add a specific compatible just in case.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/boot/dts/uniphier-common32.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/uniphier-common32.dtsi b/arch/arm/boot/dts/uniphier-common32.dtsi index c46a58a99010..8c8a85176b64 100644 --- a/arch/arm/boot/dts/uniphier-common32.dtsi +++ b/arch/arm/boot/dts/uniphier-common32.dtsi @@ -171,7 +171,8 @@ }; soc-glue@5f800000 { - compatible = "simple-mfd", "syscon"; + compatible = "socionext,uniphier-soc-glue", + "simple-mfd", "syscon"; reg = <0x5f800000 0x2000>; pinctrl: pinctrl { |