Changeset 39943
- Timestamp:
- 2014-03-17T23:32:42+01:00 (4 years ago)
- Location:
- trunk/target/linux/sunxi/patches-3.13
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/target/linux/sunxi/patches-3.13/173-1-dt-sun4i-add-mmc.patch
r39782 r39943 57 57 --- a/arch/arm/boot/dts/sun4i-a10.dtsi 58 58 +++ b/arch/arm/boot/dts/sun4i-a10.dtsi 59 @@ -338,6 +338, 46@@59 @@ -338,6 +338,50 @@ 60 60 #size-cells = <0>; 61 61 }; 62 62 63 63 + mmc0: mmc@01c0f000 { 64 + compatible = "allwinner,sun 5i-a13-mmc";64 + compatible = "allwinner,sun4i-a10-mmc"; 65 65 + reg = <0x01c0f000 0x1000>; 66 66 + clocks = <&ahb_gates 8>, <&mmc0_clk>; … … 69 69 + bus-width = <4>; 70 70 + status = "disabled"; 71 + cd-inverted; 71 72 + }; 72 73 + 73 74 + mmc1: mmc@01c10000 { 74 + compatible = "allwinner,sun 5i-a13-mmc";75 + compatible = "allwinner,sun4i-a10-mmc"; 75 76 + reg = <0x01c10000 0x1000>; 76 77 + clocks = <&ahb_gates 9>, <&mmc1_clk>; … … 79 80 + bus-width = <4>; 80 81 + status = "disabled"; 82 + cd-inverted; 81 83 + }; 82 84 + 83 85 + mmc2: mmc@01c11000 { 84 + compatible = "allwinner,sun 5i-a13-mmc";86 + compatible = "allwinner,sun4i-a10-mmc"; 85 87 + reg = <0x01c11000 0x1000>; 86 88 + clocks = <&ahb_gates 10>, <&mmc2_clk>; … … 89 91 + bus-width = <4>; 90 92 + status = "disabled"; 93 + cd-inverted; 91 94 + }; 92 95 + 93 96 + mmc3: mmc@01c12000 { 94 + compatible = "allwinner,sun 5i-a13-mmc";97 + compatible = "allwinner,sun4i-a10-mmc"; 95 98 + reg = <0x01c12000 0x1000>; 96 99 + clocks = <&ahb_gates 11>, <&mmc3_clk>; … … 99 102 + bus-width = <4>; 100 103 + status = "disabled"; 104 + cd-inverted; 101 105 + }; 102 106 + … … 112 116 + allwinner,pins = "PF0","PF1","PF2","PF3","PF4","PF5"; 113 117 + allwinner,function = "mmc0"; 114 + allwinner,drive = < 3>;118 + allwinner,drive = <2>; 115 119 + allwinner,pull = <0>; 116 120 + };
Note: See TracChangeset
for help on using the changeset viewer.