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>;
|
||||
reg-names = "reg_base", "combo_phy";
|
||||
clock-frequency = <200000000>;
|
||||
power_delay_ms = <1000>;
|
||||
power-delay-ms = <1000>;
|
||||
resets = <&reset RSTMGR_SDMMC_RSTLINE>,
|
||||
<&reset RSTMGR_SDMMCECC_RSTLINE>,
|
||||
<&reset RSTMGR_SOFTPHY_RSTLINE>;
|
||||
|
|
|
@ -14,7 +14,7 @@ properties:
|
|||
reg:
|
||||
required: true
|
||||
description: register space
|
||||
power_delay_ms:
|
||||
power-delay-ms:
|
||||
type: int
|
||||
required: true
|
||||
description: delay required to switch on the SDHC
|
||||
|
|
|
@ -29,7 +29,7 @@ properties:
|
|||
description: |
|
||||
Number of words used as write watermark level in FIFO queue for USDHC
|
||||
|
||||
max_current_330:
|
||||
max-current-330:
|
||||
type: int
|
||||
default: 0
|
||||
description: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue