Author: blogic Date: 2014-09-01 15:21:52 +0200 (Mon, 01 Sep 2014) New Revision: 42378
Modified: branches/barrier_breaker/target/linux/ramips/dts/VOCORE.dts branches/barrier_breaker/target/linux/ramips/rt305x/profiles/vocore.mk Log: ramips: enable second SPI for VoCore This patch enables the second SPI as spidev and also fixes some typos. Signed-off-by: ?\195?\129lvaro Fern?\195?\161ndez Rojas <[email protected]> Backport of r42277 Modified: branches/barrier_breaker/target/linux/ramips/dts/VOCORE.dts =================================================================== --- branches/barrier_breaker/target/linux/ramips/dts/VOCORE.dts 2014-09-01 13:21:51 UTC (rev 42377) +++ branches/barrier_breaker/target/linux/ramips/dts/VOCORE.dts 2014-09-01 13:21:52 UTC (rev 42378) @@ -22,14 +22,14 @@ #address-cells = <1>; #size-cells = <1>; compatible = "s25fl064k"; - reg = <0 0>; + reg = <0>; linux,modalias = "m25p80", "s25fl064k"; spi-max-frequency = <10000000>; partition@0 { label = "uboot"; reg = <0x0 0x30000>; - read_only; + read-only; }; partition@30000 { @@ -49,13 +49,19 @@ reg = <0x50000 0x7b0000>; }; }; + + spidev@1 { + compatible = "linux,spidev"; + spi-max-frequency = <10000000>; + reg = <1>; + }; }; }; pinctrl { state_default: pinctrl0 { gpio { - ralink,group = "jtag", "uartf", "led", "spi_cs1"; + ralink,group = "jtag", "uartf", "led"; ralink,function = "gpio"; }; }; @@ -192,13 +198,6 @@ gpio-export,direction_may_change = <1>; gpios = <&gpio1 4 0>; }; - - /* SPI_CS1 */ - gpio27 { - gpio-export,name = "gpio27"; - gpio-export,direction_may_change = <1>; - gpios = <&gpio1 5 0>; - }; }; gpio-leds { Modified: branches/barrier_breaker/target/linux/ramips/rt305x/profiles/vocore.mk =================================================================== --- branches/barrier_breaker/target/linux/ramips/rt305x/profiles/vocore.mk 2014-09-01 13:21:51 UTC (rev 42377) +++ branches/barrier_breaker/target/linux/ramips/rt305x/profiles/vocore.mk 2014-09-01 13:21:52 UTC (rev 42378) @@ -9,7 +9,8 @@ NAME:=VoCore PACKAGES:=\ kmod-usb-core kmod-usb-ohci kmod-usb2 \ - kmod-i2c-core kmod-i2c-ralink + kmod-i2c-core kmod-i2c-ralink \ + kmod-spi-dev endef define Profile/VOCORE/Description _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
