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

dt-bindings: reset: mediatek: Add infra_ao reset index for MT8186

To support reset of infra_ao, add the index of infra_ao reset of
thermal/svs for MT8186.

Signed-off-by: Rex-BC Chen <rex-bc.chen@mediatek.com>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20220523093346.28493-18-rex-bc.chen@mediatek.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Rex-BC Chen and committed by
Stephen Boyd
5ea61b47 a0bc8ae5

+5
+5
include/dt-bindings/reset/mt8186-resets.h
··· 7 7 #ifndef _DT_BINDINGS_RESET_CONTROLLER_MT8186 8 8 #define _DT_BINDINGS_RESET_CONTROLLER_MT8186 9 9 10 + /* TOPRGU resets */ 10 11 #define MT8186_TOPRGU_INFRA_SW_RST 0 11 12 #define MT8186_TOPRGU_MM_SW_RST 1 12 13 #define MT8186_TOPRGU_MFG_SW_RST 2 ··· 33 32 34 33 /* MMSYS resets */ 35 34 #define MT8186_MMSYS_SW0_RST_B_DISP_DSI0 19 35 + 36 + /* INFRA resets */ 37 + #define MT8186_INFRA_THERMAL_CTRL_RST 0 38 + #define MT8186_INFRA_PTP_CTRL_RST 1 36 39 37 40 #endif /* _DT_BINDINGS_RESET_CONTROLLER_MT8186 */