mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
arm64: zynqmp: Remove xlnx,fclk nodes
xlnx,fclk nodes are not described in dtschema that's why remove them. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/b25dedd066f587321751d7d20c1f65bb96c53b89.1695808407.git.michal.simek@amd.com
This commit is contained in:
@@ -16,24 +16,6 @@
|
||||
clocks = <&zynqmp_clk PL0_REF>;
|
||||
};
|
||||
|
||||
fclk1: fclk1 {
|
||||
status = "okay";
|
||||
compatible = "xlnx,fclk";
|
||||
clocks = <&zynqmp_clk PL1_REF>;
|
||||
};
|
||||
|
||||
fclk2: fclk2 {
|
||||
status = "okay";
|
||||
compatible = "xlnx,fclk";
|
||||
clocks = <&zynqmp_clk PL2_REF>;
|
||||
};
|
||||
|
||||
fclk3: fclk3 {
|
||||
status = "okay";
|
||||
compatible = "xlnx,fclk";
|
||||
clocks = <&zynqmp_clk PL3_REF>;
|
||||
};
|
||||
|
||||
pss_ref_clk: pss_ref_clk {
|
||||
bootph-all;
|
||||
compatible = "fixed-clock";
|
||||
|
||||
Reference in New Issue
Block a user