aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen2
diff options
context:
space:
mode:
authorYannick Gicquel <yannick.gicquel@iot.bzh>2016-09-07 18:13:11 +0200
committerYannick Gicquel <yannick.gicquel@iot.bzh>2016-09-07 19:00:17 +0200
commitb501ae5c26b36b5e0434a486273b4b8f4469a020 (patch)
tree26c96a435766f63926087fe6aeda301d6994aadd /meta-rcar-gen2
parent4ff0bb079c1e92c7a7226d94e707f908ec756004 (diff)
kernel: device tree avb fixup
to be investigate why these entry do not build (missing patch before pext01 branch?) Change-Id: I45adddd5d8f07fdb753767e45c83847e1f217c3b Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
Diffstat (limited to 'meta-rcar-gen2')
-rw-r--r--meta-rcar-gen2/recipes-kernel/linux/linux-renesas/porter/0101-porter-ext01-dts-disable-avb-mlb.patch47
-rw-r--r--meta-rcar-gen2/recipes-kernel/linux/linux-renesas_3.10.bb1
2 files changed, 48 insertions, 0 deletions
diff --git a/meta-rcar-gen2/recipes-kernel/linux/linux-renesas/porter/0101-porter-ext01-dts-disable-avb-mlb.patch b/meta-rcar-gen2/recipes-kernel/linux/linux-renesas/porter/0101-porter-ext01-dts-disable-avb-mlb.patch
new file mode 100644
index 0000000..5cca638
--- /dev/null
+++ b/meta-rcar-gen2/recipes-kernel/linux/linux-renesas/porter/0101-porter-ext01-dts-disable-avb-mlb.patch
@@ -0,0 +1,47 @@
+From ffdb740fd7789824502598815521a8fe9c658356 Mon Sep 17 00:00:00 2001
+From: Yannick Gicquel <yannick.gicquel@iot.bzh>
+Date: Wed, 7 Sep 2016 17:07:10 +0200
+Subject: [PATCH] porter-ext01: dts: disable avb, mlb
+
+Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
+---
+ arch/arm/boot/dts/r8a7791-porter-ext01.dts | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+diff --git a/arch/arm/boot/dts/r8a7791-porter-ext01.dts b/arch/arm/boot/dts/r8a7791-porter-ext01.dts
+index 62c6417..bc83446 100644
+--- a/arch/arm/boot/dts/r8a7791-porter-ext01.dts
++++ b/arch/arm/boot/dts/r8a7791-porter-ext01.dts
+@@ -501,6 +501,7 @@
+ status = "okay";
+ };
+
++/* ygl: disable for now
+ &avb {
+ pinctrl-0 = <&avb_pins>;
+ pinctrl-names = "default";
+@@ -523,6 +524,7 @@
+ phy-int-gpio = <&gpio5 16 GPIO_ACTIVE_LOW>;
+ status = "okay";
+ };
++*/
+
+ &sata0 {
+ status = "okay";
+@@ -716,11 +718,13 @@
+ };
+ };
+
++/* ygl: disable for now
+ &mlp {
+ pinctrl-names = "default";
+ pinctrl-0 = <&mlb3_pins>;
+ status = "okay";
+ };
++*/
+
+ &pci0 {
+ status = "okay";
+--
+1.9.1
+
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 791786a..5f35220 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
@@ -91,6 +91,7 @@ SRC_URI_append_porter = " \
file://porter/0038-Porter-LVDS-display-LQ123K1LG03.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 \
+ file://porter/0101-porter-ext01-dts-disable-avb-mlb.patch \
"
SRC_URI_append_silk = " \