On Fri, Oct 21, 2016 at 11:20:04AM -0700, Bjorn Andersson wrote: > On Fri 21 Oct 04:11 PDT 2016, Jeremy McNicoll wrote: > > > From: Jeremy McNicoll <jmcnicol@xxxxxxxxxx> > > > > Initial device tree support for Qualcomm MSM8992 SoC and > > LG Bullhead / Google Nexus 5X support. > > > > Looks reasonable, just two small nits below. > Thanks for the feedback. > > Signed-off-by: Jeremy McNicoll <jeremymc@xxxxxxxxxx> > > --- > > arch/arm64/boot/dts/qcom/Makefile | 4 +- > > .../boot/dts/qcom/msm8992-bullhead-rev-101.dts | 42 ++++ > > arch/arm64/boot/dts/qcom/msm8992-pins.dtsi | 38 ++++ > > arch/arm64/boot/dts/qcom/msm8992.dtsi | 214 +++++++++++++++++++++ > > 4 files changed, 296 insertions(+), 2 deletions(-) > > create mode 100644 arch/arm64/boot/dts/qcom/msm8992-bullhead-rev-101.dts > > create mode 100644 arch/arm64/boot/dts/qcom/msm8992-pins.dtsi > > create mode 100644 arch/arm64/boot/dts/qcom/msm8992.dtsi > > > > diff --git a/arch/arm64/boot/dts/qcom/Makefile b/arch/arm64/boot/dts/qcom/Makefile > > index 5dd05de..abb366e 100644 > > --- a/arch/arm64/boot/dts/qcom/Makefile > > +++ b/arch/arm64/boot/dts/qcom/Makefile > > @@ -1,6 +1,6 @@ > > dtb-$(CONFIG_ARCH_QCOM) += apq8016-sbc.dtb msm8916-mtp.dtb > > -dtb-$(CONFIG_ARCH_QCOM) += msm8996-mtp.dtb > > -dtb-$(CONFIG_ARCH_QCOM) += apq8096-db820c.dtb > > +dtb-$(CONFIG_ARCH_QCOM) += msm8996-mtp.dtb apq8096-db820c.dtb > > Don't change these, just add yours. > Done, one line per entry. > [..] > > diff --git a/arch/arm64/boot/dts/qcom/msm8992.dtsi b/arch/arm64/boot/dts/qcom/msm8992.dtsi > [..] > > + > > + msmgpio: pinctrl@fd510000 { > > + compatible = "qcom,msm8994-pinctrl", "qcom,msm8974-pinctrl"; > > This device is not compatible with the msm8974 TLMM, so please drop the > second compatible. Updated to use, https://patches.linaro.org/patch/78750/ -jeremy -- To unsubscribe from this list: send the line "unsubscribe linux-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html