diff options
| author | Harini Katakam <[email protected]> | 2022-12-12 15:14:18 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2023-01-10 08:15:54 +0100 |
| commit | fd5f2718d3fd8e4ce8bbfbae085f432875fc4bdd (patch) | |
| tree | 7b216fa0f700228921df1bacdaddef6f2f0e597c | |
| parent | 4664a63cc7365dc48f0ba682cc3a194b19a13842 (diff) | |
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 <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Link: https://lore.kernel.org/r/7b093616ddea269043cbbb1e3806644d5a4b23be.1670854455.git.michal.simek@amd.com
| -rw-r--r-- | arch/arm/dts/zynqmp-zcu102-revB.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/zynqmp-zcu102-revB.dts b/arch/arm/dts/zynqmp-zcu102-revB.dts index b2f0b113317..de3b5ab9d93 100644 --- a/arch/arm/dts/zynqmp-zcu102-revB.dts +++ b/arch/arm/dts/zynqmp-zcu102-revB.dts @@ -25,7 +25,7 @@ ti,tx-internal-delay = <0xa>; ti,fifo-depth = <0x1>; ti,dp83867-rxctrl-strap-quirk; - /* reset-gpios = <&tca6416_u97 6 GPIO_ACTIVE_LOW>; */ + reset-gpios = <&tca6416_u97 6 GPIO_ACTIVE_LOW>; }; /* Cleanup from RevA */ /delete-node/ ethernet-phy@21; |
