From patchwork Fri Nov 9 07:56:43 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manivannan Sadhasivam X-Patchwork-Id: 52861 X-Patchwork-Delegate: sakari.ailus@iki.fi Received: from vger.kernel.org ([209.132.180.67]) by www.linuxtv.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gL1ey-00043H-VX; Fri, 09 Nov 2018 07:56:57 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728312AbeKIRgS (ORCPT + 1 other); Fri, 9 Nov 2018 12:36:18 -0500 Received: from mail-pf1-f193.google.com ([209.85.210.193]:40809 "EHLO mail-pf1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728310AbeKIRgS (ORCPT ); Fri, 9 Nov 2018 12:36:18 -0500 Received: by mail-pf1-f193.google.com with SMTP id x2-v6so569334pfm.7 for ; Thu, 08 Nov 2018 23:56:55 -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; bh=b0ZI4yKMDm3C+8nerlVTKSyWkE+9ztsGbxX/Wr3Lzqo=; b=idp5njpTylykwWt0S5Xw3IZ7VFhZ8ChpziKqEGnvQn3UoEYVD+n8/C1u3hk2IMtmi6 t9Rz3jNn7S7fxMa5cuDgBV+URzFESg2r1phqzC+GEMvQry1IxJcRKr67IDYalFWSYyvb JvGtGYKEVLbowQdLaHVfY2tOtLu/BldXdlye8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=b0ZI4yKMDm3C+8nerlVTKSyWkE+9ztsGbxX/Wr3Lzqo=; b=g56Y8l0/vUo1vKpf7c/pI4/Lm9J7RZZJcsOOZPa+maJDOR8mX0z4/kTLLy4CP+aajD 8AsunOPHSmiJsNeZ3Cw9sP7wfGPuYChmlIYr72rTlxreYvrn8CLLbWFheOQsm4c6s4ao TCo3i/4c+4ZeAxyDYS/TSI/jLo5KiPeS/7NUSiBUnNK35ZyKk8WoiMWEPgiprfl34obE 2TKV8GBHcKMN9gNcpNuFGbtDX0WZK6pdI6+Dw32UEIracsans0efxjzZZlJNc8dW1Na+ GHojZe7Mx4KQrLnJ/UNkwo8xBVw4gU0bwUD7CqWj4Cdz8kqkLkEKAl08vRlPaXc2QPJo yajQ== X-Gm-Message-State: AGRZ1gLErOasf6N5XA48vo1g+ewE8fcXEJyXq3GUZkMaWoYhJIslZ2Lg e4qeedS6XI+Av/JXTLEpJarm X-Google-Smtp-Source: AJdET5eGFALKDWsb4PYhmoHZ0evbq2gw14/bTVPDy6u3DBO+rHZpwonC/WWksVfRbs1OzK5SwgSQNA== X-Received: by 2002:a63:f811:: with SMTP id n17mr6756092pgh.23.1541750214835; Thu, 08 Nov 2018 23:56:54 -0800 (PST) Received: from localhost.localdomain ([103.59.133.81]) by smtp.googlemail.com with ESMTPSA id f18-v6sm16591110pfh.0.2018.11.08.23.56.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Nov 2018 23:56:54 -0800 (PST) From: Manivannan Sadhasivam To: mchehab@kernel.org, robh+dt@kernel.org, todor.tomov@linaro.org, hansverk@cisco.com Cc: linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Manivannan Sadhasivam Subject: [PATCH] dt-bindings: media: i2c: Fix i2c address for OV5645 camera sensor Date: Fri, 9 Nov 2018 13:26:43 +0530 Message-Id: <20181109075643.17575-1-manivannan.sadhasivam@linaro.org> X-Mailer: git-send-email 2.17.1 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org The i2c address for the Omnivision OV5645 camera sensor is 0x3c. It is incorrectly mentioned as 0x78 in binding. Hence fix that. Fixes: 09c716af36e6 [media] media: i2c/ov5645: add the device tree binding document Signed-off-by: Manivannan Sadhasivam Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/media/i2c/ov5645.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/media/i2c/ov5645.txt b/Documentation/devicetree/bindings/media/i2c/ov5645.txt index fd7aec9f8e24..1a68ca5eb9a3 100644 --- a/Documentation/devicetree/bindings/media/i2c/ov5645.txt +++ b/Documentation/devicetree/bindings/media/i2c/ov5645.txt @@ -26,9 +26,9 @@ Example: &i2c1 { ... - ov5645: ov5645@78 { + ov5645: ov5645@3c { compatible = "ovti,ov5645"; - reg = <0x78>; + reg = <0x3c>; enable-gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>; reset-gpios = <&gpio5 20 GPIO_ACTIVE_LOW>;