Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: renesas: r9a07g043: Add TSU node

Add TSU node to RZ/G2UL SoC DTSI.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20220501112926.47024-5-biju.das.jz@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Biju Das and committed by
Geert Uytterhoeven
91e548da e6a9acc3

+26
+26
arch/arm64/boot/dts/renesas/r9a07g043.dtsi
··· 486 486 /* place holder */ 487 487 }; 488 488 489 + tsu: thermal@10059400 { 490 + compatible = "renesas,r9a07g043-tsu", 491 + "renesas,rzg2l-tsu"; 492 + reg = <0 0x10059400 0 0x400>; 493 + clocks = <&cpg CPG_MOD R9A07G043_TSU_PCLK>; 494 + resets = <&cpg R9A07G043_TSU_PRESETN>; 495 + power-domains = <&cpg>; 496 + #thermal-sensor-cells = <1>; 497 + }; 498 + 489 499 sbc: spi@10060000 { 490 500 reg = <0 0x10060000 0 0x10000>, 491 501 <0 0x20000000 0 0x10000000>, ··· 833 823 resets = <&cpg R9A07G043_OSTM2_PRESETZ>; 834 824 power-domains = <&cpg>; 835 825 status = "disabled"; 826 + }; 827 + }; 828 + 829 + thermal-zones { 830 + cpu-thermal { 831 + polling-delay-passive = <250>; 832 + polling-delay = <1000>; 833 + thermal-sensors = <&tsu 0>; 834 + 835 + trips { 836 + sensor_crit: sensor-crit { 837 + temperature = <125000>; 838 + hysteresis = <1000>; 839 + type = "critical"; 840 + }; 841 + }; 836 842 }; 837 843 }; 838 844