Message ID | 20220715120114.4243-3-johnson.wang@mediatek.com |
---|---|
State | Accepted |
Commit | ff1df1886f43365f2333770f89a7b435424897f4 |
Headers | show |
Series | [1/3] spi: dt-bindings: Add compatible for MediaTek MT8188 | expand |
On Fri, 2022-07-15 at 20:01 +0800, Johnson Wang wrote: > Add compatible for MT8188 SoC. > > Signed-off-by: Johnson Wang <johnson.wang@mediatek.com> > --- > This patch is based on "linux-next"[1]. > [1] > https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git > --- > Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git > a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml > b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml > index b5a1109f2ee1..75e0a516e59a 100644 > --- a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml > +++ b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml > @@ -30,6 +30,7 @@ properties: > - mediatek,mt8173-efuse > - mediatek,mt8183-efuse > - mediatek,mt8186-efuse > + - mediatek,mt8188-efuse > - mediatek,mt8192-efuse > - mediatek,mt8195-efuse > - mediatek,mt8516-efuse Hi Srinivas, Just a gentle ping on this. Could you please give me some suggestion on this patch? Thank you very much. BRs, Johnson Wang
diff --git a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml index b5a1109f2ee1..75e0a516e59a 100644 --- a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml +++ b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml @@ -30,6 +30,7 @@ properties: - mediatek,mt8173-efuse - mediatek,mt8183-efuse - mediatek,mt8186-efuse + - mediatek,mt8188-efuse - mediatek,mt8192-efuse - mediatek,mt8195-efuse - mediatek,mt8516-efuse
Add compatible for MT8188 SoC. Signed-off-by: Johnson Wang <johnson.wang@mediatek.com> --- This patch is based on "linux-next"[1]. [1]https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git --- Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml | 1 + 1 file changed, 1 insertion(+)