Message ID | 20240909111535.528624-11-fshao@chromium.org |
---|---|
State | Not Applicable |
Headers | show |
Series | Several fixes and supports for MediaTek MT8188 SoC | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
On Mon, 09 Sep 2024 19:14:23 +0800, Fei Shao wrote: > Add compatible string for the SPMI block on MT8188 SoC, which is > compatible with the one used on MT8195. > > Signed-off-by: Fei Shao <fshao@chromium.org> > --- > > Documentation/devicetree/bindings/spmi/mtk,spmi-mtk-pmif.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring (Arm) <robh@kernel.org>
Quoting Fei Shao (2024-09-09 04:14:23) > Add compatible string for the SPMI block on MT8188 SoC, which is > compatible with the one used on MT8195. > > Signed-off-by: Fei Shao <fshao@chromium.org> > --- Acked-by: Stephen Boyd <sboyd@kernel.org>
diff --git a/Documentation/devicetree/bindings/spmi/mtk,spmi-mtk-pmif.yaml b/Documentation/devicetree/bindings/spmi/mtk,spmi-mtk-pmif.yaml index ac99883a3f29..7f0be0ac644a 100644 --- a/Documentation/devicetree/bindings/spmi/mtk,spmi-mtk-pmif.yaml +++ b/Documentation/devicetree/bindings/spmi/mtk,spmi-mtk-pmif.yaml @@ -25,6 +25,7 @@ properties: - items: - enum: - mediatek,mt8186-spmi + - mediatek,mt8188-spmi - const: mediatek,mt8195-spmi reg:
Add compatible string for the SPMI block on MT8188 SoC, which is compatible with the one used on MT8195. Signed-off-by: Fei Shao <fshao@chromium.org> --- Documentation/devicetree/bindings/spmi/mtk,spmi-mtk-pmif.yaml | 1 + 1 file changed, 1 insertion(+)