Commit bd5ea8d5 authored by Fabio Baltieri's avatar Fabio Baltieri Committed by Martí Bolívar
Browse files

dts: ite: move pinctrl subdevices up a node



Refactor the pinctrl nodes slightly so that the port devices are not
child of the main pinctrl node. This is because the pinctrl node is
being used as parent for pinctrl setting nodes itself, and having the
port nodes as child end up creating a circular depdency with the edt
child enumeration patch.

Signed-off-by: default avatarFabio Baltieri <fabiobaltieri@google.com>
parent b4185312
Loading
Loading
Loading
Loading
+277 −277
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@
			#address-cells = <1>;
			#size-cells = <1>;
			status = "okay";
		};

		pinctrla: pinctrl@f01610 {
			compatible = "ite,it8xxx2-pinctrl-func";
@@ -335,7 +336,6 @@
			pullup-mask = <BIT(2)>;
			#pinmux-cells = <2>;
		};
		};

		i2c0: i2c@f01c40 {
			compatible = "ite,it8xxx2-i2c";
+273 −273
Original line number Diff line number Diff line
@@ -440,6 +440,7 @@
			#address-cells = <1>;
			#size-cells = <1>;
			status = "okay";
		};

		pinctrla: pinctrl@f01660 {
			compatible = "ite,it8xxx2-pinctrl-func";
@@ -714,7 +715,6 @@
			pullup-mask = <BIT(2)>;
			#pinmux-cells = <2>;
		};
		};

		wuc1: wakeup-controller@f01b00 {
			compatible = "ite,it8xxx2-wuc";