Skip to content

Commit

Permalink
ARM: dts: uniphier: add specific compatible to SoC-Glue node
Browse files Browse the repository at this point in the history
This is a simple MFD, but add a specific compatible just in case.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
  • Loading branch information
Masahiro Yamada committed Aug 30, 2016
1 parent ad0561d commit cb16593
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/boot/dts/uniphier-common32.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@
};

soc-glue@5f800000 {
compatible = "simple-mfd", "syscon";
compatible = "socionext,uniphier-soc-glue",
"simple-mfd", "syscon";
reg = <0x5f800000 0x2000>;

pinctrl: pinctrl {
Expand Down

0 comments on commit cb16593

Please sign in to comment.