[PATCH 03/13] ARM: dts: fork out common Exynos5 nodes

Sachin Kamat sachin.kamat at linaro.org
Thu Jun 6 07:14:46 EDT 2013


On 6 June 2013 16:31, Chander Kashyap <chander.kashyap at linaro.org> wrote:
> In preparation of adding support for Exynos5420, which has many peripherals
> similar to Exynos5250, a new common Exynos5 device tree source file is
> created out of the existing Exynos5250 device tree source file. Only the
> common nodes required for basic boot up on Exynos5420 based boards are moved
> into this new file and the rest of the common nodes would be moved subsequently.
>
> Signed-off-by: Chander Kashyap <chander.kashyap at linaro.org>
> ---
>  arch/arm/boot/dts/exynos5.dtsi    |  121 +++++++++++++++++++++++++++++++++++++
>  arch/arm/boot/dts/exynos5250.dtsi |   74 +----------------------
>  2 files changed, 122 insertions(+), 73 deletions(-)
>  create mode 100644 arch/arm/boot/dts/exynos5.dtsi
>
> diff --git a/arch/arm/boot/dts/exynos5.dtsi b/arch/arm/boot/dts/exynos5.dtsi
> new file mode 100644
> index 0000000..ab56608
> --- /dev/null
> +++ b/arch/arm/boot/dts/exynos5.dtsi
> @@ -0,0 +1,121 @@
> +/*
> + * Samsung's Exynos5 SoC series common device tree source
> + *
> + * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
> + *             http://www.samsung.com
> + *
> + * Samsung's Exynos5 SoC series device nodes are listed in this file. Particular
> + * SoCs from Exynos5 series can include this file and provide values for SoCs
> + * specfic bindings.
> + *
> + * 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.
> + */
> +
> +/include/ "skeleton.dtsi"

Perhaps you could use #include here and rest of the places in this patch?

-- 
With warm regards,
Sachin



More information about the linux-arm-kernel mailing list