mirror of
https://xff.cz/git/u-boot/
synced 2025-09-29 22:41:17 +02:00
arm64: zynqmp: dt: Add optional gpio phy reset properties
Add gpio phy reset via I2C expander TCA6416 on board ZCU102. A warning call trace is observer in probe when this reset is called from context that can sleep. Keep this commented until that is resolved in phylib. Signed-off-by: Harini Katakam <harini.katakam@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
committed by
Michal Simek
parent
631d9a9981
commit
26b2c68b61
@@ -116,6 +116,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>; */
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -22,6 +22,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>; */
|
||||||
};
|
};
|
||||||
/* Cleanup from RevA */
|
/* Cleanup from RevA */
|
||||||
/delete-node/ phy@21;
|
/delete-node/ phy@21;
|
||||||
|
Reference in New Issue
Block a user