From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Armstrong Subject: Re: [PATCH v2 2/3] amlogic: arm: add Amlogic SM1 based Khadas VIM3L bindings Date: Wed, 28 Aug 2019 16:15:13 +0200 Message-ID: <3ac50262-4991-0dcc-9b5d-a406c850562b@baylibre.com> References: <20190828141157.15503-1-narmstrong@baylibre.com> <20190828141157.15503-3-narmstrong@baylibre.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190828141157.15503-3-narmstrong@baylibre.com> Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: khilman@baylibre.com, devicetree@vger.kernel.org Cc: linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org Damn wrong subject.. please ignore this one. Neil On 28/08/2019 16:11, Neil Armstrong wrote: > The Khadas VIM3 is also available as VIM3L with the Pin-to-pin compatible > Amlogic SM1 SoC in the S905D3 variant package. > > Change the description to match the S905X3/D3/Y3 variants like the G12A > description, and add the khadas,vim3l compatible. > > Signed-off-by: Neil Armstrong > --- > Documentation/devicetree/bindings/arm/amlogic.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml > index b48ea1e4913a..99015cef8bb1 100644 > --- a/Documentation/devicetree/bindings/arm/amlogic.yaml > +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml > @@ -150,9 +150,10 @@ properties: > - const: amlogic,s922x > - const: amlogic,g12b > > - - description: Boards with the Amlogic Meson SM1 S905X3 SoC > + - description: Boards with the Amlogic Meson SM1 S905X3/D3/Y3 SoC > items: > - enum: > - seirobotics,sei610 > + - khadas,vim3l > - const: amlogic,sm1 > ... >