
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@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>;