Skip to content

Commit

Permalink
dts: bindings: sdhc: replace underscore with hyphen
Browse files Browse the repository at this point in the history
Adhering to device tree spec, underscore is replaced with hyphen

Signed-off-by: Jilay Pandya <jilay.pandya@outlook.com>
  • Loading branch information
jilaypandya committed Jan 11, 2025
1 parent 99a63a7 commit a2e8d7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dts/arm64/intel/intel_socfpga_agilex5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down
2 changes: 1 addition & 1 deletion dts/bindings/sdhc/cdns,sdhc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion dts/bindings/sdhc/nxp,imx-usdhc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit a2e8d7b

Please sign in to comment.