]> Git Repo - linux.git/commitdiff
arm64: dts: Add sensor node to Juno dt
authorPunit Agrawal <[email protected]>
Tue, 15 Sep 2015 16:51:01 +0000 (17:51 +0100)
committerSudeep 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

index c624208edef65c4c089ac99d29769606d2d8e7d3..dd5158eb5872396693bba678cda765a719e25e97 100644 (file)
                                clock-output-names = "pxlclk0", "pxlclk1";
                        };
                };
+
+               scpi_sensors0: sensors {
+                       compatible = "arm,scpi-sensors";
+                       #thermal-sensor-cells = <1>;
+               };
        };
 
        /include/ "juno-clocks.dtsi"
This page took 0.057762 seconds and 4 git commands to generate.