All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrey Smirnov <andrew.smirnov@gmail.com>
To: Shawn Guo <shawnguo@kernel.org>
Cc: Andrey Smirnov <andrew.smirnov@gmail.com>,
	Chris Healy <cphealy@gmail.com>, Andrew Lunn <andrew@lunn.ch>,
	Fabio Estevam <festevam@gmail.com>, Rob Herring <robh@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: [PATCH v3 2/3] dt-bindings: arm: fsl: Add support for ZII VF610 SPB4
Date: Mon, 25 Mar 2019 11:22:42 -0700	[thread overview]
Message-ID: <20190325182243.16788-2-andrew.smirnov@gmail.com> (raw)
In-Reply-To: <20190325182243.16788-1-andrew.smirnov@gmail.com>

Add support for ZII VF610 SPB4.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Chris Healy <cphealy@gmail.com>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Rob Herring <robh@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Cc: devicetree@vger.kernel.org
---
 Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 431ca87aa600..fb0a37bf16b8 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -185,6 +185,7 @@ properties:
               - zii,vf610scu4-aib  # ZII VF610 SCU4 AIB
               - zii,vf610dtu       # ZII VF610 SSMB DTU Board
               - zii,vf610spu3      # ZII VF610 SSMB SPU3 Board
+              - zii,vf610spb4      # ZII VF610 SPB4 Board
           - const: zii,vf610dev
           - const: fsl,vf610
 
-- 
2.20.1


WARNING: multiple messages have this Message-ID (diff)
From: Andrey Smirnov <andrew.smirnov@gmail.com>
To: Shawn Guo <shawnguo@kernel.org>
Cc: Andrew Lunn <andrew@lunn.ch>, Rob Herring <robh@kernel.org>,
	Andrey Smirnov <andrew.smirnov@gmail.com>,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	Chris Healy <cphealy@gmail.com>,
	Fabio Estevam <festevam@gmail.com>,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 2/3] dt-bindings: arm: fsl: Add support for ZII VF610 SPB4
Date: Mon, 25 Mar 2019 11:22:42 -0700	[thread overview]
Message-ID: <20190325182243.16788-2-andrew.smirnov@gmail.com> (raw)
In-Reply-To: <20190325182243.16788-1-andrew.smirnov@gmail.com>

Add support for ZII VF610 SPB4.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Chris Healy <cphealy@gmail.com>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Rob Herring <robh@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Cc: devicetree@vger.kernel.org
---
 Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 431ca87aa600..fb0a37bf16b8 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -185,6 +185,7 @@ properties:
               - zii,vf610scu4-aib  # ZII VF610 SCU4 AIB
               - zii,vf610dtu       # ZII VF610 SSMB DTU Board
               - zii,vf610spu3      # ZII VF610 SSMB SPU3 Board
+              - zii,vf610spb4      # ZII VF610 SPB4 Board
           - const: zii,vf610dev
           - const: fsl,vf610
 
-- 
2.20.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2019-03-25 18:23 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-25 18:22 [PATCH v3 1/3] dt-bindings: arm: fsl: Add supported ZII VF610 boards to DT schema Andrey Smirnov
2019-03-25 18:22 ` Andrey Smirnov
2019-03-25 18:22 ` Andrey Smirnov [this message]
2019-03-25 18:22   ` [PATCH v3 2/3] dt-bindings: arm: fsl: Add support for ZII VF610 SPB4 Andrey Smirnov
2019-03-27 13:43   ` Rob Herring
2019-03-27 13:43     ` Rob Herring
2019-03-27 13:43     ` Rob Herring
2019-03-25 18:22 ` [PATCH v3 3/3] ARM: dts: vf610: Add ZII SPB4 board Andrey Smirnov
2019-03-25 18:22   ` Andrey Smirnov
2019-03-27 13:42 ` [PATCH v3 1/3] dt-bindings: arm: fsl: Add supported ZII VF610 boards to DT schema Rob Herring
2019-03-27 13:42   ` Rob Herring
2019-03-27 13:42   ` Rob Herring
2019-03-29  3:13 ` Shawn Guo
2019-03-29  3:13   ` Shawn Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190325182243.16788-2-andrew.smirnov@gmail.com \
    --to=andrew.smirnov@gmail.com \
    --cc=andrew@lunn.ch \
    --cc=cphealy@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=shawnguo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.