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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 06A41C433FE for ; Tue, 12 Apr 2022 10:45:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241561AbiDLKrU (ORCPT ); Tue, 12 Apr 2022 06:47:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54490 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1357177AbiDLKpw (ORCPT ); Tue, 12 Apr 2022 06:45:52 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id A511815A01; Tue, 12 Apr 2022 02:44:38 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 4BCFC8061; Tue, 12 Apr 2022 09:42:05 +0000 (UTC) Date: Tue, 12 Apr 2022 12:44:36 +0300 From: Tony Lindgren To: "H. Nikolaus Schaller" Cc: =?utf-8?Q?Beno=C3=AEt?= Cousson , Rob Herring , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, letux-kernel@openphoenux.org, kernel@pyra-handheld.com Subject: Re: [PATCH] ARM: dts: Fix mmc order for omap3-gta04 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * H. Nikolaus Schaller [220308 14:59]: > commit a1ebdb374199 ("ARM: dts: Fix swapped mmc order for omap3") > > introduces general mmc aliases. Let's tailor them to the need > of the GTA04 board which does not make use of mmc2 and mmc3 interfaces. > > Fixes: commit a1ebdb374199 ("ARM: dts: Fix swapped mmc order for omap3") > Signed-off-by: H. Nikolaus Schaller Applying into fixes thanks. Tony