aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYannick Gicquel <yannick.gicquel@iot.bzh>2016-09-07 16:51:20 +0200
committerYannick Gicquel <yannick.gicquel@iot.bzh>2016-09-07 19:00:16 +0200
commit4ff0bb079c1e92c7a7226d94e707f908ec756004 (patch)
treee234e33b9cae65ed1fe4237a973a6478dcf5d54e
parent79640e49a585354e2f7c7c17352b13a5f7da29f6 (diff)
fix build
Change-Id: I537f3a894e9b065d21ee58bf706dc3fe0c8b9f57 Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
-rw-r--r--meta-rcar-gen2/recipes-kernel/linux/linux-renesas/porter/0099-Porter-add-separate-dts-for-ext01-extension-board.patch12
-rw-r--r--meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb2
2 files changed, 6 insertions, 8 deletions
diff --git a/meta-rcar-gen2/recipes-kernel/linux/linux-renesas/porter/0099-Porter-add-separate-dts-for-ext01-extension-board.patch b/meta-rcar-gen2/recipes-kernel/linux/linux-renesas/porter/0099-Porter-add-separate-dts-for-ext01-extension-board.patch
index d2cac49..2bd1c89 100644
--- a/meta-rcar-gen2/recipes-kernel/linux/linux-renesas/porter/0099-Porter-add-separate-dts-for-ext01-extension-board.patch
+++ b/meta-rcar-gen2/recipes-kernel/linux/linux-renesas/porter/0099-Porter-add-separate-dts-for-ext01-extension-board.patch
@@ -15,13 +15,13 @@ diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 5e951fb..68c86f8 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
-@@ -231,6 +231,7 @@ dtb-$(CONFIG_ARCH_ZYNQ) += zynq-zc702.dtb \
- # R-Car Gen2 AVB variants
- dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += \
- r8a7791-koelsch-eavb.dtb \
+@@ -231,6 +231,7 @@ dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += emev2-kzm9d.dtb \
+ r7s72100-genmai.dtb \
+ r8a7791-henninger.dtb \
+ r8a7791-koelsch.dtb \
+ r8a7791-porter-ext01.dtb \
- r8a7791-porter-eavb.dtb \
- r8a7790-lager-eavb.dtb
+ r8a7791-porter.dtb \
+ r8a7790-lager.dtb
diff --git a/arch/arm/boot/dts/r8a7791-porter-ext01.dts b/arch/arm/boot/dts/r8a7791-porter-ext01.dts
new file mode 100644
diff --git a/meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb b/meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb
index bd8817f..791786a 100644
--- a/meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb
+++ b/meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb
@@ -65,7 +65,6 @@ SRC_URI_append_porter = " \
"
SRC_URI_append_porter = " \
- file://porter/0002-Porter-adapt-max9272-ov10635-driver-for-porter-exp-b.patch \
file://porter/0003-Porter-add-LVDS-camera.patch \
file://porter/0004-GPIO-CPLD-gpio-extender-driver.patch \
file://porter/0012-regmap-Implemented-default-cache-sync-operation.patch \
@@ -90,7 +89,6 @@ SRC_URI_append_porter = " \
file://porter/0031-ASoC-R-car-SSI-fix-SSI-slave-mode-setup-while-TDM-an.patch \
file://porter/0032-mmc-Add-SDIO-function-devicetree-subnode-parsing.patch \
file://porter/0038-Porter-LVDS-display-LQ123K1LG03.patch \
- file://porter/0060-Remove-delay-at-LVDS-camera-initialization.patch \
file://porter/0099-Porter-add-separate-dts-for-ext01-extension-board.patch \
file://porter/0100-Porter-ext01-add-dummy-regulator-to-select-48000-sou.patch \
"