]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/dts/bcm2837.dtsi
fdt: update bcm283x device tree sources to Linux 4.14 state
[people/ms/u-boot.git] / arch / arm / dts / bcm2837.dtsi
index 8216bbb29fe0758ff315098fb1319d97fea91469..bc1cca5cf43c41b8dad3902ce1a627b625883cb3 100644 (file)
@@ -1,7 +1,7 @@
 #include "bcm283x.dtsi"
 
 / {
-       compatible = "brcm,bcm2836";
+       compatible = "brcm,bcm2837";
 
        soc {
                ranges = <0x7e000000 0x3f000000 0x1000000>,
@@ -30,6 +30,7 @@
        cpus: cpus {
                #address-cells = <1>;
                #size-cells = <0>;
+               enable-method = "brcm,bcm2836-smp"; // for ARM 32-bit
 
                cpu0: cpu@0 {
                        device_type = "cpu";
        interrupt-parent = <&local_intc>;
        interrupts = <8>;
 };
+
+&cpu_thermal {
+       coefficients = <(-538)  412000>;
+};
+
+/* enable thermal sensor with the correct compatible property set */
+&thermal {
+       compatible = "brcm,bcm2837-thermal";
+       status = "okay";
+};