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 <[email protected]>, > 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 <[email protected]> > > --- > > .../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. > >

