mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-17 22:28:17 +01:00
arm64: zynqmp: Enable TI phy reset via GPIO
Add DT property to support reset of TI PHY connected to GEM. This is present in RevA DT but needs to be extended RevB/1.0/1.1 versions which are built on top. Fixes: 2b1db7b18c97 ("arm64: zynqmp: Wire GEM reset gpio") Signed-off-by: Harini Katakam <harini.katakam@amd.com> Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/7b093616ddea269043cbbb1e3806644d5a4b23be.1670854455.git.michal.simek@amd.com
This commit is contained in:
parent
4664a63cc7
commit
fd5f2718d3
@ -25,7 +25,7 @@
|
|||||||
ti,tx-internal-delay = <0xa>;
|
ti,tx-internal-delay = <0xa>;
|
||||||
ti,fifo-depth = <0x1>;
|
ti,fifo-depth = <0x1>;
|
||||||
ti,dp83867-rxctrl-strap-quirk;
|
ti,dp83867-rxctrl-strap-quirk;
|
||||||
/* reset-gpios = <&tca6416_u97 6 GPIO_ACTIVE_LOW>; */
|
reset-gpios = <&tca6416_u97 6 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
/* Cleanup from RevA */
|
/* Cleanup from RevA */
|
||||||
/delete-node/ ethernet-phy@21;
|
/delete-node/ ethernet-phy@21;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user