Skip to content
Snippets Groups Projects
Commit 8f6edf6d authored by Fabio Estevam's avatar Fabio Estevam Committed by Stefano Babic
Browse files

pcie_imx: Use 'ms' for milliseconds


milliseconds should be written as 'ms' instead of 'mS'.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Tested-by: default avatarMarek Vasut <marex@denx.de>
parent 10b347fc
No related branches found
No related tags found
No related merge requests found
...@@ -495,7 +495,7 @@ __weak int imx6_pcie_toggle_reset(void) ...@@ -495,7 +495,7 @@ __weak int imx6_pcie_toggle_reset(void)
* *
* The PCIe #PERST reset line _MUST_ be connected, otherwise your * The PCIe #PERST reset line _MUST_ be connected, otherwise your
* design does not conform to the specification. You must wait at * design does not conform to the specification. You must wait at
* least 20 mS after de-asserting the #PERST so the EP device can * least 20 ms after de-asserting the #PERST so the EP device can
* do self-initialisation. * do self-initialisation.
* *
* In case your #PERST pin is connected to a plain GPIO pin of the * In case your #PERST pin is connected to a plain GPIO pin of the
...@@ -506,7 +506,7 @@ __weak int imx6_pcie_toggle_reset(void) ...@@ -506,7 +506,7 @@ __weak int imx6_pcie_toggle_reset(void)
* In case your #PERST toggling logic is more complex, for example * In case your #PERST toggling logic is more complex, for example
* connected via CPLD or somesuch, you can override this function * connected via CPLD or somesuch, you can override this function
* in your board file and implement reset logic as needed. You must * in your board file and implement reset logic as needed. You must
* not forget to wait at least 20 mS after de-asserting #PERST in * not forget to wait at least 20 ms after de-asserting #PERST in
* this case either though. * this case either though.
* *
* In case your #PERST line of the PCIe EP device is not connected * In case your #PERST line of the PCIe EP device is not connected
...@@ -538,7 +538,7 @@ static int imx6_pcie_deassert_core_reset(void) ...@@ -538,7 +538,7 @@ static int imx6_pcie_deassert_core_reset(void)
/* /*
* Wait for the clock to settle a bit, when the clock are sourced * Wait for the clock to settle a bit, when the clock are sourced
* from the CPU, we need about 30mS to settle. * from the CPU, we need about 30 ms to settle.
*/ */
mdelay(50); mdelay(50);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment