bb-kernel/KERNEL$ git diff --cached

diff --git a/firmware/capes/cape-bone-dvi-00A0.dts
b/firmware/capes/cape-bone-dvi-00A0.dts
index 577a474..453d495 100644
--- a/firmware/capes/cape-bone-dvi-00A0.dts
+++ b/firmware/capes/cape-bone-dvi-00A0.dts
@@ -44,7 +44,6 @@
                /* the hardware IP uses */
                "gpio1_18",
                "gpio1_19",
-               "gpio1_7",
                "lcd";

        fragment@0 {
@@ -60,7 +59,6 @@

                        bone_dvi_cape_dvi_00A0_pins:
pinmux_bone_dvi_cape_dvi_00A0_pins {
                                pinctrl-single,pins = <
-                                       0x1c 0x07       /*
gpmc_ad7.gpio1_7, OUTPUT | MODE7 - DVIPDn */

                                        0xa0 0x08       /*
lcd_data0.lcd_data0, OMAP_MUX_MODE0 | AM33XX_PIN_OUTPUT | AM33XX_PULL_DISA
*/
                                        0xa4 0x08       /*
lcd_data1.lcd_data1, OMAP_MUX_MODE0 | AM33XX_PIN_OUTPUT | AM33XX_PULL_DISA
*/
diff --git a/firmware/capes/cape-bone-dvi-00A1.dts
b/firmware/capes/cape-bone-dvi-00A1.dts
index ac8b4c5..a7007ce 100644
--- a/firmware/capes/cape-bone-dvi-00A1.dts
+++ b/firmware/capes/cape-bone-dvi-00A1.dts
@@ -48,7 +48,6 @@
                /* the hardware IP uses */
                "gpio1_18",
                "gpio1_19",
-               "gpio1_7",
                "mcasp0",
                "lcd";

@@ -65,7 +64,6 @@

                        bone_dvi_cape_dvi_00A1_pins:
pinmux_bone_dvi_cape_dvi_00A1_pins {
                                pinctrl-single,pins = <
-                                       0x1c 0x07       /*
gpmc_ad7.gpio1_7, OUTPUT | MODE7 - DVIPDn */

                                        0xa0 0x08       /*
lcd_data0.lcd_data0, OMAP_MUX_MODE0 | AM33XX_PIN_OUTPUT | AM33XX_PULL_DISA
*/
                                        0xa4 0x08       /*
lcd_data1.lcd_data1, OMAP_MUX_MODE0 | AM33XX_PIN_OUTPUT | AM33XX_PULL_DISA
*/
diff --git a/firmware/capes/cape-bone-dvi-00A2.dts
b/firmware/capes/cape-bone-dvi-00A2.dts
index 4c54804..78948fd 100644
--- a/firmware/capes/cape-bone-dvi-00A2.dts
+++ b/firmware/capes/cape-bone-dvi-00A2.dts
@@ -44,7 +44,6 @@
                /* the hardware IP uses */
                "gpio1_18",
                "gpio1_19",
-               "gpio1_7",
                "lcd";

        fragment@0 {
@@ -60,7 +59,6 @@

                        bone_dvi_cape_dvi_00A2_pins:
pinmux_bone_dvi_cape_dvi_00A2_pins {
                                pinctrl-single,pins = <
-                                       0x1c 0x07       /*
gpmc_ad7.gpio1_7, OUTPUT | MODE7 - DVIPDn */

                                        0xa0 0x08       /*
lcd_data0.lcd_data0, OMAP_MUX_MODE0 | AM33XX_PIN_OUTPUT | AM33XX_PULL_DISA
*/
                                        0xa4 0x08       /*
lcd_data1.lcd_data1, OMAP_MUX_MODE0 | AM33XX_PIN_OUTPUT | AM33XX_PULL_DISA
*/


2015-11-24 18:33 GMT+03:00 Maxim Podbereznyy <[email protected]>:

> Hi! I want to compile kernel 3.8 but the following errors appear:
>
> + Detected build host [Ubuntu 12.04.1 LTS]
> + host: [x86_64]
> + git HEAD commit: [88e56c40cf009f72eb531e5fb25f59e172e1868c]
> -----------------------------
> scripts/gcc: Using: arm-linux-gnueabihf-gcc (crosstool-NG
> linaro-1.13.1-4.7-2013
>
>                             .04-20130415 - Linaro GCC 2013.04) 4.7.3
> 20130328 (prerelease)
> Copyright (C) 2012 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> -----------------------------
> CROSS_COMPILE=/media/storage/Projects/usomiq/test.3.8/bb-kernel/dl/gcc-linaro-ar
>
>
>     m-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-
> -----------------------------
> scripts/git: LINUX_GIT not defined in system.sh
> using default location:
> /media/storage/Projects/usomiq/test.3.8/bb-kernel/ignore
>
>                                                               /linux-src/
> -----------------------------
> scripts/git: Debug: LINUX_GIT is setup as:
> [/media/storage/Projects/usomiq/test.
>
>                                           3.8/bb-kernel/ignore/linux-src].
> scripts/git: [url=
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
>
>                                                                       .git]
> -----------------------------
> [v3.8.13-bone79 ab683b3] empty cleanup commit
> HEAD is now at ab683b3 empty cleanup commit
> Checking out files: 100% (45769/45769), done.
> Switched to branch 'master'
> Your branch is ahead of 'origin/master' by 1 commit.
> fatal: No path specified. See 'man git-pull' for valid url syntax
> Deleted branch v3.8.13-bone79 (was ab683b3).
> Checking out files: 100% (45510/45510), done.
> Switched to a new branch 'v3.8.13-bone79'
> v3.8.13
> Starting patch.sh
> dir: dma
> Applying: Without MACH_ option Early printk (DEBUG_LL)
> Applying: ARM: OMAP: Hack AM33xx clock data to allow JTAG use
> Applying: video: st7735fb: add st7735 framebuffer driver
> Applying: dmaengine: add helper function to request a slave DMA channel
> Applying: of: Add generic device tree DMA helpers
> Applying: of: dma- fix build break for !CONFIG_OF
> Applying: of: dma: fix typos in generic dma binding definition
> Applying: dmaengine: fix build failure due to missing semi-colon
> Applying: dmaengine: edma: fix slave config dependency on direction
> Applying: dmaengine: add dma_get_channel_caps()
> Applying: dma: edma: add device_channel_caps() support
> Applying: mmc: davinci: get SG segment limits with dma_get_channel_caps()
> Applying: ARM: davinci: move private EDMA API to arm/common
> Applying: ARM: edma: remove unused transfer controller handlers
> Applying: ARM: edma: add AM33XX support to the private EDMA API
> Applying: dmaengine: edma: enable build for AM33XX
> Applying: dmaengine: edma: Add TI EDMA device tree binding
> Applying: ARM: dts: add AM33XX EDMA support
> Applying: dmaengine: add dma_request_slave_channel_compat()
> Applying: mmc: omap_hsmmc: convert to dma_request_slave_channel_compat()
> Applying: mmc: omap_hsmmc: set max_segs based on dma engine limitations
> Applying: mmc: omap_hsmmc: add generic DMA request support to the DT
> binding
> Applying: ARM: dts: add AM33XX MMC support
> Applying: spi: omap2-mcspi: convert to dma_request_slave_channel_compat()
> Applying: spi: omap2-mcspi: add generic DMA request support to the DT
> binding
> Applying: ARM: dts: add AM33XX SPI DMA support
> Applying: ARM: dts: Add SPI Flash support to am335x-evm
> Applying: Documentation: bindings: add spansion
> Applying: ARM: dts: enable spi1 node and pinmux on BeagleBone
> Applying: ARM: dts: add BeagleBone Adafruit 1.8 LCD support
> Applying: misc: add gpevt driver
> Applying: ARM: dts: add BeagleBone gpevt support
> Applying: ARM: configs: working dmaengine configs for da8xx and am33xx
>
> ......snip..
>
> Applying: add: am335x-bonegreen
> error: arch/arm/boot/dts/Makefile: does not match index
> error: firmware/capes/cape-bone-dvi-00A0.dts: does not match index
> error: firmware/capes/cape-bone-dvi-00A1.dts: does not match index
> error: firmware/capes/cape-bone-dvi-00A2.dts: does not match index
> Patch failed at 0001 add: am335x-bonegreen
> When you have resolved this problem run "git am --resolved".
> If you would prefer to skip this patch, instead run "git am --skip".
> To restore the original branch and stop patching run "git am --abort".
>
>
> How to fix it?
> --
> LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
> Company - http://www.linkedin.com/company/mentorel
> Facebook - https://www.facebook.com/mentorel.company
>



-- 
LinkedIn - http://www.linkedin.com/in/maximpodbereznyy
Company - http://www.linkedin.com/company/mentorel
Facebook - https://www.facebook.com/mentorel.company

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to