From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754687AbdKARxp (ORCPT ); Wed, 1 Nov 2017 13:53:45 -0400 Received: from mail.savoirfairelinux.com ([208.88.110.44]:51252 "EHLO mail.savoirfairelinux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751344AbdKARxn (ORCPT ); Wed, 1 Nov 2017 13:53:43 -0400 From: Damien Riegel To: linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Andy Gross , David Brown , Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , kernel@savoirfairelinux.com, Damien Riegel Subject: [PATCH 0/4] arm64: dts: qcom: dts improvements Date: Wed, 1 Nov 2017 13:53:31 -0400 Message-Id: <20171101175335.22123-1-damien.riegel@savoirfairelinux.com> X-Mailer: git-send-email 2.15.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The goal of this series was to add missing I2C bindings for BLSP_I2C1, BLSP_I2C3, and BLSP_I2C5. But while working on this, I noticed some styling issues and decided to tackle them in the same patchset, mostly because they touch the same files and the same people will be involved for the review. Let me know if you'd rather see them sent separately. First patch reindents the wcd_codec block in pm8916.dtsi with respect to the kernel standards. Second patch and third patch makes existing I2C more in sync with the rest of the bindings by dropping assignments to a property that doesn't take a value, and by making their style matches thus of SPI bindings. Last patch add bindings of I2C cores 1, 3, and 5. Damien Riegel (4): arm64: dts: qcom: pm8916: fix wcd_codec indentation arm64: dts: qcom: msm8916-pins: remove assignments to bias-disable arm64: dts: qcom: msm8916: normalize I2C bindings arm64: dts: qcom: msm8916: add bindings for i2c1, i2c3, i2c5 arch/arm64/boot/dts/qcom/msm8916-pins.dtsi | 84 +++++++++++++++++++++++++++--- arch/arm64/boot/dts/qcom/msm8916.dtsi | 57 +++++++++++++++++--- arch/arm64/boot/dts/qcom/pm8916.dtsi | 82 ++++++++++++++--------------- 3 files changed, 169 insertions(+), 54 deletions(-) -- 2.15.0