[PATCH 1/3] dt-bindings: mediatek : add binding for pwrap,spmi
AngeloGioacchino Del Regno
angelogioacchino.delregno at collabora.com
Fri Aug 1 00:41:48 PDT 2025
Il 01/08/25 08:39, niklaus.liu ha scritto:
> Add pwrap,spmi compatible for mt8189 to the binding.
The changes look good, but you have to split the commit in two; one for adding the
compatible to mediatek,pwrap.yaml and one for adding it to the other.
Besides, please check the git log for both yaml files and:
1. Use the same prefixes that you find in there for your new commit titles;
2. Add a commit description that describes your change, e.g.:
"Add a new compatible string for MT8189; this SoC's {spmi, pwrap} IP is fully
compatible with the one found in the MT8195 SoC."
Regards,
Angelo
>
> Signed-off-by: niklaus.liu <niklaus.liu at mediatek.com>
> ---
> .../devicetree/bindings/soc/mediatek/mediatek,pwrap.yaml | 1 +
> Documentation/devicetree/bindings/spmi/mtk,spmi-mtk-pmif.yaml | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/soc/mediatek/mediatek,pwrap.yaml b/Documentation/devicetree/bindings/soc/mediatek/mediatek,pwrap.yaml
> index 4737e5f45d54..c93cea9f203c 100644
> --- a/Documentation/devicetree/bindings/soc/mediatek/mediatek,pwrap.yaml
> +++ b/Documentation/devicetree/bindings/soc/mediatek/mediatek,pwrap.yaml
> @@ -52,6 +52,7 @@ properties:
> - items:
> - enum:
> - mediatek,mt8188-pwrap
> + - mediatek,mt8189-pwrap
> - const: mediatek,mt8195-pwrap
> - const: syscon
>
> diff --git a/Documentation/devicetree/bindings/spmi/mtk,spmi-mtk-pmif.yaml b/Documentation/devicetree/bindings/spmi/mtk,spmi-mtk-pmif.yaml
> index 7f0be0ac644a..dc61d88008a9 100644
> --- a/Documentation/devicetree/bindings/spmi/mtk,spmi-mtk-pmif.yaml
> +++ b/Documentation/devicetree/bindings/spmi/mtk,spmi-mtk-pmif.yaml
> @@ -26,6 +26,7 @@ properties:
> - enum:
> - mediatek,mt8186-spmi
> - mediatek,mt8188-spmi
> + - mediatek,mt8189-spmi
> - const: mediatek,mt8195-spmi
>
> reg:
More information about the linux-arm-kernel
mailing list