From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v2 3/3] ARM64: dts: mt8173: Add CPU OPP, clock and regulator supply properties Date: Tue, 05 Jan 2016 11:21:44 +0100 Message-ID: <3310024.mO5K6yH9vU@wuerfel> References: <1451197318-12418-1-git-send-email-pi-cheng.chen@linaro.org> <1451197318-12418-4-git-send-email-pi-cheng.chen@linaro.org> <20151228031340.GD3598@ubuntu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <20151228031340.GD3598@ubuntu> Sender: linux-pm-owner@vger.kernel.org To: linux-arm-kernel@lists.infradead.org Cc: Viresh Kumar , Pi-Cheng Chen , devicetree@vger.kernel.org, linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, Michael Turquette , Daniel Kurtz , linux-mediatek@lists.infradead.org, Matthias Brugger , "Rafael J. Wysocki" List-Id: devicetree@vger.kernel.org On Monday 28 December 2015 08:43:40 Viresh Kumar wrote: > On 27-12-15, 14:21, Pi-Cheng Chen wrote: > > Add operating-points-v2, clock, and regulator supply properties > > required by mt8173-cpufreq driver to enable it. > > > > Signed-off-by: Pi-Cheng Chen > > --- > > This patch is based on the patch[1] that adds underlying clock MUX for > > MT8173 which is needed by mt8173-cpufreq driver but not yet picked. > > > > [1] http://article.gmane.org/gmane.linux.kernel.clk/325 > > --- > > arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 18 ++++++ > > arch/arm64/boot/dts/mediatek/mt8173.dtsi | 90 +++++++++++++++++++++++++++++ > > 2 files changed, 108 insertions(+) > > Acked-by: Viresh Kumar > This patch is now in linux-next through Rafael's pm tree, and it breaks the arm64 build: arm64-defconfig Error: ../arch/arm64/boot/dts/mediatek/mt8173.dtsi:132.24-25 syntax error Please revert. In the future, please send all dts changes through the proper maintainer channels (-> Mattias -> arm-soc), and make sure they actually build. Arnd