Message ID | 1584345050-3738-1-git-send-email-hanks.chen@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2,1/1] dt-bindings: cpu: Add a support cpu type for cortex-a75 | expand |
On Mon, Mar 16, 2020 at 3:51 PM Hanks Chen <hanks.chen@mediatek.com> wrote: > > Add arm cpu type cortex-a75. Already in Rob's tree here: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git/commit/?h=dt/next&id=5c2614e995de07b41eb355155eb5e0e3d593718b > Signed-off-by: Hanks Chen <hanks.chen@mediatek.com> > --- > Documentation/devicetree/bindings/arm/cpus.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml > index c23c24f..51b75f7 100644 > --- a/Documentation/devicetree/bindings/arm/cpus.yaml > +++ b/Documentation/devicetree/bindings/arm/cpus.yaml > @@ -128,6 +128,7 @@ properties: > - arm,cortex-a57 > - arm,cortex-a72 > - arm,cortex-a73 > + - arm,cortex-a75 > - arm,cortex-m0 > - arm,cortex-m0+ > - arm,cortex-m1 > -- > 1.7.9.5 > _______________________________________________ > Linux-mediatek mailing list > Linux-mediatek@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-mediatek
On Mon, 2020-03-16 at 19:02 +0800, Nicolas Boichat wrote: > On Mon, Mar 16, 2020 at 3:51 PM Hanks Chen <hanks.chen@mediatek.com> wrote: > > > > Add arm cpu type cortex-a75. > > Already in Rob's tree here: > https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git/commit/?h=dt/next&id=5c2614e995de07b41eb355155eb5e0e3d593718b > Got it, Thanks for reviewing :) > > Signed-off-by: Hanks Chen <hanks.chen@mediatek.com> > > --- > > Documentation/devicetree/bindings/arm/cpus.yaml | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml > > index c23c24f..51b75f7 100644 > > --- a/Documentation/devicetree/bindings/arm/cpus.yaml > > +++ b/Documentation/devicetree/bindings/arm/cpus.yaml > > @@ -128,6 +128,7 @@ properties: > > - arm,cortex-a57 > > - arm,cortex-a72 > > - arm,cortex-a73 > > + - arm,cortex-a75 > > - arm,cortex-m0 > > - arm,cortex-m0+ > > - arm,cortex-m1 > > -- > > 1.7.9.5 > > _______________________________________________ > > Linux-mediatek mailing list > > Linux-mediatek@lists.infradead.org > > http://lists.infradead.org/mailman/listinfo/linux-mediatek > > _______________________________________________ > Linux-mediatek mailing list > Linux-mediatek@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-mediatek
diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml index c23c24f..51b75f7 100644 --- a/Documentation/devicetree/bindings/arm/cpus.yaml +++ b/Documentation/devicetree/bindings/arm/cpus.yaml @@ -128,6 +128,7 @@ properties: - arm,cortex-a57 - arm,cortex-a72 - arm,cortex-a73 + - arm,cortex-a75 - arm,cortex-m0 - arm,cortex-m0+ - arm,cortex-m1
Add arm cpu type cortex-a75. Signed-off-by: Hanks Chen <hanks.chen@mediatek.com> --- Documentation/devicetree/bindings/arm/cpus.yaml | 1 + 1 file changed, 1 insertion(+)