From patchwork Thu Oct 3 11:30:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 2982301 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 0D22A9F288 for ; Thu, 3 Oct 2013 11:31:35 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 74E8A20204 for ; Thu, 3 Oct 2013 11:31:30 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B3DE1201EF for ; Thu, 3 Oct 2013 11:31:25 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VRh7E-00064G-6l; Thu, 03 Oct 2013 11:30:44 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VRh75-0007u6-KG; Thu, 03 Oct 2013 11:30:35 +0000 Received: from mail-ee0-f49.google.com ([74.125.83.49]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VRh73-0007sd-MX for linux-arm-kernel@lists.infradead.org; Thu, 03 Oct 2013 11:30:34 +0000 Received: by mail-ee0-f49.google.com with SMTP id d41so1017252eek.22 for ; Thu, 03 Oct 2013 04:30:12 -0700 (PDT) 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; bh=Ed3D9qCR3b5ijwWIcfz25kM3O7+PHRGkGrYeCy1F9Tg=; b=m2ocfzrlakDY01kgmlQKRn6Kc52R629lHIfuoHEysvtfrl8dD1nICviDLjkaPm5Trc elVB6SlzxGv4Lu0cx1CaKCJA/VGvA8EQT9hgjLPyuLoo0poKgkjcRvj/A4mwnryLy60w p++f6S9WHesKrEi9kRY4e/am1VbAwSnp1j9NNHD+NedNL9vaZShPjTxhRZr76lCM/zzD eQOdmpQo3f4aDmlvtRo3aMA8VogrKDKLA69kVQ4du3FQJai6uOaMWGsCLEupLgTtBLXl AxvNVmZdHh/xsI/9RclnWdD2yOai4x+bVbodi7RFBxCPbXpNKWKs+DzI5WWtsaP/v9Cy XC9g== X-Gm-Message-State: ALoCoQmn+SXyrDkozLfvI09hBEUwjs2f8GhVOnQo+6+hvjrZK0kz+ShQ1vMLGhL2/Ijghy8CPEaD X-Received: by 10.15.32.136 with SMTP id a8mr2382035eev.71.1380799812355; Thu, 03 Oct 2013 04:30:12 -0700 (PDT) Received: from localhost.localdomain ([85.235.11.236]) by mx.google.com with ESMTPSA id k7sm14665986eeg.13.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 03 Oct 2013 04:30:11 -0700 (PDT) From: Linus Walleij To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 03/10] ARM: ux500: correct I2C address of ambient light sensor Date: Thu, 3 Oct 2013 13:30:03 +0200 Message-Id: <1380799803-25812-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 1.8.3.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131003_073033_857641_6D7F36B5 X-CRM114-Status: UNSURE ( 9.92 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) Cc: devicetree@vger.kernel.org, Linus Walleij , Lee Jones X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 The ambient light sensor is places at address 0x29 nothing else. This patch makes the ambient light sensor probe again. Signed-off-by: Linus Walleij --- arch/arm/boot/dts/ste-href.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/ste-href.dtsi b/arch/arm/boot/dts/ste-href.dtsi index d675326..a561bc3 100644 --- a/arch/arm/boot/dts/ste-href.dtsi +++ b/arch/arm/boot/dts/ste-href.dtsi @@ -103,7 +103,7 @@ }; bh1780@29 { compatible = "rohm,bh1780gli"; - reg = <0x33>; + reg = <0x29>; }; };