All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
To: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Cc: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: [PATCH 1/5] ARM: dts: rockchip: add rk3288-popmetal board to dtb list
Date: Wed, 30 Sep 2015 21:17:46 +0200	[thread overview]
Message-ID: <1443640670-21104-2-git-send-email-heiko@sntech.de> (raw)
In-Reply-To: <1443640670-21104-1-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>

The popmetal board was not included in the list of Rockchip boards,
so was only built when explicitly called with make rk3288-popmetal.dtb
but not in a generic make dtbs, so add the missing entry.

Signed-off-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
---
 arch/arm/boot/dts/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index e09809d..4e4ad2e 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -506,6 +506,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \
 	rk3288-evb-rk808.dtb \
 	rk3288-firefly-beta.dtb \
 	rk3288-firefly.dtb \
+	rk3288-popmetal.dtb \
 	rk3288-r89.dtb \
 	rk3288-veyron-jaq.dtb \
 	rk3288-veyron-jerry.dtb \
-- 
2.5.3

WARNING: multiple messages have this Message-ID (diff)
From: heiko@sntech.de (Heiko Stuebner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/5] ARM: dts: rockchip: add rk3288-popmetal board to dtb list
Date: Wed, 30 Sep 2015 21:17:46 +0200	[thread overview]
Message-ID: <1443640670-21104-2-git-send-email-heiko@sntech.de> (raw)
In-Reply-To: <1443640670-21104-1-git-send-email-heiko@sntech.de>

The popmetal board was not included in the list of Rockchip boards,
so was only built when explicitly called with make rk3288-popmetal.dtb
but not in a generic make dtbs, so add the missing entry.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
 arch/arm/boot/dts/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index e09809d..4e4ad2e 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -506,6 +506,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \
 	rk3288-evb-rk808.dtb \
 	rk3288-firefly-beta.dtb \
 	rk3288-firefly.dtb \
+	rk3288-popmetal.dtb \
 	rk3288-r89.dtb \
 	rk3288-veyron-jaq.dtb \
 	rk3288-veyron-jerry.dtb \
-- 
2.5.3

  parent reply	other threads:[~2015-09-30 19:17 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-30 19:17 [PATCH 0/5] ARM: dts: rockchip: some regulator updates for popmetal and firefly Heiko Stuebner
2015-09-30 19:17 ` Heiko Stuebner
     [not found] ` <1443640670-21104-1-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
2015-09-30 19:17   ` Heiko Stuebner [this message]
2015-09-30 19:17     ` [PATCH 1/5] ARM: dts: rockchip: add rk3288-popmetal board to dtb list Heiko Stuebner
2015-09-30 19:17   ` [PATCH 2/5] ARM: dts: rockchip: add rk3288-popmemtal mmc supplies Heiko Stuebner
2015-09-30 19:17     ` Heiko Stuebner
2015-09-30 19:17   ` [PATCH 3/5] ARM: dts: rockchip: add rk3288-popmetal iodomains Heiko Stuebner
2015-09-30 19:17     ` Heiko Stuebner
2015-09-30 19:17   ` [PATCH 4/5] ARM: dts: rockchip: fixup firefly mmc supplies Heiko Stuebner
2015-09-30 19:17     ` Heiko Stuebner
2015-09-30 19:17   ` [PATCH 5/5] ARM: dts: rockchip: add rk3288-firefly iodomains Heiko Stuebner
2015-09-30 19:17     ` Heiko Stuebner
2015-10-06  8:27   ` [PATCH 0/5] ARM: dts: rockchip: some regulator updates for popmetal and firefly Heiko Stuebner
2015-10-06  8:27     ` Heiko Stuebner

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=1443640670-21104-2-git-send-email-heiko@sntech.de \
    --to=heiko-4mtyjxux2i+zqb+pc5nmwq@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.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.