diff options
| author | Patrice Chotard <[email protected]> | 2019-04-17 11:53:29 +0200 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2019-04-23 15:31:52 +0200 |
| commit | e4995e61c92d263f752e304b684157c7cf7844d0 (patch) | |
| tree | d8e6b66271f515ece8af398d2d501ad3528cfb88 | |
| parent | 77594d7fbf01f2b2c968271951d41edb515428f4 (diff) | |
ARM: dts: stm32: Update sdmmc binding for stm32h743i-eval
Update some sdmmc properties which have been updated with
v4.19 DT bindings:
- st,dirpol becomes st,sig-dir
- st,negedge becomes st,neg-edge
- st,pin-ckin becomes st,use-ckin
Signed-off-by: Patrick Delaunay <[email protected]>
Signed-off-by: Patrice Chotard <[email protected]>
| -rw-r--r-- | arch/arm/dts/stm32h743i-eval-u-boot.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/stm32h743i-eval-u-boot.dtsi b/arch/arm/dts/stm32h743i-eval-u-boot.dtsi index 220a2d706c9..251977abe02 100644 --- a/arch/arm/dts/stm32h743i-eval-u-boot.dtsi +++ b/arch/arm/dts/stm32h743i-eval-u-boot.dtsi @@ -8,5 +8,5 @@ <&pinctrl_sdmmc1_level_shifter>; pinctrl-names = "default"; bus-width = <4>; - st,dirpol; + st,sig-dir; }; |
