From patchwork Wed Jun 18 16:57:15 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Pali_Roh=C3=A1r?= X-Patchwork-Id: 4378101 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id F29C1BEEAA for ; Wed, 18 Jun 2014 17:00:07 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0767720379 for ; Wed, 18 Jun 2014 17:00:07 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3F3B920218 for ; Wed, 18 Jun 2014 17:00:06 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WxJBM-00016x-4N; Wed, 18 Jun 2014 16:57:56 +0000 Received: from mail-wg0-x232.google.com ([2a00:1450:400c:c00::232]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WxJBJ-00011Z-Hh for linux-arm-kernel@lists.infradead.org; Wed, 18 Jun 2014 16:57:54 +0000 Received: by mail-wg0-f50.google.com with SMTP id x13so1119949wgg.33 for ; Wed, 18 Jun 2014 09:57:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:mime-version:content-type :content-transfer-encoding; bh=p36Pla4uieOzKxIcLejMMeOTOcq0WsC2/ToM1POuWPY=; b=dw8qB60+4lm/BY85rdJPatMuswahPIXigN3siuworB7UJozN9FRpuaZe32yYW8Mg6l 5puMrCDMdU+8I6e5aEUiL5gebx8oUN7/JAyJ7PVR/LrHvBtieSR8yPghkELGOzGk4c6v uAEsaUr2jF2zysFhZdPszrv9x778Azra1QnGTVaWh0w69a8KxDZ3wHRzx3VIj+lIhlql xpAwZADasekHRZjZrh2IT+ad4OZb9S1CZdQDD2dt7ArCU8fd6KZ6aCVBIPQ4TPzk9Qyb vf3fNERVpCNpDxvXG+Kn5vzcz+el8EcOkvuUCkKkiXG4wAXd0zhlsinhiYB5dK/WaIMJ hdoQ== X-Received: by 10.194.184.116 with SMTP id et20mr16005781wjc.80.1403110651503; Wed, 18 Jun 2014 09:57:31 -0700 (PDT) Received: from Pali-Latitude.kolej.mff.cuni.cz (pali.kolej.mff.cuni.cz. [78.128.193.202]) by mx.google.com with ESMTPSA id cz4sm26564806wib.23.2014.06.18.09.57.29 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 18 Jun 2014 09:57:30 -0700 (PDT) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: =?UTF-8?q?Beno=C3=AEt=20Cousson?= , Tony Lindgren , Rob Herring , Pawel Moll , Russell King , Ivaylo Dimitrov , Sebastian Reichel , Pavel Machek Subject: [PATCH] omap3-n900.dts: Rename model name to "Nokia RX-51 board" Date: Wed, 18 Jun 2014 18:57:15 +0200 Message-Id: <1403110635-29696-1-git-send-email-pali.rohar@gmail.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140618_095753_740543_715B5023 X-CRM114-Status: GOOD ( 11.18 ) X-Spam-Score: -0.8 (/) Cc: devicetree@vger.kernel.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, =?UTF-8?q?Pali=20Roh=C3=A1r?= X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Use same name as in legacy board code. There are lot of userspace applications which using machine/model name for determinating device type. And changing this name will break all of them. Due to small features support in DT code only non DT kernel was used for Nokia N900 until now. Signed-off-by: Pali Rohár --- arch/arm/boot/dts/omap3-n900.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index 6c6551a..e23ee96 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts @@ -13,7 +13,7 @@ #include / { - model = "Nokia N900"; + model = "Nokia RX-51 board"; compatible = "nokia,omap3-n900", "ti,omap3430", "ti,omap3"; aliases {