From: James Liao <jamesjj.liao@mediatek.com>
To: Jean Delvare <jdelvare@suse.de>
Cc: linux-clk@vger.kernel.org, linux-mediatek@lists.infradead.org,
"Andreas Färber" <afaerber@suse.de>,
"Stephen Boyd" <sboyd@codeaurora.org>,
"Matthias Brugger" <matthias.bgg@gmail.com>
Subject: Re: [PATCH] clk: mediatek: Fix MT8135 dependencies
Date: Wed, 25 Jan 2017 11:00:40 +0800 [thread overview]
Message-ID: <1485313240.1348.0.camel@mtksdaap41> (raw)
In-Reply-To: <20170124130912.14375a32@endymion>
On Tue, 2017-01-24 at 13:09 +0100, Jean Delvare wrote:
> The MT8135 is a 32-bit SoC, so only propose it on ARM architecture,
> not ARM64.
>
> Signed-off-by: Jean Delvare <jdelvare@suse.de>
> Fixes: 234d511d8c15 ("clk: mediatek: Add hardware dependency")
> Cc: Andreas Färber <afaerber@suse.de>
> Cc: James Liao <jamesjj.liao@mediatek.com>
> Cc: Stephen Boyd <sboyd@codeaurora.org>
> Cc: Matthias Brugger <matthias.bgg@gmail.com>
Acked-by: James Liao <jamesjj.liao@mediatek.com>
> ---
> drivers/clk/mediatek/Kconfig | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> --- linux-4.10-rc4.orig/drivers/clk/mediatek/Kconfig 2017-01-24 12:55:50.192100713 +0100
> +++ linux-4.10-rc4/drivers/clk/mediatek/Kconfig 2017-01-24 12:59:08.703066604 +0100
> @@ -52,9 +52,9 @@ config COMMON_CLK_MT2701_BDPSYS
>
> config COMMON_CLK_MT8135
> bool "Clock driver for Mediatek MT8135"
> - depends on ARCH_MEDIATEK || COMPILE_TEST
> + depends on (ARCH_MEDIATEK && ARM) || COMPILE_TEST
> select COMMON_CLK_MEDIATEK
> - default ARCH_MEDIATEK
> + default ARCH_MEDIATEK && ARM
> ---help---
> This driver supports Mediatek MT8135 clocks.
>
>
next prev parent reply other threads:[~2017-01-25 3:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-24 12:09 [PATCH] clk: mediatek: Fix MT8135 dependencies Jean Delvare
2017-01-24 23:46 ` Matthias Brugger
2017-01-25 3:00 ` James Liao [this message]
2017-01-27 0:04 ` Stephen Boyd
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=1485313240.1348.0.camel@mtksdaap41 \
--to=jamesjj.liao@mediatek.com \
--cc=afaerber@suse.de \
--cc=jdelvare@suse.de \
--cc=linux-clk@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=sboyd@codeaurora.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