dts: bindings: sdhc: replace underscore with hyphen
Adhering to device tree spec, underscore is replaced with hyphen Signed-off-by: Jilay Pandya <jilay.pandya@outlook.com>
This commit is contained in:
parent
30e0d3bb14
commit
ef8cb37cd2
3 changed files with 3 additions and 3 deletions
|
@ -128,7 +128,7 @@
|
||||||
<0x10B92000 0x1000>;
|
<0x10B92000 0x1000>;
|
||||||
reg-names = "reg_base", "combo_phy";
|
reg-names = "reg_base", "combo_phy";
|
||||||
clock-frequency = <200000000>;
|
clock-frequency = <200000000>;
|
||||||
power_delay_ms = <1000>;
|
power-delay-ms = <1000>;
|
||||||
resets = <&reset RSTMGR_SDMMC_RSTLINE>,
|
resets = <&reset RSTMGR_SDMMC_RSTLINE>,
|
||||||
<&reset RSTMGR_SDMMCECC_RSTLINE>,
|
<&reset RSTMGR_SDMMCECC_RSTLINE>,
|
||||||
<&reset RSTMGR_SOFTPHY_RSTLINE>;
|
<&reset RSTMGR_SOFTPHY_RSTLINE>;
|
||||||
|
|
|
@ -14,7 +14,7 @@ properties:
|
||||||
reg:
|
reg:
|
||||||
required: true
|
required: true
|
||||||
description: register space
|
description: register space
|
||||||
power_delay_ms:
|
power-delay-ms:
|
||||||
type: int
|
type: int
|
||||||
required: true
|
required: true
|
||||||
description: delay required to switch on the SDHC
|
description: delay required to switch on the SDHC
|
||||||
|
|
|
@ -29,7 +29,7 @@ properties:
|
||||||
description: |
|
description: |
|
||||||
Number of words used as write watermark level in FIFO queue for USDHC
|
Number of words used as write watermark level in FIFO queue for USDHC
|
||||||
|
|
||||||
max_current_330:
|
max-current-330:
|
||||||
type: int
|
type: int
|
||||||
default: 0
|
default: 0
|
||||||
description: |
|
description: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue