Skip to content

Commit

Permalink
imx8mq-var-dart: ignore ar803_vddio
Browse files Browse the repository at this point in the history
The DART-MX8M connects VDDIO_REG to VDDH_REG, which will set
VDDIO_REG to 2.5V in hardware. So, we can ignore this register in software.

Signed-off-by: Nate Drude <[email protected]>
  • Loading branch information
nsdrude committed May 19, 2022
1 parent 6813101 commit 9112244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ machine_phyconfig_t machine_config_imx8mq = {
.phy_configs = {
/* dt8mcustomboard */
{ .phy = { .if_name = "eth0", .addr = 0, .id = ADIN1300_PHY_ID_1, .mode = "rgmii" }},
{ .phy = { .if_name = "eth0", .addr = 0, .id = AR803x_PHY_ID_1, .mode = "rgmii" }, .ar803_vddio = AT803X_VDDIO_1P8V },
{ .phy = { .if_name = "eth0", .addr = 0, .id = AR803x_PHY_ID_1, .mode = "rgmii" }, .ar803_vddio = AT803X_VDDIO_DONTCARE },
/* last entry */
{ .phy = { .if_name = NULL }},
},
Expand Down

0 comments on commit 9112244

Please sign in to comment.