summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0013-Revert-Revert-arm64-dts-r8a7796-Add-MFIS-device-node.patch
diff options
context:
space:
mode:
authorThuy Tran <thuy.tran.xh@rvc.renesas.com>2017-11-15 14:33:39 +0700
committerThuy Tran <thuy.tran.xh@rvc.renesas.com>2017-11-24 20:15:23 +0700
commit4de23dc93df3b8d77c468b16b1d2003a66eb9447 (patch)
tree31dedadeec9cec34a61a5fe0cdee1478307ae9d3 /meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0013-Revert-Revert-arm64-dts-r8a7796-Add-MFIS-device-node.patch
parentf218c158a4291c9715d304e6429489f88fbe5a84 (diff)
rcar-gen3: linux-renesas: Update SRC_URI to support ICCOM module
This commit modifies Linux BSP recipes to add more patches to support ICCOM module. Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0013-Revert-Revert-arm64-dts-r8a7796-Add-MFIS-device-node.patch')
-rw-r--r--meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0013-Revert-Revert-arm64-dts-r8a7796-Add-MFIS-device-node.patch45
1 files changed, 45 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0013-Revert-Revert-arm64-dts-r8a7796-Add-MFIS-device-node.patch b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0013-Revert-Revert-arm64-dts-r8a7796-Add-MFIS-device-node.patch
new file mode 100644
index 0000000..b46ca79
--- /dev/null
+++ b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0013-Revert-Revert-arm64-dts-r8a7796-Add-MFIS-device-node.patch
@@ -0,0 +1,45 @@
+From 355dfb61f132b37bf775c643c2b035da15219ef5 Mon Sep 17 00:00:00 2001
+From: Hiroki Negishi <hiroki.negishi.bx@renesas.com>
+Date: Mon, 13 Nov 2017 11:52:02 +0900
+Subject: [PATCH 13/23] Revert "Revert "arm64: dts: r8a7796: Add MFIS device
+ node""
+
+This reverts commit a088770496a8 ("Revert "arm64: dts: r8a7796:
+Add MFIS device node"")
+
+Signed-off-by: Hiroki Negishi <hiroki.negishi.bx@renesas.com>
+---
+ arch/arm64/boot/dts/renesas/r8a7796.dtsi | 10 +++++++++-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
+index 2da6f29..fc1cd08 100644
+--- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi
++++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
+@@ -1,7 +1,7 @@
+ /*
+ * Device Tree Source for the r8a7796 SoC
+ *
+- * Copyright (C) 2016 Renesas Electronics Corp.
++ * Copyright (C) 2016-2017 Renesas Electronics Corp.
+ *
+ * This file is licensed under the terms of the GNU General Public License
+ * version 2. This program is licensed "as is" without any warranty of any
+@@ -753,6 +753,14 @@
+ power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
+ };
+
++ mfis: mfis@e6260000 {
++ compatible = "renesas,mfis-r8a7796", "renesas,mfis";
++ reg = <0 0xe6260000 0 0x0200>;
++ interrupts = <GIC_SPI 180 IRQ_TYPE_LEVEL_HIGH>;
++ interrupt-names = "eicr0";
++ status = "okay";
++ };
++
+ pfc: pin-controller@e6060000 {
+ compatible = "renesas,pfc-r8a7796";
+ reg = <0 0xe6060000 0 0x50c>;
+--
+1.9.1
+