[PATCH v2 2/4] arm64: dts: mt7986: add thermal and efuse
AngeloGioacchino Del Regno
angelogioacchino.delregno at collabora.com
Mon May 29 23:38:45 PDT 2023
Il 29/05/23 22:42, Frank Wunderlich ha scritto:
> From: Daniel Golle <daniel at makrotopia.org>
>
> Add thermal related nodes to mt7986 devicetree.
>
> Signed-off-by: Daniel Golle <daniel at makrotopia.org>
> Signed-off-by: Frank Wunderlich <frank-w at public-files.de>
> ---
> arch/arm64/boot/dts/mediatek/mt7986a.dtsi | 37 ++++++++++++++++++++++-
> 1 file changed, 36 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt7986a.dtsi b/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
> index aa9e679b78e2..a409d5e845c2 100644
> --- a/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
> @@ -337,6 +337,15 @@ spi1: spi at 1100b000 {
> status = "disabled";
> };
>
> + auxadc: adc at 1100d000 {
> + compatible = "mediatek,mt7986-auxadc";
> + reg = <0 0x1100d000 0 0x1000>;
> + clocks = <&infracfg CLK_INFRA_ADC_26M_CK>;
> + clock-names = "main";
> + #io-channel-cells = <1>;
> + status = "disabled";
> + };
> +
> ssusb: usb at 11200000 {
> compatible = "mediatek,mt7986-xhci",
> "mediatek,mtk-xhci";
> @@ -375,6 +384,21 @@ mmc0: mmc at 11230000 {
> status = "disabled";
> };
>
> + thermal: thermal at 1100c800 {
> + #thermal-sensor-cells = <1>;
> + compatible = "mediatek,mt7986-thermal";
> + reg = <0 0x1100c800 0 0x800>;
> + interrupts = <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&infracfg CLK_INFRA_THERM_CK>,
> + <&infracfg CLK_INFRA_ADC_26M_CK>,
> + <&infracfg CLK_INFRA_ADC_FRC_CK>;
> + clock-names = "therm", "auxadc", "adc_32k";
> + mediatek,auxadc = <&auxadc>;
> + mediatek,apmixedsys = <&apmixedsys>;
> + nvmem-cells = <&thermal_calibration>;
> + nvmem-cell-names = "calibration-data";
> + };
> +
> pcie: pcie at 11280000 {
> compatible = "mediatek,mt7986-pcie",
> "mediatek,mt8192-pcie";
> @@ -426,6 +450,18 @@ pcie_port: pcie-phy at 11c00000 {
> };
> };
>
> + efuse: efuse at 11d00000 {
> + compatible = "mediatek,mt7986-efuse",
> + "mediatek,efuse";
Fits in one single line. After which:
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno at collabora.com>
More information about the linux-arm-kernel
mailing list