From patchwork Tue Aug 7 15:59:33 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 10558847 X-Patchwork-Delegate: horms@verge.net.au Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D667613AC for ; Tue, 7 Aug 2018 15:59:39 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C4FA12A528 for ; Tue, 7 Aug 2018 15:59:39 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B8EDC2A534; Tue, 7 Aug 2018 15:59:39 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5B5492A528 for ; Tue, 7 Aug 2018 15:59:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727605AbeHGSOg (ORCPT ); Tue, 7 Aug 2018 14:14:36 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:60452 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726419AbeHGSOg (ORCPT ); Tue, 7 Aug 2018 14:14:36 -0400 Received: from localhost.localdomain (cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id DAD7A57; Tue, 7 Aug 2018 17:59:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1533657577; bh=Va5Cji8tIKyvmcC5VvGT06A/YcklupXxVk4twS8SOWs=; h=From:To:Cc:Subject:Date:From; b=tfaxiD/3u1VWS5yFol/YxZL6gGEomB1npPI/3j4Hq+UAEtAKOPhdaJxgOTcnA/Cb4 cUcOLuoCznQplQ74qCcQbZf96Mfj9b+QFurOC64FoHqJfjcv70WOIy2gnL8KbveQx1 Hhfn5MCo6q85Mf3Xzxrm24t4uCHlGsTJzvY53c5Y= From: Kieran Bingham To: Simon Horman , linux-renesas-soc@vger.kernel.org Cc: devicetree@vger.kernel.org, Kieran Bingham Subject: [PATCH] arm64: dts: renesas: salvator-common: adv748x: Override secondary addresses Date: Tue, 7 Aug 2018 16:59:33 +0100 Message-Id: <20180807155933.3732-1-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.17.1 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Ensure that the ADV748x device addresses do not conflict, and group them together (visually in i2cdetect) Signed-off-by: Kieran Bingham --- arch/arm64/boot/dts/renesas/salvator-common.dtsi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/renesas/salvator-common.dtsi b/arch/arm64/boot/dts/renesas/salvator-common.dtsi index 5cfb9b99de89..2eba743c5c3f 100644 --- a/arch/arm64/boot/dts/renesas/salvator-common.dtsi +++ b/arch/arm64/boot/dts/renesas/salvator-common.dtsi @@ -414,7 +414,10 @@ video-receiver@70 { compatible = "adi,adv7482"; - reg = <0x70>; + reg = <0x70 0x71 0x72 0x73 0x74 0x75 + 0x60 0x61 0x62 0x63 0x64 0x65>; + reg-names = "main", "dpll", "cp", "hdmi", "edid", "repeater", + "infoframe", "cbus", "cec", "sdp", "txa", "txb" ; #address-cells = <1>; #size-cells = <0>;