From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7E12DC43381 for ; Fri, 15 Feb 2019 10:17:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4F72E21A80 for ; Fri, 15 Feb 2019 10:17:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387679AbfBOKRB (ORCPT ); Fri, 15 Feb 2019 05:17:01 -0500 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:36548 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726202AbfBOKRB (ORCPT ); Fri, 15 Feb 2019 05:17:01 -0500 Received: from pps.filterd (m0046661.ppops.net [127.0.0.1]) by mx08-00178001.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x1FAG0N9015339; Fri, 15 Feb 2019 11:16:49 +0100 Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx08-00178001.pphosted.com with ESMTP id 2qmwsus558-1 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 15 Feb 2019 11:16:49 +0100 Received: from zeta.dmz-eu.st.com (zeta.dmz-eu.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id CAE8F3A; Fri, 15 Feb 2019 10:16:48 +0000 (GMT) Received: from Webmail-eu.st.com (sfhdag3node2.st.com [10.75.127.8]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 860D02CD4; Fri, 15 Feb 2019 10:16:48 +0000 (GMT) Received: from [10.201.21.58] (10.75.127.45) by SFHDAG3NODE2.st.com (10.75.127.8) with Microsoft SMTP Server (TLS) id 15.0.1347.2; Fri, 15 Feb 2019 11:16:48 +0100 Subject: Re: [PATCH v2 0/2] Add STM32MP157 discovery boards support To: Maxime Coquelin , , , CC: , , , References: <1549357625-7229-1-git-send-email-alexandre.torgue@st.com> From: Alexandre Torgue Message-ID: <243cc4f0-6910-82ea-9c0a-929faee168a5@st.com> Date: Fri, 15 Feb 2019 11:16:47 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <1549357625-7229-1-git-send-email-alexandre.torgue@st.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.75.127.45] X-ClientProxiedBy: SFHDAG7NODE1.st.com (10.75.127.19) To SFHDAG3NODE2.st.com (10.75.127.8) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2019-02-15_07:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/5/19 10:07 AM, Alexandre Torgue wrote: > This patch series add support of two new discovery boards based on > STM32MP157 MPU: stm32mp157a-dk1 and stm32mp157c-dk2. > > stm32mp157a-dk1 board embeds a STM32MP157a SOC with AC package (TFBGA361, > 148 ios) and 512MB of DDR3. Several connections are available on this boards: > 4*USB2.0, 1*USB2.0 typeC, SDcard, RJ45, HDMI, Arduino connector, ... > > stm32mp157c-dk2 board complements stm32mp157a-dk1 board with a display panel > (otm8009a) and a Murata Wifi/BT combo. It embeds a STM32MP157c SOC with AC > package. > > Those patches enable basic support for a kernel boot. > > regards > Alex > > Alexandre Torgue (2): > ARM: dts: stm32: add initial support of stm32mp157a-dk1 board > ARM: dts: stm32: add initial support of stm32mp157c-dk2 board > > arch/arm/boot/dts/Makefile | 2 + > arch/arm/boot/dts/stm32mp157a-dk1.dts | 77 +++++++++++++++++++++++++++++++++++ > arch/arm/boot/dts/stm32mp157c-dk2.dts | 75 ++++++++++++++++++++++++++++++++++ > 3 files changed, 154 insertions(+) > create mode 100644 arch/arm/boot/dts/stm32mp157a-dk1.dts > create mode 100644 arch/arm/boot/dts/stm32mp157c-dk2.dts > Series applied on stm32-next. Regards Alex