Message ID | 1623413625.22727.10.camel@mbjsdccf07 |
---|---|
State | Superseded |
Headers | show |
Series | None | expand |
On Fri, Jun 11, 2021 at 08:13:45PM +0800, Mason Zhang wrote: > I'm sorry to disturb you, this patch is stay here for a long time, Do > you have any suggestions about this patch? > We hope this patch will be merged as soon as possible,If you have any > concern, I will fix it in time. Please submit patches using subject lines reflecting the style for the subsystem, this makes it easier for people to identify relevant patches. Look at what existing commits in the area you're changing are doing and make sure your subject lines visually resemble what they're doing. There's no need to resubmit to fix this alone.
diff --git a/Documentation/devicetree/bindings/spi/spi-mt65xx.txt b/Documentation/devicetree/bindings/spi/spi-mt65xx.txt index 9e43721fa7d6..7bae7eef26c7 100644 --- a/Documentation/devicetree/bindings/spi/spi-mt65xx.txt +++ b/Documentation/devicetree/bindings/spi/spi-mt65xx.txt @@ -13,6 +13,7 @@ Required properties: - mediatek,mt8183-spi: for mt8183 platforms - "mediatek,mt8192-spi", "mediatek,mt6765-spi": for mt8192 platforms - "mediatek,mt8516-spi", "mediatek,mt2712-spi": for mt8516 platforms + - "mediatek,mt6779-spi", "mediatek,mt6765-spi": for mt6779 platforms - #address-cells: should be 1.
this patch update spi document for MT6779 SOC. Signed-off-by: Mason Zhang <Mason.Zhang@mediatek.com> --- Documentation/devicetree/bindings/spi/spi-mt65xx.txt | 1 + 1 file changed, 1 insertion(+) Hi Matthias: I'm sorry to disturb you, this patch is stay here for a long time, Do you have any suggestions about this patch? We hope this patch will be merged as soon as possible,If you have any concern, I will fix it in time. Looking forward to your reply~ Thanks Mason