tegra210: change to UTF-8 (from ISO-8859)

Prompted by Phabricator's complaint that a C source file was a binary
file, in D43192.

Reviewed by:	mmel
Differential Revision: https://reviews.freebsd.org/D43229
This commit is contained in:
Ed Maste 2023-12-28 22:53:16 -05:00
parent 9035bfffed
commit 56c202de78

View File

@ -655,7 +655,7 @@ uphy_pex_enable(struct padctl_softc *sc, struct padctl_pad *pad)
goto err;
}
/* 5. Enable the PLL (20 µs Lock time) */
/* 5. Enable the PLL (20 μs Lock time) */
reg = RD4(sc, XUSB_PADCTL_UPHY_PLL_P0_CTL1);
reg |= UPHY_PLL_P0_CTL1_PLL0_ENABLE;
WR4(sc, XUSB_PADCTL_UPHY_PLL_P0_CTL1, reg);
@ -890,7 +890,7 @@ uphy_sata_enable(struct padctl_softc *sc, struct padctl_pad *pad, bool usb)
goto err;
}
/* 5. Enable the PLL (20 µs Lock time) */
/* 5. Enable the PLL (20 μs Lock time) */
reg = RD4(sc, XUSB_PADCTL_UPHY_PLL_S0_CTL1);
reg |= UPHY_PLL_S0_CTL1_PLL0_ENABLE;
WR4(sc, XUSB_PADCTL_UPHY_PLL_S0_CTL1, reg);