Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2020-01-16 18:23:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and      /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "raspberrypi-firmware-dt"

Thu Jan 16 18:23:42 2020 rev:15 rq:765014 version:2020.01.09

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2020-01-14 21:13:31.534935778 +0100
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.26092/raspberrypi-firmware-dt.changes
       2020-01-16 18:23:53.365062929 +0100
@@ -1,0 +2,5 @@
+Thu Jan 16 13:14:17 UTC 2020 - Nicolas Patricio Saenz Julienne 
<[email protected]>
+
+- Add rpi4-thermal.dts overlay, which provides CPU thermal measurements 
(bsc#1160311).
+
+-------------------------------------------------------------------

New:
----
  rpi4-thermal.dts

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ raspberrypi-firmware-dt.spec ++++++
--- /var/tmp/diff_new_pack.I6xxex/_old  2020-01-16 18:23:54.473063520 +0100
+++ /var/tmp/diff_new_pack.I6xxex/_new  2020-01-16 18:23:54.489063529 +0100
@@ -28,6 +28,7 @@
 Source2:        rpi4-cma-overlay.dts
 Source3:        rpi4-pcie-ib-size-fix-overlay.dts
 Source4:        rpi4-genet-overlay.dts
+Source5:        rpi4-thermal.dts
 Source100:      get-from-git.sh
 Patch0:         upstream-rpi4-genet-phy.patch
 Requires:       raspberrypi-firmware
@@ -57,7 +58,7 @@
 done
 
 export DTC_FLAGS="-R 0 -p 0 -@ -H epapr"
-for dts in arch/arm/boot/dts/overlays/*dts %{SOURCE1} %{SOURCE2} %{SOURCE3} 
%{SOURCE4}; do
+for dts in arch/arm/boot/dts/overlays/*dts %{SOURCE1} %{SOURCE2} %{SOURCE3} 
%{SOURCE4} %{SOURCE5}; do
     target=$(basename ${dts%*.dts})
     target=${target%*-overlay}
     mkdir -p $PPDIR/overlays

++++++ rpi4-thermal.dts ++++++
/dts-v1/;
/plugin/;

/{
        compatible = "brcm,bcm2711";

        fragment@0 {
                target = <&cpu_thermal>;
                __overlay__ {
                        thermal-sensors = <&avs_thermal>;
                };
        };

        fragment@1 {
                target = <&thermal>;
                __overlay__ {
                        status = "disabled";
                };
        };

        fragment@2 {
                target = <&soc>;
                __overlay__ {
                        avs_monitor: avs-monitor@7d5d2000 {
                                compatible = "brcm,bcm2711-avs-monitor",
                                            "syscon", "simple-mfd";
                                reg = <0x7d5d2000 0xf00>;

                                avs_thermal: avs-thermal {
                                        compatible = "brcm,bcm2711-thermal";
                                        #thermal-sensor-cells = <0>;
                                };
                        };
                };
        };
};

Reply via email to