From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934374AbdADHPk (ORCPT ); Wed, 4 Jan 2017 02:15:40 -0500 Received: from mail-pg0-f67.google.com ([74.125.83.67]:35718 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751673AbdADHPg (ORCPT ); Wed, 4 Jan 2017 02:15:36 -0500 Subject: Re: [PATCH v4 2/3] ARM: dts: imx6: Support Savageboard dual To: Shawn Guo , Sascha Hauer References: <20170104045553.26576-1-woogyom.kim@gmail.com> <20170104045553.26576-3-woogyom.kim@gmail.com> Cc: Fabio Estevam , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org From: Milo Kim Message-ID: <5594e81c-a647-7d78-03bf-4ae10961fc17@gmail.com> Date: Wed, 4 Jan 2017 16:12:56 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20170104045553.26576-3-woogyom.kim@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/04/2017 01:55 PM, Milo Kim wrote: > Common savageboard DT file is used for board support. > Add the vendor name and specify the dtb file for i.MX6Q build. > > Reviewed-by: Fabio Estevam > Signed-off-by: Milo Kim > --- > .../devicetree/bindings/vendor-prefixes.txt | 1 + > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/imx6dl-savageboard.dts | 51 ++++++++++++++++++++++ > 3 files changed, 53 insertions(+) > create mode 100644 arch/arm/boot/dts/imx6dl-savageboard.dts > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt > index 16d3b5e7f5d1..88c33d827e51 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.txt > +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt > @@ -227,6 +227,7 @@ pine64 Pine64 > pixcir PIXCIR MICROELECTRONICS Co., Ltd > plathome Plat'Home Co., Ltd. > plda PLDA > +poslab Poslab Technology Co., Ltd. I should input tab here instead of spaces, so updated single patch was just sent. Please refer to the patch named "[PATCH resend v4 2/3] ARM: dts: imx6: Support Savageboard dual". Sorry for the inconvenience. Best regards, Milo From mboxrd@z Thu Jan 1 00:00:00 1970 From: Milo Kim Subject: Re: [PATCH v4 2/3] ARM: dts: imx6: Support Savageboard dual Date: Wed, 4 Jan 2017 16:12:56 +0900 Message-ID: <5594e81c-a647-7d78-03bf-4ae10961fc17@gmail.com> References: <20170104045553.26576-1-woogyom.kim@gmail.com> <20170104045553.26576-3-woogyom.kim@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20170104045553.26576-3-woogyom.kim@gmail.com> 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: Shawn Guo , Sascha Hauer Cc: Fabio Estevam , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On 01/04/2017 01:55 PM, Milo Kim wrote: > Common savageboard DT file is used for board support. > Add the vendor name and specify the dtb file for i.MX6Q build. > > Reviewed-by: Fabio Estevam > Signed-off-by: Milo Kim > --- > .../devicetree/bindings/vendor-prefixes.txt | 1 + > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/imx6dl-savageboard.dts | 51 ++++++++++++++++++++++ > 3 files changed, 53 insertions(+) > create mode 100644 arch/arm/boot/dts/imx6dl-savageboard.dts > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt > index 16d3b5e7f5d1..88c33d827e51 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.txt > +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt > @@ -227,6 +227,7 @@ pine64 Pine64 > pixcir PIXCIR MICROELECTRONICS Co., Ltd > plathome Plat'Home Co., Ltd. > plda PLDA > +poslab Poslab Technology Co., Ltd. I should input tab here instead of spaces, so updated single patch was just sent. Please refer to the patch named "[PATCH resend v4 2/3] ARM: dts: imx6: Support Savageboard dual". Sorry for the inconvenience. Best regards, Milo From mboxrd@z Thu Jan 1 00:00:00 1970 From: woogyom.kim@gmail.com (Milo Kim) Date: Wed, 4 Jan 2017 16:12:56 +0900 Subject: [PATCH v4 2/3] ARM: dts: imx6: Support Savageboard dual In-Reply-To: <20170104045553.26576-3-woogyom.kim@gmail.com> References: <20170104045553.26576-1-woogyom.kim@gmail.com> <20170104045553.26576-3-woogyom.kim@gmail.com> Message-ID: <5594e81c-a647-7d78-03bf-4ae10961fc17@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 01/04/2017 01:55 PM, Milo Kim wrote: > Common savageboard DT file is used for board support. > Add the vendor name and specify the dtb file for i.MX6Q build. > > Reviewed-by: Fabio Estevam > Signed-off-by: Milo Kim > --- > .../devicetree/bindings/vendor-prefixes.txt | 1 + > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/imx6dl-savageboard.dts | 51 ++++++++++++++++++++++ > 3 files changed, 53 insertions(+) > create mode 100644 arch/arm/boot/dts/imx6dl-savageboard.dts > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt > index 16d3b5e7f5d1..88c33d827e51 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.txt > +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt > @@ -227,6 +227,7 @@ pine64 Pine64 > pixcir PIXCIR MICROELECTRONICS Co., Ltd > plathome Plat'Home Co., Ltd. > plda PLDA > +poslab Poslab Technology Co., Ltd. I should input tab here instead of spaces, so updated single patch was just sent. Please refer to the patch named "[PATCH resend v4 2/3] ARM: dts: imx6: Support Savageboard dual". Sorry for the inconvenience. Best regards, Milo