Skip to content

Commit

Permalink
imx93-var-som: remove reset gpios for ethphy1 for daughter board
Browse files Browse the repository at this point in the history
Remove reset gpio pca9534 5 GPIO_ACTIVE_LOW for ethphy1

Signed-off-by: Tan Le <[email protected]>
  • Loading branch information
lmtan91 authored and Tan Le committed Apr 11, 2024
1 parent dd01990 commit 10ee5ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/freescale/imx93-var-som-symphony.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@
reg = <5>;
qca,disable-smarteee;
eee-broken-1000t;
reset-gpios = <&pca9534 5 GPIO_ACTIVE_LOW>;
// reset-gpios = <&pca9534 5 GPIO_ACTIVE_LOW>;
reset-gpios = <&gpio2 18 GPIO_ACTIVE_LOW>;
reset-assert-us = <10000>;
reset-deassert-us = <20000>;
vddio-supply = <&vddio1>;
Expand Down

0 comments on commit 10ee5ab

Please sign in to comment.