]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge tag 'socfpga_update_for_v3.18' of git://git.rocketboards.org/linux-socfpga...
authorArnd Bergmann <arnd@arndb.de>
Tue, 9 Sep 2014 14:49:28 +0000 (16:49 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 9 Sep 2014 14:49:28 +0000 (16:49 +0200)
Pull "arm: dts: Add Altera SDRAM EDAC bindings & devicetree entries" From Dinh Nguyen:

5 of the 6 patches are DTS updates and the 1 patch is updating
the MAINTAINERS entry with my new email address.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* tag 'socfpga_update_for_v3.18' of git://git.rocketboards.org/linux-socfpga-next:
  arm: dts: Add Altera SDRAM EDAC bindings & devicetree entries.
  ARM: dts: socfpga: memreserve first 4KB for future system use
  ARM: dts: socfpga: Add SD card detect
  ARM: dts: socfpga: remove extra alias in the ArriaV devkit
  ARM: dts: socfpga: unuse the slot-node and deprecate the supports-highspeed for dw-mmc
  MAINTAINERS: update entries for ARM/SOCFPGA platform

1  2 
arch/arm/boot/dts/r8a7791-koelsch.dts
arch/arm/boot/dts/rk3066a-bqcurie2.dts
arch/arm/boot/dts/rk3188-radxarock.dts

Simple merge
index 665dd56f4f79cd0791a70ac0ecdf0563932c33bd,c9d912da61415b104d62f045b88de810924ac009..d5344510c6763f3dbd2b74c0c71593db213fdbdd
  &mmc0 { /* sdmmc */
        num-slots = <1>;
        status = "okay";
+       pinctrl-names = "default";
+       pinctrl-0 = <&sd0_clk>, <&sd0_cmd>, <&sd0_cd>, <&sd0_bus4>;
        vmmc-supply = <&vcc_sd0>;
 -
 -      slot@0 {
 -              reg = <0>;
 -              bus-width = <4>;
 -              disable-wp;
 -      };
 +      bus-width = <4>;
 +      disable-wp;
  };
  
  &mmc1 { /* wifi */
index ff35acfa8ae7ffe0689fa90adba8cda14a964436,5e4e3c238b2d1d79faca9c3ac803e4bf97c322fb..2c2313ff67c60ef9cfbb05ec72a05b0abeec1b2d
  &mmc0 {
        num-slots = <1>;
        status = "okay";
+       pinctrl-names = "default";
+       pinctrl-0 = <&sd0_clk>, <&sd0_cmd>, <&sd0_cd>, <&sd0_bus4>;
        vmmc-supply = <&vcc_sd0>;
  
 -      slot@0 {
 -              reg = <0>;
 -              bus-width = <4>;
 -              disable-wp;
 -      };
 +      bus-width = <4>;
 +      disable-wp;
  };
  
  &pinctrl {