All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/5] arm: dts: exynos4x12: fix the minor things
@ 2016-10-24  6:08 Jaehoon Chung
  2016-10-24  6:08 ` [U-Boot] [PATCH 2/5] arm: dts: exynos4x12: remove the dupulicated node Jaehoon Chung
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Jaehoon Chung @ 2016-10-24  6:08 UTC (permalink / raw)
  To: u-boot

Fixed the minor things.
1. Removed '`' thing in comments
2. Fix the wrong interrupts value from 77 to 131

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
---
 arch/arm/dts/exynos4x12.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/dts/exynos4x12.dtsi b/arch/arm/dts/exynos4x12.dtsi
index 5d58c6e..b83a0d3 100644
--- a/arch/arm/dts/exynos4x12.dtsi
+++ b/arch/arm/dts/exynos4x12.dtsi
@@ -14,7 +14,7 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
-` * published by the Free Software Foundation.
+ * published by the Free Software Foundation.
 */
 
 #include "exynos4.dtsi"
@@ -104,7 +104,7 @@
 	mshc_0: mmc at 12550000 {
 		compatible = "samsung,exynos4412-dw-mshc";
 		reg = <0x12550000 0x1000>;
-		interrupts = <0 77 0>;
+		interrupts = <0 131 0>;
 		#address-cells = <1>;
 		#size-cells = <0>;
 		fifo-depth = <0x80>;
-- 
2.10.1

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-10-27  1:58 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-24  6:08 [U-Boot] [PATCH 1/5] arm: dts: exynos4x12: fix the minor things Jaehoon Chung
2016-10-24  6:08 ` [U-Boot] [PATCH 2/5] arm: dts: exynos4x12: remove the dupulicated node Jaehoon Chung
2016-10-26 16:31   ` Simon Glass
2016-10-27  1:55     ` Jaehoon Chung
2016-10-24  6:08 ` [U-Boot] [PATCH 3/5] arm: dts: exynos4: change the compatible to meaning name Jaehoon Chung
2016-10-26 16:31   ` Simon Glass
2016-10-27  1:58     ` Jaehoon Chung
2016-10-24  6:08 ` [U-Boot] [PATCH 4/5] arm: dts: exynos4: change to use their parent node Jaehoon Chung
2016-10-26 16:31   ` Simon Glass
2016-10-27  1:58     ` Jaehoon Chung
2016-10-24  6:08 ` [U-Boot] [PATCH 5/5] configs: add the CONFIG_BLK and CONFIG_DM_MMC/OPS for exynos4 series Jaehoon Chung
2016-10-26 16:31   ` Simon Glass
2016-10-27  1:58     ` Jaehoon Chung
2016-10-24 23:04 ` [U-Boot] [PATCH 1/5] arm: dts: exynos4x12: fix the minor things Tom Rini
2016-10-27  1:55   ` Jaehoon Chung

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.