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

dts: psoc6: 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 bd5ea8d5
Loading
Loading
Loading
Loading
+156 −156
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@
			#address-cells = <1>;
			#size-cells = <1>;
			ranges = <0x40310000 0x40310000 0x2024>;
		};

		hsiom: hsiom@40310000 {
			compatible = "cypress,psoc6-hsiom";
@@ -229,7 +230,6 @@
			#cypress,pin-cells = <2>;
			status = "disabled";
		};
		};

		spi0: spi@40610000 {
			compatible = "cypress,psoc6-spi";
+142 −141
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@
			reg = <0x40310000 0x20000>;
			#address-cells = <1>;
			#size-cells = <0>;
		};

		hsiom: hsiom@40310000 {
			compatible = "infineon,cat1-hsiom";
@@ -198,7 +199,7 @@
			status = "disabled";
			#gpio-cells = <2>;
		};
		};

		uid: device_uid@16000600 {
			compatible = "infineon,cat1-uid";
			reg = <0x16000600 0xb>;