aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/mmc/k3-dw-mshc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/mmc/k3-dw-mshc.txt')
-rw-r--r--Documentation/devicetree/bindings/mmc/k3-dw-mshc.txt12
1 files changed, 5 insertions, 7 deletions
diff --git a/Documentation/devicetree/bindings/mmc/k3-dw-mshc.txt b/Documentation/devicetree/bindings/mmc/k3-dw-mshc.txt
index e5bc49f764d1..3b3544931437 100644
--- a/Documentation/devicetree/bindings/mmc/k3-dw-mshc.txt
+++ b/Documentation/devicetree/bindings/mmc/k3-dw-mshc.txt
@@ -34,13 +34,11 @@ Example:
34 num-slots = <1>; 34 num-slots = <1>;
35 vmmc-supply = <&ldo12>; 35 vmmc-supply = <&ldo12>;
36 fifo-depth = <0x100>; 36 fifo-depth = <0x100>;
37 supports-highspeed;
38 pinctrl-names = "default"; 37 pinctrl-names = "default";
39 pinctrl-0 = <&sd_pmx_pins &sd_cfg_func1 &sd_cfg_func2>; 38 pinctrl-0 = <&sd_pmx_pins &sd_cfg_func1 &sd_cfg_func2>;
40 slot@0 { 39 bus-width = <4>;
41 reg = <0>; 40 disable-wp;
42 bus-width = <4>; 41 cd-gpios = <&gpio10 3 0>;
43 disable-wp; 42 cap-mmc-highspeed;
44 cd-gpios = <&gpio10 3 0>; 43 cap-sd-highspeed;
45 };
46 }; 44 };