diff options
author | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2017-11-15 14:33:39 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2017-11-24 20:15:23 +0700 |
commit | 4de23dc93df3b8d77c468b16b1d2003a66eb9447 (patch) | |
tree | 31dedadeec9cec34a61a5fe0cdee1478307ae9d3 /meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0003-Revert-arm64-dts-r8a7796-Add-MFIS-device-node.patch | |
parent | f218c158a4291c9715d304e6429489f88fbe5a84 (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/0003-Revert-arm64-dts-r8a7796-Add-MFIS-device-node.patch')
-rw-r--r-- | meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0003-Revert-arm64-dts-r8a7796-Add-MFIS-device-node.patch | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0003-Revert-arm64-dts-r8a7796-Add-MFIS-device-node.patch b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0003-Revert-arm64-dts-r8a7796-Add-MFIS-device-node.patch new file mode 100644 index 0000000..2fc76e1 --- /dev/null +++ b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0003-Revert-arm64-dts-r8a7796-Add-MFIS-device-node.patch @@ -0,0 +1,35 @@ +From dea7584314f0d060e6d5d818b1c00c7053f53777 Mon Sep 17 00:00:00 2001 +From: Hiroki Negishi <hiroki.negishi.bx@renesas.com> +Date: Mon, 13 Nov 2017 11:36:10 +0900 +Subject: [PATCH 03/23] Revert "arm64: dts: r8a7796: Add MFIS device node" + +This reverts commit f249493ec3e2 ("arm64: dts: r8a7796: Add MFIS +device node") + +Signed-off-by: Hiroki Negishi <hiroki.negishi.bx@renesas.com> +--- + arch/arm64/boot/dts/renesas/r8a7796.dtsi | 8 -------- + 1 file changed, 8 deletions(-) + +diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi b/arch/arm64/boot/dts/renesas/r8a7796.dtsi +index 552892b..539bd38 100644 +--- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi ++++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi +@@ -758,14 +758,6 @@ + "renesas,mfis-lock"; + reg = <0 0xe6260000 0 0x1000>; + #hwlock-cells = <1>; +- +- mfis_as: mfis-as { +- compatible = "renesas,mfis-as-r8a7796", +- "renesas,mfis-as"; +- interrupts = <GIC_SPI 180 IRQ_TYPE_LEVEL_HIGH>; +- interrupt-names = "eicr0"; +- renesas,mfis-ch = <0>; +- }; + }; + + pfc: pin-controller@e6060000 { +-- +1.9.1 + |