[PATCH v9 2/4] ARM: dts: Add lcd pinctrl node entries for EXYNOS4412 SoC
Thomas Abraham
thomas.abraham at linaro.org
Mon Mar 25 22:00:03 EST 2013
On 22 March 2013 19:26, Vikas Sajjan <vikas.sajjan at linaro.org> wrote:
> From: Sachin Kamat <sachin.kamat at linaro.org>
>
> Adds the lcd panel related picntrl nodes for Exynos4412 SoC
>
> Signed-off-by: Sachin Kamat <sachin.kamat at linaro.org>
> Signed-off-by: Vikas Sajjan <vikas.sajjan at linaro.org>
> ---
> arch/arm/boot/dts/exynos4x12-pinctrl.dtsi | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos4x12-pinctrl.dtsi b/arch/arm/boot/dts/exynos4x12-pinctrl.dtsi
> index 099cec7..a59d69c 100644
> --- a/arch/arm/boot/dts/exynos4x12-pinctrl.dtsi
> +++ b/arch/arm/boot/dts/exynos4x12-pinctrl.dtsi
> @@ -354,6 +354,20 @@
> samsung,pin-drv = <0>;
> };
>
> + lcd_sync: lcd-sync {
> + samsung,pins = "gpf0-0", "gpf0-1";
> + samsung,pin-function = <2>;
> + samsung,pin-pud = <0>;
> + samsung,pin-drv = <0>;
> + };
> +
> + lcd_en: lcd-en {
> + samsung,pins = "gpf0-3";
> + samsung,pin-function = <2>;
> + samsung,pin-pud = <0>;
> + samsung,pin-drv = <0>;
> + };
> +
Is lcd_en a board specific configuration. If so, this has to be moved
into board specfic dts file. Same with lcd_sync.
Thanks,
Thomas.
> lcd_clk: lcd-clk {
> samsung,pins = "gpf0-0", "gpf0-1", "gpf0-2", "gpf0-3";
> samsung,pin-function = <2>;
> --
> 1.7.9.5
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
More information about the devicetree-discuss
mailing list