Revert "ARM64: zynqmp: Add serdes address space dp driver"
This reverts commit 786db82bd5
.
Since we are using serdes driver , no need of mapping serdes register
space into DP driver.
Signed-off-by: Anurag Kumar Vulisha <anuragku@xilinx.com>
Tested-by: Hyun Kwon <hyunk@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
bfe279803f
commit
7418b7c6ea
@ -850,8 +850,7 @@
|
|||||||
xlnx_dp: dp@fd4a0000 {
|
xlnx_dp: dp@fd4a0000 {
|
||||||
compatible = "xlnx,v-dp";
|
compatible = "xlnx,v-dp";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
reg = <0x0 0xfd4a0000 0x1000>,
|
reg = <0x0 0xfd4a0000 0x1000>;
|
||||||
<0x0 0xfd400000 0x20000>;
|
|
||||||
interrupts = <0 119 4>;
|
interrupts = <0 119 4>;
|
||||||
interrupt-parent = <&gic>;
|
interrupt-parent = <&gic>;
|
||||||
clock-names = "aclk", "aud_clk";
|
clock-names = "aclk", "aud_clk";
|
||||||
|
Loading…
Reference in New Issue
Block a user