From patchwork Tue Aug 5 03:09:26 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Rothwell X-Patchwork-Id: 4675731 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id AD942C0338 for ; Tue, 5 Aug 2014 03:13:20 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id CB47F2012D for ; Tue, 5 Aug 2014 03:13:19 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id EAFAD20127 for ; Tue, 5 Aug 2014 03:13:17 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XEV8Q-0003wv-8E; Tue, 05 Aug 2014 03:09:58 +0000 Received: from ozlabs.org ([103.22.144.67]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XEV8N-0003vg-Jb for linux-arm-kernel@lists.infradead.org; Tue, 05 Aug 2014 03:09:56 +0000 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 9A196140086; Tue, 5 Aug 2014 13:09:31 +1000 (EST) Date: Tue, 5 Aug 2014 13:09:26 +1000 From: Stephen Rothwell To: Dave Airlie , Kukjin Kim , Olof Johansson , Arnd Bergmann , Subject: linux-next: build failures after merge of the drm tree Message-ID: <20140805130926.4e8c8fe5@canb.auug.org.au> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.24; i486-pc-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140804_200955_874509_9BCCAAF4 X-CRM114-Status: GOOD ( 13.69 ) X-Spam-Score: 0.0 (/) Cc: Daniel Vetter , linux-kernel@vger.kernel.org, YoungJun Cho , linux-next@vger.kernel.org, Thomas Wood , Inki Dae , Russell King , Rahul Sharma X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Dave, After merging the drm tree, today's linux-next build (x86_64 allmodconfig) failed like this: ERROR: "drm_sysfs_connector_remove" [drivers/gpu/drm/i2c/tda998x.ko] undefined! ERROR: "drm_sysfs_connector_add" [drivers/gpu/drm/i2c/tda998x.ko] undefined! Caused by commit c707c3619ca8 ("drm/i2c: tda998x: add component support") interacting with commit 34ea3d386347 ("drm: add register and unregister functions for connectors"). Maybe it should have been fixed up in the merge commit 920f946428b7 ("Merge branch 'tda998x-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-cubox into drm-next")? I reverted commit c707c3619ca8 for today. But then the arm multi_v7_defconfig build produced these errors: ERROR (phandle_references): Reference to non-existent node or label "disp_pd" ERROR: Input tree has errors, aborting (use -f to force output) make[2]: *** [arch/arm/boot/dts/exynos5420-arndale-octa.dtb] Error 2 make[2]: *** Waiting for unfinished jobs.... ERROR (phandle_references): Reference to non-existent node or label "disp_pd" ERROR: Input tree has errors, aborting (use -f to force output) make[2]: *** [arch/arm/boot/dts/exynos5420-smdk5420.dtb] Error 2 ERROR (phandle_references): Reference to non-existent node or label "disp_pd" ERROR: Input tree has errors, aborting (use -f to force output) ERROR (phandle_references): Reference to non-existent node or label "disp_pd" make[2]: *** [arch/arm/boot/dts/exynos5800-peach-pi.dtb] Error 2 ERROR: Input tree has errors, aborting (use -f to force output) Caused by commit 5a8da524049c ("ARM: dts: exynos5420: add dsi node") interacting with commit d51cad7df871 ("ARM: dts: remove display power domain for exynos5420") from the arm-soc tree. I applied this merge fix patch: From: Stephen Rothwell Date: Tue, 5 Aug 2014 13:03:01 +1000 Subject: [PATCH] ARM: dts: exynos5420: remove disp_pd per comit d51cad7df871 ("ARM: dts: remove display power domain for exynos5420"). Signed-off-by: Stephen Rothwell Tested-by: YoungJun Cho --- arch/arm/boot/dts/exynos5420.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index 95ec37dff3e8..bfe056d9148c 100644 --- a/arch/arm/boot/dts/exynos5420.dtsi +++ b/arch/arm/boot/dts/exynos5420.dtsi @@ -525,7 +525,6 @@ compatible = "samsung,exynos5410-mipi-dsi"; reg = <0x14500000 0x10000>; interrupts = <0 82 0>; - samsung,power-domain = <&disp_pd>; phys = <&mipi_phy 1>; phy-names = "dsim"; clocks = <&clock CLK_DSIM1>, <&clock CLK_SCLK_MIPI1>;