projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a738459
)
arm64: dts: Add sensor node to Juno dt
author
Punit Agrawal
<
[email protected]
>
Tue, 15 Sep 2015 16:51:01 +0000
(17:51 +0100)
committer
Sudeep Holla
<
[email protected]
>
Fri, 9 Oct 2015 09:26:41 +0000
(10:26 +0100)
The SCP firmware on Juno provides access to SoC sensors via the
SCPI. Add the sensor nodes to the device tree to enable this support.
Signed-off-by: Punit Agrawal <
[email protected]
>
Cc: Rob Herring <
[email protected]
>
Cc: Mark Rutland <
[email protected]
>
Acked-by: Sudeep Holla <
[email protected]
>
Acked-by: Liviu Dudau <
[email protected]
>
arch/arm64/boot/dts/arm/juno-base.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/arm/juno-base.dtsi
b/arch/arm64/boot/dts/arm/juno-base.dtsi
index c624208edef65c4c089ac99d29769606d2d8e7d3..dd5158eb5872396693bba678cda765a719e25e97 100644
(file)
--- a/
arch/arm64/boot/dts/arm/juno-base.dtsi
+++ b/
arch/arm64/boot/dts/arm/juno-base.dtsi
@@
-96,6
+96,11
@@
clock-output-names = "pxlclk0", "pxlclk1";
};
};
+
+ scpi_sensors0: sensors {
+ compatible = "arm,scpi-sensors";
+ #thermal-sensor-cells = <1>;
+ };
};
/include/ "juno-clocks.dtsi"