Skip to content

Commit ef8cb37

Browse files
jilaypandyakartben
authored andcommitted
dts: bindings: sdhc: replace underscore with hyphen
Adhering to device tree spec, underscore is replaced with hyphen Signed-off-by: Jilay Pandya <[email protected]>
1 parent 30e0d3b commit ef8cb37

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dts/arm64/intel/intel_socfpga_agilex5.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<0x10B92000 0x1000>;
129129
reg-names = "reg_base", "combo_phy";
130130
clock-frequency = <200000000>;
131-
power_delay_ms = <1000>;
131+
power-delay-ms = <1000>;
132132
resets = <&reset RSTMGR_SDMMC_RSTLINE>,
133133
<&reset RSTMGR_SDMMCECC_RSTLINE>,
134134
<&reset RSTMGR_SOFTPHY_RSTLINE>;

dts/bindings/sdhc/cdns,sdhc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ properties:
1414
reg:
1515
required: true
1616
description: register space
17-
power_delay_ms:
17+
power-delay-ms:
1818
type: int
1919
required: true
2020
description: delay required to switch on the SDHC

dts/bindings/sdhc/nxp,imx-usdhc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ properties:
2929
description: |
3030
Number of words used as write watermark level in FIFO queue for USDHC
3131
32-
max_current_330:
32+
max-current-330:
3333
type: int
3434
default: 0
3535
description: |

0 commit comments

Comments
 (0)