From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bhushan Shah Subject: [PATCH v2 0/3] Enable the I2C nodes for Allwinner H6 CPU Date: Fri, 16 Aug 2019 12:17:07 +0530 Message-ID: <20190816064710.18280-1-bshah@kde.org> References: <20190811090503.32396-1-bshah@kde.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190811090503.32396-1-bshah@kde.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Icenowy Zheng , Rob Herring , Mark Rutland , Maxime Ripard , Chen-Yu Tsai , Wolfram Sang , Gregory CLEMENT , linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Bhushan Shah List-Id: devicetree@vger.kernel.org This patch series adds device-tree nodes for i2c nodes in the H6 dtsi, and enables it for the Pine H64. Changes in v2: - Add the SoC specific compatible string instead of re-using a31 one. - Don't enable the i2c0 node in PineH64 by default Bhushan Shah (3): dt-bindings: i2c: mv64xxx: Add compatible for the H6 i2c node. arm64: allwinner: h6: add I2C nodes arm64: allwinner: h6: add i2c0 node in PineH64 .../bindings/i2c/marvell,mv64xxx-i2c.yaml | 3 + .../boot/dts/allwinner/sun50i-h6-pine-h64.dts | 9 +++ arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi | 56 ++++++++++++++++++- 3 files changed, 67 insertions(+), 1 deletion(-) -- 2.17.1