Commit 78c484a5 authored by Harini Katakam's avatar Harini Katakam Committed by Michal Simek

arm64: zynqmp: dt: Add TI PHY quirk

Add TI PHY strap ctrl quirk for all the HW where applicable.
Signed-off-by: default avatarHarini Katakam <harini.katakam@xilinx.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 437541e7
...@@ -89,6 +89,7 @@ phy0: phy@5 { ...@@ -89,6 +89,7 @@ phy0: phy@5 {
ti,rx-internal-delay = <0x8>; ti,rx-internal-delay = <0x8>;
ti,tx-internal-delay = <0xa>; ti,tx-internal-delay = <0xa>;
ti,fifo-depth = <0x1>; ti,fifo-depth = <0x1>;
ti,dp83867-rxctrl-strap-quirk;
}; };
}; };
......
...@@ -110,6 +110,7 @@ phy0: phy@21 { ...@@ -110,6 +110,7 @@ phy0: phy@21 {
ti,rx-internal-delay = <0x8>; ti,rx-internal-delay = <0x8>;
ti,tx-internal-delay = <0xa>; ti,tx-internal-delay = <0xa>;
ti,fifo-depth = <0x1>; ti,fifo-depth = <0x1>;
ti,dp83867-rxctrl-strap-quirk;
}; };
}; };
......
...@@ -21,6 +21,7 @@ phyc: phy@c { ...@@ -21,6 +21,7 @@ phyc: phy@c {
ti,rx-internal-delay = <0x8>; ti,rx-internal-delay = <0x8>;
ti,tx-internal-delay = <0xa>; ti,tx-internal-delay = <0xa>;
ti,fifo-depth = <0x1>; ti,fifo-depth = <0x1>;
ti,dp83867-rxctrl-strap-quirk;
}; };
/* Cleanup from RevA */ /* Cleanup from RevA */
/delete-node/ phy@21; /delete-node/ phy@21;
......
...@@ -55,6 +55,7 @@ phy0: phy@c { ...@@ -55,6 +55,7 @@ phy0: phy@c {
ti,rx-internal-delay = <0x8>; ti,rx-internal-delay = <0x8>;
ti,tx-internal-delay = <0xa>; ti,tx-internal-delay = <0xa>;
ti,fifo-depth = <0x1>; ti,fifo-depth = <0x1>;
ti,dp83867-rxctrl-strap-quirk;
}; };
}; };
......
...@@ -111,6 +111,7 @@ phy0: phy@c { ...@@ -111,6 +111,7 @@ phy0: phy@c {
ti,rx-internal-delay = <0x8>; ti,rx-internal-delay = <0x8>;
ti,tx-internal-delay = <0xa>; ti,tx-internal-delay = <0xa>;
ti,fifo-depth = <0x1>; ti,fifo-depth = <0x1>;
ti,dp83867-rxctrl-strap-quirk;
}; };
}; };
......
...@@ -106,6 +106,7 @@ phy0: phy@c { ...@@ -106,6 +106,7 @@ phy0: phy@c {
ti,rx-internal-delay = <0x8>; ti,rx-internal-delay = <0x8>;
ti,tx-internal-delay = <0xa>; ti,tx-internal-delay = <0xa>;
ti,fifo-depth = <0x1>; ti,fifo-depth = <0x1>;
ti,dp83867-rxctrl-strap-quirk;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment