diff mbox

[1/3] ARM: EXYNOS5: Add fimd node to the exynos5250 dtsi file

Message ID 1347992531-27279-2-git-send-email-l.krishna@samsung.com (mailing list archive)
State New, archived
Headers show

Commit Message

Leela Krishna Amudala Sept. 18, 2012, 6:22 p.m. UTC
This patch adds the fimd node with compatibility string, hardware address,
interrupt line numbers to the exynos5250 dtsi file.

Signed-off-by: Leela Krishna Amudala <l.krishna@samsung.com>
---
 arch/arm/boot/dts/exynos5250.dtsi |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

Comments

Jingoo Han Sept. 20, 2012, 8:03 a.m. UTC | #1
On Wednesday, September 19, 2012 3:22 AM Leela Krishna Amudala wrote
> 
> This patch adds the fimd node with compatibility string, hardware address,
> interrupt line numbers to the exynos5250 dtsi file.
> 
> Signed-off-by: Leela Krishna Amudala <l.krishna@samsung.com>
> ---
>  arch/arm/boot/dts/exynos5250.dtsi |    7 +++++++
>  1 files changed, 7 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
> index b55794b..6d27ca4 100644
> --- a/arch/arm/boot/dts/exynos5250.dtsi
> +++ b/arch/arm/boot/dts/exynos5250.dtsi
> @@ -488,4 +488,11 @@
>  		reg = <0x13e30000 0x1000>;
>  		interrupts = <0 88 0>;
>  	};
> +
> +	fimd {
> +		compatible = "samsung,exynos5-drm";

Should it be "samsung,exynos5-fimd"?


> +		interrupt-parent = <&combiner>;
> +		reg = <0x14400000 0x40000>;
> +		interrupts = <18 5>, <18 4>, <18 6>;
> +	};
>  };
> --
> 1.7.0.4
Leela Krishna Amudala Sept. 20, 2012, 9:28 a.m. UTC | #2
Hello,

On Thu, Sep 20, 2012 at 1:33 PM, Jingoo Han <jg1.han@samsung.com> wrote:
> On Wednesday, September 19, 2012 3:22 AM Leela Krishna Amudala wrote
>>
>> This patch adds the fimd node with compatibility string, hardware address,
>> interrupt line numbers to the exynos5250 dtsi file.
>>
>> Signed-off-by: Leela Krishna Amudala <l.krishna@samsung.com>
>> ---
>>  arch/arm/boot/dts/exynos5250.dtsi |    7 +++++++
>>  1 files changed, 7 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
>> index b55794b..6d27ca4 100644
>> --- a/arch/arm/boot/dts/exynos5250.dtsi
>> +++ b/arch/arm/boot/dts/exynos5250.dtsi
>> @@ -488,4 +488,11 @@
>>               reg = <0x13e30000 0x1000>;
>>               interrupts = <0 88 0>;
>>       };
>> +
>> +     fimd {
>> +             compatible = "samsung,exynos5-drm";
>
> Should it be "samsung,exynos5-fimd"?
>
>

Yes, It is my typo error, it should be "samsung,exynos5-fimd".
Will correct it in next version.

>> +             interrupt-parent = <&combiner>;
>> +             reg = <0x14400000 0x40000>;
>> +             interrupts = <18 5>, <18 4>, <18 6>;
>> +     };
>>  };
>> --
>> 1.7.0.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index b55794b..6d27ca4 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -488,4 +488,11 @@ 
 		reg = <0x13e30000 0x1000>;
 		interrupts = <0 88 0>;
 	};
+
+	fimd {
+		compatible = "samsung,exynos5-drm";
+		interrupt-parent = <&combiner>;
+		reg = <0x14400000 0x40000>;
+		interrupts = <18 5>, <18 4>, <18 6>;
+	};
 };