Message ID | 1584284885-20836-1-git-send-email-hanks.chen@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/1] dt-bindings: cpu: Add a support cpu type for cortex-a75 | expand |
Thanks for your patch. On 15/03/2020 16:08, Hanks Chen wrote: > [Detail] This line is not needed. > Add arm cpu type cortex-a75. > > Change-Id: I2b05948915acfa6a04a0b8fa88684a12b6d5c2ca No Change-Id in upstream kernel patches please. > 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 >
On Sun, 2020-03-15 at 19:44 +0100, Matthias Brugger wrote: > Thanks for your patch. > > On 15/03/2020 16:08, Hanks Chen wrote: > > [Detail] > > This line is not needed. got it, will fix it. Thanks for reviewing. > > > Add arm cpu type cortex-a75. > > > > Change-Id: I2b05948915acfa6a04a0b8fa88684a12b6d5c2ca > > No Change-Id in upstream kernel patches please. > got it, will fix 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 > > > > _______________________________________________ > 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
[Detail] Add arm cpu type cortex-a75. Change-Id: I2b05948915acfa6a04a0b8fa88684a12b6d5c2ca Signed-off-by: Hanks Chen <hanks.chen@mediatek.com> --- Documentation/devicetree/bindings/arm/cpus.yaml | 1 + 1 file changed, 1 insertion(+)