From patchwork Sun Mar 1 12:51:53 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?=C3=81lvaro_Fern=C3=A1ndez_Rojas?= X-Patchwork-Id: 444742 X-Patchwork-Delegate: jogo@openwrt.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id D3C82140271 for ; Sun, 1 Mar 2015 23:52:17 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=fGwAu/re; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 9C9F028BBDE; Sun, 1 Mar 2015 13:51:54 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id D9DD22802BD for ; Sun, 1 Mar 2015 13:51:50 +0100 (CET) X-policyd-weight: using cached result; rate: -8.5 Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Sun, 1 Mar 2015 13:51:48 +0100 (CET) Received: by wesk11 with SMTP id k11so28377495wes.11 for ; Sun, 01 Mar 2015 04:52:01 -0800 (PST) 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=KuAl5KnXX3Ue5sl0ERbOprbC4ei8/KY95nadZczIFAM=; b=fGwAu/rey5GbCITIcEQTSv5AhA7Lzwd9b/GX0t7X4ww8X/X0WU+/g44ZHTvTvwPypR HJDhddnJGubPY7RhqMnWwJZHLFcmVNebZr9fOpfwsiFrG9ADvSjMPfTbuzcMlmc4Hgwt ODBHEb5dK6B8z6zUDFrY30+krShNLtQALSfcqTy6nZQ94s5U9CzIPleOhBz2LcWaMqze ChbfMzzx0KScf+E4BPqhLMYrZwVU2DlQ1ZVaYLBCEgpE9yXop0C/74wWYmS5qAXYf/eO ZqyIbdjGoDRLaMoXNKAboQ6bQVaOdCn5hXeclfyzQ7wguqXA+ghIj911Oxm1+FE3yc2o 13+A== X-Received: by 10.195.12.167 with SMTP id er7mr48969168wjd.54.1425214321335; Sun, 01 Mar 2015 04:52:01 -0800 (PST) Received: from skynet.lan ([80.31.185.200]) by mx.google.com with ESMTPSA id j5sm11413623wie.3.2015.03.01.04.52.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 01 Mar 2015 04:52:00 -0800 (PST) From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= To: openwrt-devel@lists.openwrt.org, jogo@openwrt.org Date: Sun, 1 Mar 2015 13:51:53 +0100 Message-Id: <1425214313-17698-1-git-send-email-noltari@gmail.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Subject: [OpenWrt-Devel] [PATCH] brcm63xx: fix 6368 cpu1 reg typo X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" Signed-off-by: Álvaro Fernández Rojas --- target/linux/brcm63xx/dts/bcm6368.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/brcm63xx/dts/bcm6368.dtsi b/target/linux/brcm63xx/dts/bcm6368.dtsi index 628c2d0..7dbe9ec 100644 --- a/target/linux/brcm63xx/dts/bcm6368.dtsi +++ b/target/linux/brcm63xx/dts/bcm6368.dtsi @@ -22,7 +22,7 @@ cpu@1 { compatible = "brcm,bmips4350", "mips,mips4Kc"; device_type = "cpu"; - reg = <0>; + reg = <1>; }; };