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@xxxxxxx> Acked-by: Guenter Roeck <linux@xxxxxxxxxxxx> > --- > 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 > -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html