Commit fee58abd authored by Hoegeun Kwon's avatar Hoegeun Kwon Committed by Krzysztof Kozlowski

ARM: dts: exynos: Use specific compatibles for proper Gscaler limits on Exynos5250 and Exynos5420

Exynos 5250 and 5420 have different hardware rotation limits. However,
currently it uses only one compatible - "exynos5-gsc". Since we have
to distinguish between these two, we add different compatible.
Signed-off-by: default avatarHoegeun Kwon <hoegeun.kwon@samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 82bce9cf
......@@ -637,7 +637,7 @@ mdma1: mdma@11C10000 {
};
gsc_0: gsc@13e00000 {
compatible = "samsung,exynos5-gsc";
compatible = "samsung,exynos5250-gsc", "samsung,exynos5-gsc";
reg = <0x13e00000 0x1000>;
interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
power-domains = <&pd_gsc>;
......@@ -647,7 +647,7 @@ gsc_0: gsc@13e00000 {
};
gsc_1: gsc@13e10000 {
compatible = "samsung,exynos5-gsc";
compatible = "samsung,exynos5250-gsc", "samsung,exynos5-gsc";
reg = <0x13e10000 0x1000>;
interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
power-domains = <&pd_gsc>;
......@@ -657,7 +657,7 @@ gsc_1: gsc@13e10000 {
};
gsc_2: gsc@13e20000 {
compatible = "samsung,exynos5-gsc";
compatible = "samsung,exynos5250-gsc", "samsung,exynos5-gsc";
reg = <0x13e20000 0x1000>;
interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
power-domains = <&pd_gsc>;
......@@ -667,7 +667,7 @@ gsc_2: gsc@13e20000 {
};
gsc_3: gsc@13e30000 {
compatible = "samsung,exynos5-gsc";
compatible = "samsung,exynos5250-gsc", "samsung,exynos5-gsc";
reg = <0x13e30000 0x1000>;
interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
power-domains = <&pd_gsc>;
......
......@@ -658,7 +658,7 @@ rotator: rotator@11C00000 {
};
gsc_0: video-scaler@13e00000 {
compatible = "samsung,exynos5-gsc";
compatible = "samsung,exynos5420-gsc", "samsung,exynos5-gsc";
reg = <0x13e00000 0x1000>;
interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clock CLK_GSCL0>;
......@@ -668,7 +668,7 @@ gsc_0: video-scaler@13e00000 {
};
gsc_1: video-scaler@13e10000 {
compatible = "samsung,exynos5-gsc";
compatible = "samsung,exynos5420-gsc", "samsung,exynos5-gsc";
reg = <0x13e10000 0x1000>;
interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clock CLK_GSCL1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment