Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932422AbdLTHoo (ORCPT ); Wed, 20 Dec 2017 02:44:44 -0500 Received: from mail-it0-f41.google.com ([209.85.214.41]:44532 "EHLO mail-it0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932316AbdLTHok (ORCPT ); Wed, 20 Dec 2017 02:44:40 -0500 X-Google-Smtp-Source: ACJfBouKa5r22TKtmfrBWDk9lBplViAvTkSW5a60mN6pi+Z7tyyZ39AkFzyyoktBjJ0E+bnnnAlKY8+GyKedqv6qThg= MIME-Version: 1.0 In-Reply-To: <1513610272-7824-10-git-send-email-ludovic.Barre@st.com> References: <1513610272-7824-1-git-send-email-ludovic.Barre@st.com> <1513610272-7824-10-git-send-email-ludovic.Barre@st.com> From: Linus Walleij Date: Wed, 20 Dec 2017 08:44:39 +0100 Message-ID: Subject: Re: [PATCH V2 9/9] ARM: dts: stm32: add initial support of stm32mp157c eval board To: Ludovic Barre Cc: Russell King , Rob Herring , Arnd Bergmann , Maxime Coquelin , Alexandre Torgue , Gerald Baeza , Linux ARM , "linux-kernel@vger.kernel.org" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1578 Lines: 43 On Mon, Dec 18, 2017 at 4:17 PM, Ludovic Barre wrote: > From: Ludovic Barre > > Add support of stm32mp157c evaluation board (part number: STM32MP157C-EV1) > split in 2 elements: > -Daughter board (part number: STM32MP157C-ED1) > which includes CPU, memory and power supply > -Mother board (part number: STM32MP157C-EM1) > which includes external peripherals (like display, camera,...) > and extension connectors. > > The daughter board can run alone, this is why the device tree files > are split in two layers, for the complete evaluation board (ev1) > and for the daughter board alone (ed1). > > Signed-off-by: Ludovic Barre > Signed-off-by: Alexandre Torgue (...) > diff --git a/arch/arm/boot/dts/stm32mp157c-ev1.dts b/arch/arm/boot/dts/stm32mp157c-ev1.dts Evaluation boards are important because they set a pattern that customers will use. Please consider to include nodes for all GPIO blocks used in this evaluation board, and add: gpio-line-names = "foo", "bar" ...; See for example arch/arm/boot/dts/bcm2835-rpi-a.dts arch/arm/boot/dts/ste-snowball.dts It's good to have because probably you guys have proper schematics and know rail names of the stuff connected to those GPIO lines and so on, so you can give the lines proper names. It will be helpful for people using the reference design, especially with the new character device, and also sets a pattern for people doing devices based on the reference design and we really want to do that. Yours, Linus Walleij