]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
device-tree: serdes: Remove unused lpd register address mapping
authorAnurag Kumar Vulisha <anurag.kumar.vulisha@xilinx.com>
Thu, 1 Mar 2018 18:25:07 +0000 (23:55 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 23 Apr 2018 06:57:39 +0000 (08:57 +0200)
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>
arch/arm/dts/zynqmp.dtsi

index 719633668c99cacb21412c7838be12693ac4ce90..63467547f17b304673e660f33477d75f5ec7cbe4 100644 (file)
                };
 
                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>,