Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1448218
| From | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 3/3] arm64: dts: apm: Add X-Gene SoC hwmon to device tree |
| Date | 2016-07-22 00:20 +0200 |
| Message-ID | <rXutY-5ec-9@gated-at.bofh.it> (permalink) |
| References | <rXtex-4cZ-9@gated-at.bofh.it> <rXtey-4cZ-29@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Jul 21, 2016 at 01:55:57PM -0700, Hoan Tran wrote:
> This patch adds DT node to enable hwmon driver for APM X-Gene SoC.
>
> Signed-off-by: Hoan Tran <hotran@apm.com>
Acked-by: Guenter Roeck <linux@roeck-us.net>
> ---
> arch/arm64/boot/dts/apm/apm-shadowcat.dtsi | 5 +++++
> arch/arm64/boot/dts/apm/apm-storm.dtsi | 5 +++++
> 2 files changed, 10 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi b/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi
> index c569f76..a5935f5 100644
> --- a/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi
> +++ b/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi
> @@ -472,6 +472,11 @@
> mboxes = <&mailbox 0>;
> };
>
> + hwmonslimpro {
> + compatible = "apm,xgene-slimpro-hwmon";
> + mboxes = <&mailbox 7>;
> + };
> +
> serial0: serial@10600000 {
> device_type = "serial";
> compatible = "ns16550";
> diff --git a/arch/arm64/boot/dts/apm/apm-storm.dtsi b/arch/arm64/boot/dts/apm/apm-storm.dtsi
> index 5147d76..f8ea5b5 100644
> --- a/arch/arm64/boot/dts/apm/apm-storm.dtsi
> +++ b/arch/arm64/boot/dts/apm/apm-storm.dtsi
> @@ -716,6 +716,11 @@
> mboxes = <&mailbox 0>;
> };
>
> + hwmonslimpro {
> + compatible = "apm,xgene-slimpro-hwmon";
> + mboxes = <&mailbox 7>;
> + };
> +
> serial0: serial@1c020000 {
> status = "disabled";
> device_type = "serial";
> --
> 1.9.1
>
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v3 0/3] hwmon: xgene: Add support for X-Gene hwmon driver Hoan Tran <hotran@apm.com> - 2016-07-21 23:00 +0200
[PATCH v3 1/3] Documentation: dtb: xgene: Add hwmon dts binding documentation Hoan Tran <hotran@apm.com> - 2016-07-21 23:00 +0200
Re: [PATCH v3 1/3] Documentation: dtb: xgene: Add hwmon dts binding documentation Guenter Roeck <linux@roeck-us.net> - 2016-07-22 00:10 +0200
[PATCH v3 3/3] arm64: dts: apm: Add X-Gene SoC hwmon to device tree Hoan Tran <hotran@apm.com> - 2016-07-21 23:00 +0200
Re: [PATCH v3 3/3] arm64: dts: apm: Add X-Gene SoC hwmon to device tree Guenter Roeck <linux@roeck-us.net> - 2016-07-22 00:20 +0200
csiph-web