diff options
| author | Michal Simek <michal.simek@xilinx.com> | 2021-06-03 15:18:04 +0200 |
|---|---|---|
| committer | Michal Simek <michal.simek@xilinx.com> | 2021-06-23 09:48:35 +0200 |
| commit | 6a2ce6ec247d05d2112057819f7680af64426231 (patch) | |
| tree | 678135e2cd6194c0206a4fe201797df177dc2373 /arch/arm/dts/zynqmp-zcu104-revC.dts | |
| parent | e0f99280ee097cebcc8d1f71551d639df6aad9bb (diff) | |
arm64: zynqmp: Sync psgtr location on zcu104/zcu111/zc1751-dc1
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>
Diffstat (limited to 'arch/arm/dts/zynqmp-zcu104-revC.dts')
| -rw-r--r-- | arch/arm/dts/zynqmp-zcu104-revC.dts | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm/dts/zynqmp-zcu104-revC.dts b/arch/arm/dts/zynqmp-zcu104-revC.dts index 6045b56e874..00d7c8cb098 100644 --- a/arch/arm/dts/zynqmp-zcu104-revC.dts +++ b/arch/arm/dts/zynqmp-zcu104-revC.dts @@ -433,6 +433,13 @@ }; }; +&psgtr { + status = "okay"; + /* nc, sata, usb3, dp */ + clocks = <&clock_8t49n287_5>, <&clock_8t49n287_2>, <&clock_8t49n287_3>; + clock-names = "ref1", "ref2", "ref3"; +}; + &qspi { status = "okay"; flash@0 { @@ -466,13 +473,6 @@ status = "okay"; }; -&psgtr { - status = "okay"; - /* nc, sata, usb3, dp */ - clocks = <&clock_8t49n287_5>, <&clock_8t49n287_2>, <&clock_8t49n287_3>; - clock-names = "ref1", "ref2", "ref3"; -}; - &sata { status = "okay"; /* SATA OOB timing settings */ |
