Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebe161d3 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Olof Johansson
Browse files

ARM: dts: uniphier: add SoC-Glue node to UniPhier 32bit SoCs



This node consists of various system-level configuration registers.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent fdaf72e5
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -136,9 +136,13 @@
			interrupt-controller;
		};

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

			pinctrl: pinctrl {
				 /* specify compatible in each SoC DTSI */
			reg = <0x5f801000 0xe00>;
			};
		};
	};
};
+1 −1
Original line number Diff line number Diff line
@@ -182,5 +182,5 @@
};

&pinctrl {
	compatible = "socionext,ph1-ld4-pinctrl", "syscon";
	compatible = "socionext,uniphier-ld4-pinctrl";
};
+1 −1
Original line number Diff line number Diff line
@@ -63,5 +63,5 @@
 * which makes the pinctrl driver unshareable.
 */
&pinctrl {
	compatible = "socionext,ph1-ld6b-pinctrl", "syscon";
	compatible = "socionext,uniphier-ld6b-pinctrl";
};
+1 −1
Original line number Diff line number Diff line
@@ -200,5 +200,5 @@
};

&pinctrl {
	compatible = "socionext,ph1-pro4-pinctrl", "syscon";
	compatible = "socionext,uniphier-pro4-pinctrl";
};
+1 −1
Original line number Diff line number Diff line
@@ -194,5 +194,5 @@
};

&pinctrl {
	compatible = "socionext,ph1-pro5-pinctrl", "syscon";
	compatible = "socionext,uniphier-pro5-pinctrl";
};
Loading