提交 ab7f0bbb 编写于 作者: O Olof Johansson

Merge tag 'socfpga_dts_for_v4.5_part_2' of...

Merge tag 'socfpga_dts_for_v4.5_part_2' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into next/dt

SoCFPGA DTS update for v4.5, part 2
- clean up mcvevk dts file, replace space with tab
- Disable SDMMC node in base socfpga.dtsi file

* tag 'socfpga_dts_for_v4.5_part_2' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux:
  ARM: socfpga: dts: Enable MMC support at correct place in the DT
  ARM: socfpga: Repair incorrectly applied MCV patch
Signed-off-by: NOlof Johansson <olof@lixom.net>
...@@ -677,6 +677,7 @@ ...@@ -677,6 +677,7 @@
#size-cells = <0>; #size-cells = <0>;
clocks = <&l4_mp_clk>, <&sdmmc_clk_divided>; clocks = <&l4_mp_clk>, <&sdmmc_clk_divided>;
clock-names = "biu", "ciu"; clock-names = "biu", "ciu";
status = "disabled";
}; };
ocram: sram@ffff0000 { ocram: sram@ffff0000 {
......
...@@ -79,6 +79,7 @@ ...@@ -79,6 +79,7 @@
&mmc0 { &mmc0 {
vmmc-supply = <&regulator_3_3v>; vmmc-supply = <&regulator_3_3v>;
vqmmc-supply = <&regulator_3_3v>; vqmmc-supply = <&regulator_3_3v>;
status = "okay";
}; };
&usb1 { &usb1 {
......
...@@ -100,6 +100,7 @@ ...@@ -100,6 +100,7 @@
&mmc0 { &mmc0 {
vmmc-supply = <&regulator_3_3v>; vmmc-supply = <&regulator_3_3v>;
vqmmc-supply = <&regulator_3_3v>; vqmmc-supply = <&regulator_3_3v>;
status = "okay";
}; };
&uart0 { &uart0 {
......
...@@ -30,4 +30,5 @@ ...@@ -30,4 +30,5 @@
&mmc0 { /* On-SoM eMMC */ &mmc0 { /* On-SoM eMMC */
bus-width = <8>; bus-width = <8>;
status = "okay";
}; };
...@@ -84,6 +84,7 @@ ...@@ -84,6 +84,7 @@
cd-gpios = <&portb 18 0>; cd-gpios = <&portb 18 0>;
vmmc-supply = <&regulator_3_3v>; vmmc-supply = <&regulator_3_3v>;
vqmmc-supply = <&regulator_3_3v>; vqmmc-supply = <&regulator_3_3v>;
status = "okay";
}; };
&usb1 { &usb1 {
......
...@@ -80,6 +80,7 @@ ...@@ -80,6 +80,7 @@
&mmc0 { &mmc0 {
vmmc-supply = <&regulator_3_3v>; vmmc-supply = <&regulator_3_3v>;
vqmmc-supply = <&regulator_3_3v>; vqmmc-supply = <&regulator_3_3v>;
status = "okay";
}; };
&usb1 { &usb1 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册