mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
e4995e61c9
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 <patrick.delaunay@st.com> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
12 lines
228 B
Text
12 lines
228 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#include <stm32h7-u-boot.dtsi>
|
|
|
|
&sdmmc1 {
|
|
status = "okay";
|
|
pinctrl-0 = <&sdmmc1_pins>,
|
|
<&pinctrl_sdmmc1_level_shifter>;
|
|
pinctrl-names = "default";
|
|
bus-width = <4>;
|
|
st,sig-dir;
|
|
};
|