arm64: zynqmp: Sync psgtr location on zcu100/zcu106
psgtr node should be below pinctrl for easier comparion among dts files. That's why move that nodes to different location. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
@@ -483,6 +483,13 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&psgtr {
|
||||||
|
status = "okay";
|
||||||
|
/* usb3, dp */
|
||||||
|
clocks = <&si5335_0>, <&si5335_1>;
|
||||||
|
clock-names = "ref0", "ref1";
|
||||||
|
};
|
||||||
|
|
||||||
&rtc {
|
&rtc {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
@@ -518,13 +525,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&psgtr {
|
|
||||||
status = "okay";
|
|
||||||
/* usb3, dp */
|
|
||||||
clocks = <&si5335_0>, <&si5335_1>;
|
|
||||||
clock-names = "ref0", "ref1";
|
|
||||||
};
|
|
||||||
|
|
||||||
&spi0 { /* Low Speed connector */
|
&spi0 { /* Low Speed connector */
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "LS-SPI0";
|
label = "LS-SPI0";
|
||||||
|
|||||||
@@ -947,6 +947,13 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&psgtr {
|
||||||
|
status = "okay";
|
||||||
|
/* nc, sata, usb3, dp */
|
||||||
|
clocks = <&si5341 0 3>, <&si5341 0 2>, <&si5341 0 0>;
|
||||||
|
clock-names = "ref1", "ref2", "ref3";
|
||||||
|
};
|
||||||
|
|
||||||
&qspi {
|
&qspi {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
is-dual = <1>;
|
is-dual = <1>;
|
||||||
@@ -977,13 +984,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&psgtr {
|
|
||||||
status = "okay";
|
|
||||||
/* nc, sata, usb3, dp */
|
|
||||||
clocks = <&si5341 0 3>, <&si5341 0 2>, <&si5341 0 0>;
|
|
||||||
clock-names = "ref1", "ref2", "ref3";
|
|
||||||
};
|
|
||||||
|
|
||||||
&rtc {
|
&rtc {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user