aboutsummaryrefslogtreecommitdiffstats
path: root/patches/0709-ARM-dts-r8a7791-Remove-CMT-renesas-channels-mask.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/0709-ARM-dts-r8a7791-Remove-CMT-renesas-channels-mask.patch')
-rw-r--r--patches/0709-ARM-dts-r8a7791-Remove-CMT-renesas-channels-mask.patch46
1 files changed, 46 insertions, 0 deletions
diff --git a/patches/0709-ARM-dts-r8a7791-Remove-CMT-renesas-channels-mask.patch b/patches/0709-ARM-dts-r8a7791-Remove-CMT-renesas-channels-mask.patch
new file mode 100644
index 00000000000000..cb47b65e9d8101
--- /dev/null
+++ b/patches/0709-ARM-dts-r8a7791-Remove-CMT-renesas-channels-mask.patch
@@ -0,0 +1,46 @@
+From d43bce8066c60923bf1c7cdf69852fc2ece8323d Mon Sep 17 00:00:00 2001
+From: Magnus Damm <damm+renesas@opensource.se>
+Date: Tue, 28 Nov 2017 14:47:33 +0100
+Subject: [PATCH 0709/1795] ARM: dts: r8a7791: Remove CMT renesas,channels-mask
+
+Update the DTS to remove the now deprecated "renesas,channels-mask"
+property.
+
+The channel information is now kept in the device driver and can easily
+be determined based on the compat string.
+
+Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
+Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
+Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
+(cherry picked from commit d3fb90537855bb7f27d6256446197675ffb4a1bd)
+Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
+Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
+---
+ arch/arm/boot/dts/r8a7791.dtsi | 4 ----
+ 1 file changed, 4 deletions(-)
+
+diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
+index a69d6f883b34..dfc1c406179f 100644
+--- a/arch/arm/boot/dts/r8a7791.dtsi
++++ b/arch/arm/boot/dts/r8a7791.dtsi
+@@ -266,8 +266,6 @@
+ power-domains = <&sysc R8A7791_PD_ALWAYS_ON>;
+ resets = <&cpg 124>;
+
+- renesas,channels-mask = <0x60>;
+-
+ status = "disabled";
+ };
+
+@@ -287,8 +285,6 @@
+ power-domains = <&sysc R8A7791_PD_ALWAYS_ON>;
+ resets = <&cpg 329>;
+
+- renesas,channels-mask = <0xff>;
+-
+ status = "disabled";
+ };
+
+--
+2.19.0
+