diff options
| author | Michal Simek <[email protected]> | 2024-02-01 13:38:41 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2024-02-12 09:28:32 +0100 |
| commit | e0cce114348be1fed2b4e96b6948f31b123a143d (patch) | |
| tree | eca10c6b4f2cc3614cd424915d720d2e255c9eb3 | |
| parent | fb16d9321fe06d75eea6fdd66660ee747a47ec95 (diff) | |
arm64: zynqmp: Remove arm,cortex-a53-edac node
There is no dt schema associated with it. Also Linux driver have been
removed in Xilinx Linux tree and never gets to upstream that's why remove
description for it.
Signed-off-by: Michal Simek <[email protected]>
Link: https://lore.kernel.org/r/6685ee980d9b475f95eef6b2a74795adc4ac4619.1706791116.git.michal.simek@amd.com
| -rw-r--r-- | arch/arm/dts/zynqmp.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index ee2fbcaedc5..e539fa329e1 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -303,10 +303,6 @@ <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>; }; - edac { - compatible = "arm,cortex-a53-edac"; - }; - fpga_full: fpga-region { compatible = "fpga-region"; fpga-mgr = <&zynqmp_pcap>; |
