[kernel] r22561 - in dists/jessie/linux/debian: . patches patches/bugfix/arm

Ian James Campbell ijc at moszumanska.debian.org
Wed May 6 05:54:36 UTC 2015


Author: ijc
Date: Wed May  6 05:54:36 2015
New Revision: 22561

Log:
[armhf] dts: imx53: correct clock-names of SATA node (Closes: #784344)

Added:
   dists/jessie/linux/debian/patches/bugfix/arm/ARM-dts-imx53-correct-clock-names-of-SATA-node.patch
Modified:
   dists/jessie/linux/debian/changelog
   dists/jessie/linux/debian/patches/series

Modified: dists/jessie/linux/debian/changelog
==============================================================================
--- dists/jessie/linux/debian/changelog	Wed May  6 05:54:33 2015	(r22560)
+++ dists/jessie/linux/debian/changelog	Wed May  6 05:54:36 2015	(r22561)
@@ -7,6 +7,7 @@
   [ Ian Campbell ]
   * [armhf] Enable support for Freescale SNVS RTC. (Closes: #782364)
   * [armhf] Add ehci-orion module to usb-modules udeb. (Closes: #783324)
+  * [armhf] dts: imx53: correct clock-names of SATA node (Closes: #784344)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Mon, 27 Apr 2015 21:17:17 +0100
 

Added: dists/jessie/linux/debian/patches/bugfix/arm/ARM-dts-imx53-correct-clock-names-of-SATA-node.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/jessie/linux/debian/patches/bugfix/arm/ARM-dts-imx53-correct-clock-names-of-SATA-node.patch	Wed May  6 05:54:36 2015	(r22561)
@@ -0,0 +1,32 @@
+From 025781539a3ccf867c1e0f2fc63f61cc8c7c5415 Mon Sep 17 00:00:00 2001
+From: Shawn Guo <shawn.guo at freescale.com>
+Date: Tue, 8 Jul 2014 16:14:47 +0800
+Subject: [PATCH] ARM: dts: imx53: correct clock-names of SATA node
+Origin: http://git.kernel.org/linus/025781539a3ccf867c1e0f2fc63f61cc8c7c5415
+
+Per the binding doc imx-sata.txt, the first entry of clock-names should
+be "sata" than anything else.  Correct it for imx53 SATA node.
+
+It works for now only because SATA driver gets clock by index so far.
+
+Signed-off-by: Shawn Guo <shawn.guo at freescale.com>
+---
+ arch/arm/boot/dts/imx53.dtsi | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
+index 5fe8509..64fa27b 100644
+--- a/arch/arm/boot/dts/imx53.dtsi
++++ b/arch/arm/boot/dts/imx53.dtsi
+@@ -108,7 +108,7 @@
+ 			clocks = <&clks IMX5_CLK_SATA_GATE>,
+ 				 <&clks IMX5_CLK_SATA_REF>,
+ 				 <&clks IMX5_CLK_AHB>;
+-			clock-names = "sata_gate", "sata_ref", "ahb";
++			clock-names = "sata", "sata_ref", "ahb";
+ 			status = "disabled";
+ 		};
+ 
+-- 
+2.1.4
+

Modified: dists/jessie/linux/debian/patches/series
==============================================================================
--- dists/jessie/linux/debian/patches/series	Wed May  6 05:54:33 2015	(r22560)
+++ dists/jessie/linux/debian/patches/series	Wed May  6 05:54:36 2015	(r22561)
@@ -66,6 +66,7 @@
 bugfix/x86/x86-microcode-intel-guard-against-stack-overflow-in-.patch
 bugfix/x86/drm-i915-add-limited-color-range-readout-for-hdmi-dp.patch
 bugfix/x86/powercap-rapl-change-domain-detection-message.patch
+bugfix/arm/ARM-dts-imx53-correct-clock-names-of-SATA-node.patch
 
 # Arch features
 features/mips/MIPS-Support-hard-limit-of-cpu-count-nr_cpu_ids.patch



More information about the Kernel-svn-changes mailing list