Re: [PATCH 7/7] arm64: dts: mt8167: Add additional mmsys reset bits

From: Krzysztof Kozlowski

Date: Thu Feb 12 2026 - 06:39:01 EST


On Wed, Feb 11, 2026 at 07:03:28PM +0000, Luca Leonardo Scorcia wrote:
> Some extra mmsys reset bits are defined in the Lenovo
> Smart Clock kernel sources - file cmdq_mdp.c
>
> Signed-off-by: Luca Leonardo Scorcia <l.scorcia@xxxxxxxxx>
> ---
> include/dt-bindings/reset/mt8167-resets.h | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/include/dt-bindings/reset/mt8167-resets.h b/include/dt-bindings/reset/mt8167-resets.h
> index f77c2ca897cf..b379f8f023d5 100644
> --- a/include/dt-bindings/reset/mt8167-resets.h
> +++ b/include/dt-bindings/reset/mt8167-resets.h
> @@ -33,6 +33,15 @@
> #define MT8167_TOPRGU_SW_RST_NUM 15
>
> /* MMSYS resets */
> +#define MT8167_MMSYS_SW0_RST_B_SMI_COMMON 0
> +#define MT8167_MMSYS_SW0_RST_B_SMI_LARB 1
> +#define MT8167_MMSYS_SW0_RST_B_CAM_MDP 2
> +#define MT8167_MMSYS_SW0_RST_B_MDP_RDMA0 3
> +#define MT8167_MMSYS_SW0_RST_B_MDP_RSZ0 4
> +#define MT8167_MMSYS_SW0_RST_B_MDP_RSZ1 5
> +#define MT8167_MMSYS_SW0_RST_B_MDP_TDSHP0 6
> +#define MT8167_MMSYS_SW0_RST_B_MDP_WDMA 7
> +#define MT8167_MMSYS_SW0_RST_B_MDP_WROT0 8

? You just added this file in other commit. Don't add half-baked
bindings/code, but complete at once.

Best regards,
Krzysztof