From 37fc0728bb76fbff039af30e09a24671207cbf65 Mon Sep 17 00:00:00 2001 From: Ricardo Martins Date: Tue, 21 Jan 2014 00:25:51 +0000 Subject: [PATCH] lctr-b2xx: added patches for linux 3.13. --- .../linux/patches-3.13-rc8/00-pps.patch | 43 ------------------- 1 file changed, 43 deletions(-) delete mode 100644 systems/lctr-b2xx/patches/linux/patches-3.13-rc8/00-pps.patch diff --git a/systems/lctr-b2xx/patches/linux/patches-3.13-rc8/00-pps.patch b/systems/lctr-b2xx/patches/linux/patches-3.13-rc8/00-pps.patch deleted file mode 100644 index ef3ef15..0000000 --- a/systems/lctr-b2xx/patches/linux/patches-3.13-rc8/00-pps.patch +++ /dev/null @@ -1,43 +0,0 @@ -diff --git a/arch/arm/boot/dts/am335x-boneblack.dts b/arch/arm/boot/dts/am335x-boneblack.dts -index 6b71ad9..0299c79 100644 ---- a/arch/arm/boot/dts/am335x-boneblack.dts -+++ b/arch/arm/boot/dts/am335x-boneblack.dts -@@ -60,6 +60,17 @@ - 0x1b0 0x03 /* xdma_event_intr0, OMAP_MUX_MODE3 | AM33XX_PIN_OUTPUT */ - >; - }; -+ -+ gps_pps_pins: gps_pps_pins { -+ pinctrl-single,pins = <0x90 (PIN_INPUT_PULLDOWN | MUX_MODE7)>; -+ }; -+ -+ uart1_pins: pinmux_uart1_pins { -+ pinctrl-single,pins = < -+ 0x180 (PIN_INPUT_PULLUP | MUX_MODE0) /* uart1_rxd.uart1_rxd */ -+ 0x184 (PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* uart1_txd.uart1_txd */ -+ >; -+ }; - }; - - &lcdc { -@@ -75,4 +86,19 @@ - pinctrl-1 = <&nxp_hdmi_bonelt_off_pins>; - status = "okay"; - }; -+ -+ pps { -+ compatible = "pps-gpio"; -+ status = "okay"; -+ pinctrl-names = "default"; -+ pinctrl-0 = <&gps_pps_pins>; -+ gpios = <&gpio2 2 0>; -+ assert-rising-edge; -+ }; - }; -+ -+&uart1 { -+ pinctrl-names = "default"; -+ pinctrl-0 = <&uart1_pins>; -+ status = "okay"; -+}; -\ No newline at end of file