diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-08-30 23:40:42 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-08-30 23:41:31 +0300 |
commit | 9d4f550590a4563175fff9f24bf017bd2ee5f73d (patch) | |
tree | 09e89035b254ec9664fd6fdc5e444148da8b4dd7 /arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | |
parent | 42aee2752cfbd945d845887dcc5209d7cb1231bb (diff) | |
download | linux-9d4f550590a4563175fff9f24bf017bd2ee5f73d.tar.xz |
arm64: 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 'arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi index 305223ebdedf..9cebe811b27c 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi +++ b/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi @@ -290,7 +290,8 @@ }; soc-glue@5f800000 { - compatible = "simple-mfd", "syscon"; + compatible = "socionext,uniphier-soc-glue", + "simple-mfd", "syscon"; reg = <0x5f800000 0x2000>; pinctrl: pinctrl { |