From: khilman@baylibre.com (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM64: dts: meson-gx: Fix sensors reporting from SCP
Date: Mon, 05 Jun 2017 14:54:00 -0700 [thread overview]
Message-ID: <m2mv9mdrt3.fsf@baylibre.com> (raw)
In-Reply-To: <20170605200350.1113-1-carlo@caione.org> (Carlo Caione's message of "Mon, 5 Jun 2017 22:03:50 +0200")
Carlo Caione <carlo@caione.org> writes:
> From: Carlo Caione <carlo@endlessm.com>
>
> Switch to use the new compatible for the SCPI sensors so that the
> sensor readings are reported using the correct scale.
>
> Signed-off-by: Carlo Caione <carlo@endlessm.com>
> ---
> arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
> index 436b875..3128fa5 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
> @@ -200,7 +200,7 @@
> };
>
> scpi_sensors: sensors {
> - compatible = "arm,scpi-sensors";
> + compatible = "amlogic,meson-gxbb-scpi-sensors";
Shouldn't this be:
compatible = "amlogic,meson-gxbb-scpi-sensors", "arm,scpi-sensors";
For a safe fallback on kernels without the new compatible?
Kevin
next prev parent reply other threads:[~2017-06-05 21:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-05 20:03 [PATCH] ARM64: dts: meson-gx: Fix sensors reporting from SCP Carlo Caione
2017-06-05 21:54 ` Kevin Hilman [this message]
2017-06-06 6:20 ` Carlo Caione
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=m2mv9mdrt3.fsf@baylibre.com \
--to=khilman@baylibre.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).