From patchwork Tue Feb 16 14:17:01 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 62030 Delivered-To: patch@linaro.org Received: by 10.112.43.199 with SMTP id y7csp1691887lbl; Tue, 16 Feb 2016 06:19:47 -0800 (PST) X-Received: by 10.67.6.72 with SMTP id cs8mr30656172pad.138.1455632360869; Tue, 16 Feb 2016 06:19:20 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r81si16939063pfb.75.2016.02.16.06.19.20; Tue, 16 Feb 2016 06:19:20 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dkim=pass header.i=@linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932903AbcBPOTQ (ORCPT + 30 others); Tue, 16 Feb 2016 09:19:16 -0500 Received: from mail-wm0-f50.google.com ([74.125.82.50]:38702 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932809AbcBPOTK (ORCPT ); Tue, 16 Feb 2016 09:19:10 -0500 Received: by mail-wm0-f50.google.com with SMTP id a4so102318769wme.1 for ; Tue, 16 Feb 2016 06:19:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=h+drEO1LKRDFI52If0vv7MWo5bpxXqDPmpfpMXUM2uA=; b=NWbls2ic8ys4eZ67igN67V6S4ZXm3vJPK4N+29LSb7hor7EGQfFiq/skFiA6km6+Tk aCtFytbMFY0MXUPVR5IllTtHAKHs0o17bjDUxWdC8rQk2s+CiwwBh6tWPJ7K8yaZ2CAF hUFsQVWk6HJmvq4tWZw1AiLg8vFYnnCH+/T1w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=h+drEO1LKRDFI52If0vv7MWo5bpxXqDPmpfpMXUM2uA=; b=l+NwdbHfk1xJNduktGvQL3xImQ4Qly7J4bgJLfMK/GtNQY9dINmImMqfJPhDQE8+2S lws0OaLC4RhqkSUCOvMisLujsbPKzKPYLvri9eVZBmubbfQU/tUvYrHVLCpRbLrDaGVD 6OIblYI2KM3m/LlO0We2L+pQfv3tVE4VbTde4iNpQQvFOj7gGGbQsQkcpSliYCKFabkp m/Gy3fRcNdyQ9tXeWi4igxSRF3DtwypoTfGZVYfJAufPtF4H2Nlr5Gc5bEzx0AhIZb2x TzKd3xF18PlKH3gw0JbLHGyVB7Vi4ZFztNthZxvoKaJblZO6c73L27t7zRSz3rZafoDL jHcw== X-Gm-Message-State: AG10YOR5xW+WsGO3JGj/8sw82GVOnGnUAuWAmbadtbN/nbKm6JB8iD4Ktb8VgzU7o7T2k5qf X-Received: by 10.28.109.150 with SMTP id b22mr20761520wmi.27.1455632349122; Tue, 16 Feb 2016 06:19:09 -0800 (PST) Received: from localhost.localdomain (host81-129-170-149.range81-129.btcentralplus.com. [81.129.170.149]) by smtp.gmail.com with ESMTPSA id b1sm30522011wjy.0.2016.02.16.06.19.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 16 Feb 2016 06:19:08 -0800 (PST) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: kernel@stlinux.com, maxime.coquelin@st.com, arnd@arndb.de, Lee Jones Subject: [PATCH 3/3] ARM: stm32: Identify a new board - STM32F469 Date: Tue, 16 Feb 2016 14:17:01 +0000 Message-Id: <1455632221-31834-4-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1455632221-31834-1-git-send-email-lee.jones@linaro.org> References: <1455632221-31834-1-git-send-email-lee.jones@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Lee Jones --- arch/arm/mach-stm32/board-dt.c | 1 + 1 file changed, 1 insertion(+) -- 1.9.1 diff --git a/arch/arm/mach-stm32/board-dt.c b/arch/arm/mach-stm32/board-dt.c index f2ad772..ceee477 100644 --- a/arch/arm/mach-stm32/board-dt.c +++ b/arch/arm/mach-stm32/board-dt.c @@ -10,6 +10,7 @@ static const char *const stm32_compat[] __initconst = { "st,stm32f429", + "st,stm32f469", NULL };