linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: addy.ke@rock-chips.com (Addy Ke)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/4] spi/rockchip: add compatible strings for RK3188 and RK3288
Date: Fri, 11 Jul 2014 10:09:19 +0800	[thread overview]
Message-ID: <1405044559-7009-1-git-send-email-addy.ke@rock-chips.com> (raw)
In-Reply-To: <1405044389-6800-1-git-send-email-addy.ke@rock-chips.com>

From: Addy Ke <addy.ke@rockchip.com>

Suggested-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Addy Ke <addy.ke@rockchip.com>
---
 drivers/spi/spi-rockchip.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/spi/spi-rockchip.c b/drivers/spi/spi-rockchip.c
index a8866c9..cb8fd6f 100644
--- a/drivers/spi/spi-rockchip.c
+++ b/drivers/spi/spi-rockchip.c
@@ -814,6 +814,8 @@ static const struct dev_pm_ops rockchip_spi_pm = {
 
 static const struct of_device_id rockchip_spi_dt_match[] = {
 	{ .compatible = "rockchip,rk3066-spi", },
+	{ .compatible = "rockchip,rk3188-spi", },
+	{ .compatible = "rockchip,rk3288-spi", },
 	{ },
 };
 MODULE_DEVICE_TABLE(of, rockchip_spi_dt_match);
-- 
1.8.3.2

  parent reply	other threads:[~2014-07-11  2:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-11  2:06 [PATCH 0/4] patches for rockchip spi driver Addy Ke
2014-07-11  2:07 ` [PATCH 1/4] spi/rockchip: cleanup some coding issues and uncessary output Addy Ke
2014-07-11  2:08 ` [PATCH 2/4] spi/rockchip: call wait_for_idle() for the transfer to complete Addy Ke
2014-07-11  2:08 ` [PATCH 3/4] spi/rockchip: master->mode_bits: remove SPI_CS_HIGH bit Addy Ke
2014-07-11  2:09 ` Addy Ke [this message]
2014-07-11 13:00 ` [PATCH 0/4] patches for rockchip spi driver Mark Brown

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=1405044559-7009-1-git-send-email-addy.ke@rock-chips.com \
    --to=addy.ke@rock-chips.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).