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

dt-bindings: thermal: mediatek: Add AP domain to LVTS thermal controllers for mt8195

Add AP Domain to LVTS thermal controllers dt-binding definition for mt8195.

Signed-off-by: Balsam CHIHI <bchihi@baylibre.com>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Tested-by: Chen-Yu Tsai <wenst@chromium.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20230307154524.118541-2-bchihi@baylibre.com

authored by

Balsam CHIHI and committed by
Daniel Lezcano
05aaa7fd 46d6cbb8

+10
+10
include/dt-bindings/thermal/mediatek,lvts-thermal.h
··· 16 16 #define MT8195_MCU_LITTLE_CPU2 6 17 17 #define MT8195_MCU_LITTLE_CPU3 7 18 18 19 + #define MT8195_AP_VPU0 8 20 + #define MT8195_AP_VPU1 9 21 + #define MT8195_AP_GPU0 10 22 + #define MT8195_AP_GPU1 11 23 + #define MT8195_AP_VDEC 12 24 + #define MT8195_AP_IMG 13 25 + #define MT8195_AP_INFRA 14 26 + #define MT8195_AP_CAM0 15 27 + #define MT8195_AP_CAM1 16 28 + 19 29 #endif /* __MEDIATEK_LVTS_DT_H */