Skip to content

Commit

Permalink
device-tree: serdes: Remove unused lpd register address mapping
Browse files Browse the repository at this point in the history
This patch removes the unused lpd register address mapping from
serdes dts node.

Signed-off-by: Anurag Kumar Vulisha <anuragku@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Anurag Kumar Vulisha authored and Michal Simek committed Apr 23, 2018
1 parent a5b1661 commit 79f06ce
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions arch/arm/dts/zynqmp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -885,12 +885,11 @@
};

serdes: zynqmp_phy@fd400000 {
compatible = "xlnx,zynqmp-psgtr";
compatible = "xlnx,zynqmp-psgtr-v1.1";
status = "disabled";
reg = <0x0 0xfd400000 0x0 0x40000>,
<0x0 0xfd3d0000 0x0 0x1000>,
<0x0 0xff5e0000 0x0 0x1000>;
reg-names = "serdes", "siou", "lpd";
<0x0 0xfd3d0000 0x0 0x1000>;
reg-names = "serdes", "siou";
nvmem-cells = <&soc_revision>;
nvmem-cell-names = "soc_revision";
resets = <&rst 16>, <&rst 59>, <&rst 60>,
Expand Down

0 comments on commit 79f06ce

Please sign in to comment.