From 4de23dc93df3b8d77c468b16b1d2003a66eb9447 Mon Sep 17 00:00:00 2001 From: Thuy Tran Date: Wed, 15 Nov 2017 14:33:39 +0700 Subject: 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 Signed-off-by: Takamitsu Honda --- ...m64-dts-r8a7796-Add-MFIS-Lock-device-node.patch | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0004-Revert-arm64-dts-r8a7796-Add-MFIS-Lock-device-node.patch (limited to 'meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0004-Revert-arm64-dts-r8a7796-Add-MFIS-Lock-device-node.patch') diff --git a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0004-Revert-arm64-dts-r8a7796-Add-MFIS-Lock-device-node.patch b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0004-Revert-arm64-dts-r8a7796-Add-MFIS-Lock-device-node.patch new file mode 100644 index 0000000..22115f8 --- /dev/null +++ b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/0004-Revert-arm64-dts-r8a7796-Add-MFIS-Lock-device-node.patch @@ -0,0 +1,43 @@ +From 9274cd15e1b16496cd160c70c86a65fe7b61b451 Mon Sep 17 00:00:00 2001 +From: Hiroki Negishi +Date: Mon, 13 Nov 2017 11:37:41 +0900 +Subject: [PATCH 04/23] Revert "arm64: dts: r8a7796: Add MFIS Lock device node" + +This reverts commit 8878a2390883 ("arm64: dts: r8a7796: Add MFIS +Lock device node") + +Signed-off-by: Hiroki Negishi +--- + arch/arm64/boot/dts/renesas/r8a7796.dtsi | 9 +-------- + 1 file changed, 1 insertion(+), 8 deletions(-) + +diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi b/arch/arm64/boot/dts/renesas/r8a7796.dtsi +index 539bd38..2da6f29 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-2017 Renesas Electronics Corp. ++ * Copyright (C) 2016 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,13 +753,6 @@ + power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; + }; + +- mfis: mfis@e6260000 { +- compatible = "renesas,mfis-lock-r8a7796", +- "renesas,mfis-lock"; +- reg = <0 0xe6260000 0 0x1000>; +- #hwlock-cells = <1>; +- }; +- + pfc: pin-controller@e6060000 { + compatible = "renesas,pfc-r8a7796"; + reg = <0 0xe6060000 0 0x50c>; +-- +1.9.1 + -- cgit 1.2.3-korg