Message ID | 1588752963-19934-2-git-send-email-weiyi.lu@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v14,01/11] dt-bindings: mediatek: Add property to mt8183 smi-common | expand |
Hi Weiyi, Thank you for your patch. Don't forget to cc <devicetree@vger.kernel.org>, otherwise this patch could be silently ignored. On 6/5/20 10:15, Weiyi Lu wrote: > For scpsys driver using regmap based syscon driver API. > > Signed-off-by: Weiyi Lu <weiyi.lu@mediatek.com> > --- > .../devicetree/bindings/memory-controllers/mediatek,smi-common.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/memory-controllers/mediatek,smi-common.txt b/Documentation/devicetree/bindings/memory-controllers/mediatek,smi-common.txt > index b478ade..01744ec 100644 > --- a/Documentation/devicetree/bindings/memory-controllers/mediatek,smi-common.txt > +++ b/Documentation/devicetree/bindings/memory-controllers/mediatek,smi-common.txt > @@ -20,7 +20,7 @@ Required properties: > "mediatek,mt2712-smi-common" > "mediatek,mt7623-smi-common", "mediatek,mt2701-smi-common" > "mediatek,mt8173-smi-common" > - "mediatek,mt8183-smi-common" > + "mediatek,mt8183-smi-common", "syscon" > - reg : the register and size of the SMI block. > - power-domains : a phandle to the power domain of this local arbiter. > - clocks : Must contain an entry for each entry in clock-names. >
On Wed, 2020-05-06 at 22:59 +0200, Enric Balletbo i Serra wrote: > Hi Weiyi, > > Thank you for your patch. Don't forget to cc <devicetree@vger.kernel.org>, > otherwise this patch could be silently ignored. > Thank you for reminding! > On 6/5/20 10:15, Weiyi Lu wrote: > > For scpsys driver using regmap based syscon driver API. > > > > Signed-off-by: Weiyi Lu <weiyi.lu@mediatek.com> > > --- > > .../devicetree/bindings/memory-controllers/mediatek,smi-common.txt | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/Documentation/devicetree/bindings/memory-controllers/mediatek,smi-common.txt b/Documentation/devicetree/bindings/memory-controllers/mediatek,smi-common.txt > > index b478ade..01744ec 100644 > > --- a/Documentation/devicetree/bindings/memory-controllers/mediatek,smi-common.txt > > +++ b/Documentation/devicetree/bindings/memory-controllers/mediatek,smi-common.txt > > @@ -20,7 +20,7 @@ Required properties: > > "mediatek,mt2712-smi-common" > > "mediatek,mt7623-smi-common", "mediatek,mt2701-smi-common" > > "mediatek,mt8173-smi-common" > > - "mediatek,mt8183-smi-common" > > + "mediatek,mt8183-smi-common", "syscon" > > - reg : the register and size of the SMI block. > > - power-domains : a phandle to the power domain of this local arbiter. > > - clocks : Must contain an entry for each entry in clock-names. > >
diff --git a/Documentation/devicetree/bindings/memory-controllers/mediatek,smi-common.txt b/Documentation/devicetree/bindings/memory-controllers/mediatek,smi-common.txt index b478ade..01744ec 100644 --- a/Documentation/devicetree/bindings/memory-controllers/mediatek,smi-common.txt +++ b/Documentation/devicetree/bindings/memory-controllers/mediatek,smi-common.txt @@ -20,7 +20,7 @@ Required properties: "mediatek,mt2712-smi-common" "mediatek,mt7623-smi-common", "mediatek,mt2701-smi-common" "mediatek,mt8173-smi-common" - "mediatek,mt8183-smi-common" + "mediatek,mt8183-smi-common", "syscon" - reg : the register and size of the SMI block. - power-domains : a phandle to the power domain of this local arbiter. - clocks : Must contain an entry for each entry in clock-names.
For scpsys driver using regmap based syscon driver API. Signed-off-by: Weiyi Lu <weiyi.lu@mediatek.com> --- .../devicetree/bindings/memory-controllers/mediatek,smi-common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)