All of lore.kernel.org
 help / color / mirror / Atom feed
From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: Build dtbs for Rockchip boards
Date: Fri, 25 Jul 2014 00:33:24 +0200	[thread overview]
Message-ID: <7536612.LCojB7a6aY@diego> (raw)
In-Reply-To: <1406240270-13278-1-git-send-email-dianders@chromium.org>

Am Donnerstag, 24. Juli 2014, 15:17:50 schrieb Doug Anderson:
> This allows the "make dtbs" target to work.
> 
> Signed-off-by: Doug Anderson <dianders@chromium.org>

I'll add it to my rk3288-branch


Thanks
Heiko

> ---
> This is built upon (ARM: dts: add rk3288 evaluation board) at
> <https://patchwork.kernel.org/patch/4579541/>, which won't actually
> build without the bindings that just landed in today's clk-next.
> 
>  arch/arm/boot/dts/Makefile | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
> index 82f498b..026f61d 100644
> --- a/arch/arm/boot/dts/Makefile
> +++ b/arch/arm/boot/dts/Makefile
> @@ -341,6 +341,11 @@ dtb-$(CONFIG_ARCH_QCOM) += \
>  	qcom-apq8084-mtp.dtb \
>  	qcom-msm8660-surf.dtb \
>  	qcom-msm8960-cdp.dtb
> +dtb-$(CONFIG_ARCH_ROCKCHIP) += \
> +	rk3066a-bqcurie2.dtb \
> +	rk3188-radxarock.dtb \
> +	rk3288-evb-act8846.dtb \
> +	rk3288-evb-rk808.dtb
>  dtb-$(CONFIG_ARCH_S3C24XX) += s3c2416-smdk2416.dtb
>  dtb-$(CONFIG_ARCH_S3C64XX) += s3c6410-mini6410.dtb \
>  	s3c6410-smdk6410.dtb

WARNING: multiple messages have this Message-ID (diff)
From: "Heiko Stübner" <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
To: Doug Anderson <dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	Sonny Rao <sonnyrao-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	pawel.moll-5wv7dgnIgG8@public.gmane.org,
	mark.rutland-5wv7dgnIgG8@public.gmane.org,
	ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org,
	galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org,
	linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] ARM: dts: Build dtbs for Rockchip boards
Date: Fri, 25 Jul 2014 00:33:24 +0200	[thread overview]
Message-ID: <7536612.LCojB7a6aY@diego> (raw)
In-Reply-To: <1406240270-13278-1-git-send-email-dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>

Am Donnerstag, 24. Juli 2014, 15:17:50 schrieb Doug Anderson:
> This allows the "make dtbs" target to work.
> 
> Signed-off-by: Doug Anderson <dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>

I'll add it to my rk3288-branch


Thanks
Heiko

> ---
> This is built upon (ARM: dts: add rk3288 evaluation board) at
> <https://patchwork.kernel.org/patch/4579541/>, which won't actually
> build without the bindings that just landed in today's clk-next.
> 
>  arch/arm/boot/dts/Makefile | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
> index 82f498b..026f61d 100644
> --- a/arch/arm/boot/dts/Makefile
> +++ b/arch/arm/boot/dts/Makefile
> @@ -341,6 +341,11 @@ dtb-$(CONFIG_ARCH_QCOM) += \
>  	qcom-apq8084-mtp.dtb \
>  	qcom-msm8660-surf.dtb \
>  	qcom-msm8960-cdp.dtb
> +dtb-$(CONFIG_ARCH_ROCKCHIP) += \
> +	rk3066a-bqcurie2.dtb \
> +	rk3188-radxarock.dtb \
> +	rk3288-evb-act8846.dtb \
> +	rk3288-evb-rk808.dtb
>  dtb-$(CONFIG_ARCH_S3C24XX) += s3c2416-smdk2416.dtb
>  dtb-$(CONFIG_ARCH_S3C64XX) += s3c6410-mini6410.dtb \
>  	s3c6410-smdk6410.dtb

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: "Heiko Stübner" <heiko@sntech.de>
To: Doug Anderson <dianders@chromium.org>
Cc: linux-arm-kernel@lists.infradead.org,
	Sonny Rao <sonnyrao@chromium.org>,
	robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com,
	ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
	linux@arm.linux.org.uk, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: dts: Build dtbs for Rockchip boards
Date: Fri, 25 Jul 2014 00:33:24 +0200	[thread overview]
Message-ID: <7536612.LCojB7a6aY@diego> (raw)
In-Reply-To: <1406240270-13278-1-git-send-email-dianders@chromium.org>

Am Donnerstag, 24. Juli 2014, 15:17:50 schrieb Doug Anderson:
> This allows the "make dtbs" target to work.
> 
> Signed-off-by: Doug Anderson <dianders@chromium.org>

I'll add it to my rk3288-branch


Thanks
Heiko

> ---
> This is built upon (ARM: dts: add rk3288 evaluation board) at
> <https://patchwork.kernel.org/patch/4579541/>, which won't actually
> build without the bindings that just landed in today's clk-next.
> 
>  arch/arm/boot/dts/Makefile | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
> index 82f498b..026f61d 100644
> --- a/arch/arm/boot/dts/Makefile
> +++ b/arch/arm/boot/dts/Makefile
> @@ -341,6 +341,11 @@ dtb-$(CONFIG_ARCH_QCOM) += \
>  	qcom-apq8084-mtp.dtb \
>  	qcom-msm8660-surf.dtb \
>  	qcom-msm8960-cdp.dtb
> +dtb-$(CONFIG_ARCH_ROCKCHIP) += \
> +	rk3066a-bqcurie2.dtb \
> +	rk3188-radxarock.dtb \
> +	rk3288-evb-act8846.dtb \
> +	rk3288-evb-rk808.dtb
>  dtb-$(CONFIG_ARCH_S3C24XX) += s3c2416-smdk2416.dtb
>  dtb-$(CONFIG_ARCH_S3C64XX) += s3c6410-mini6410.dtb \
>  	s3c6410-smdk6410.dtb


  reply	other threads:[~2014-07-24 22:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-24 22:17 [PATCH] ARM: dts: Build dtbs for Rockchip boards Doug Anderson
2014-07-24 22:17 ` Doug Anderson
2014-07-24 22:17 ` Doug Anderson
2014-07-24 22:33 ` Heiko Stübner [this message]
2014-07-24 22:33   ` Heiko Stübner
2014-07-24 22:33   ` Heiko Stübner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7536612.LCojB7a6aY@diego \
    --to=heiko@sntech.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.