Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp5112309yba; Tue, 30 Apr 2019 09:19:11 -0700 (PDT) X-Google-Smtp-Source: APXvYqyOOsyy/MYcAc4CHoxk7/S01L4OSh3CAXi7l5pUczqjPWN3+NywqwTGXUU+YMc1e6nRMyEP X-Received: by 2002:a17:902:8bca:: with SMTP id r10mr25008876plo.67.1556641150929; Tue, 30 Apr 2019 09:19:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556641150; cv=none; d=google.com; s=arc-20160816; b=X9depl6kbuZ2WRo2NxyitXLkkSz6Xzy3TAGqSU40mXwlIxNq7l96ybNtq8IcziHlvW TdsUCEtkKWIGlaRIHS+JV4fmMLZRyeDWreUqvh/5Fi35/6UYSD7gDTXIO7cT8WUib1Wc YwV2rgHUfj5JeWBc80K0j3PO+8T1/AEvOJwdUo3GHK+aF08vAP9J0c4wtKAHv90qw5TE xu26SF0PQagjR52Uy5ld1/Zn9qviwpqd6S6P4Ayd/nT5twTSe1XkkaA4Pur84X89NmKY iiqHugF0w5H/7IGZfsxiem3g3se9XIyU1SAAB5riY//XvPVjSrAqAF4eYa5HevRD1SA0 iNAg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:to:from; bh=0t2kA8AWc2GBU2H/8bwOkGLsJjlkfnZXn6iuCUPZrEY=; b=d0Inh5eseyEr7VeAc0/Tm2FP3NoLLtoliZeNijNkrQ+5+M1NLNpIOxC7VTGYBABd06 8WWJ5bK50SaNT5m/sZXVTLEriMVO1S/X3/ZXH1xcInp/VTpCPRm8R56Lr2rA6rnqudty +HDqxSR7xID05NPqSfcEZ51CF9J/l1BdmMD8pd3BZwmIBmaQGNNutWCENbOyNFSlrFrU LZmiSRrgZUI4InpW06Sk6tP5Y3X7eiASm1c/Ye5lG2hLepmOEfO0DAfAHSQ7xCFsX+9s 1RwuJTLqN5F9J7plyKTIzGNTR66l7YJGsLovJjH1ZWipqImeMyAMyZBrJ+NnseDm25ie /rHw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e35si39188291plb.38.2019.04.30.09.18.54; Tue, 30 Apr 2019 09:19:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726302AbfD3QSE (ORCPT + 99 others); Tue, 30 Apr 2019 12:18:04 -0400 Received: from honk.sigxcpu.org ([24.134.29.49]:48121 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725942AbfD3QSD (ORCPT ); Tue, 30 Apr 2019 12:18:03 -0400 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 3CBEFFB03; Tue, 30 Apr 2019 18:18:01 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yvo4w9v-Tb9h; Tue, 30 Apr 2019 18:18:00 +0200 (CEST) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 111EA4027E; Tue, 30 Apr 2019 18:18:00 +0200 (CEST) From: =?UTF-8?q?Guido=20G=C3=BCnther?= To: Catalin Marinas , Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] amd64: mxc: select CONFIG_SOC_BUS Date: Tue, 30 Apr 2019 18:17:59 +0200 Message-Id: X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org i.MX8 needs soc_device_register, otherwise the build fails like: aarch64-linux-gnu-ld: drivers/soc/imx/soc-imx8.o: in function `imx8_soc_init': soc-imx8.c:(.init.text+0x130): undefined reference to `soc_device_register' aarch64-linux-gnu-ld: soc-imx8.c:(.init.text+0x130): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `soc_device_register' make: *** [Makefile:1051: vmlinux] Error 1 Signed-off-by: Guido Günther --- This was seen on next-20190430. arch/arm64/Kconfig.platforms | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 0f4d91824e4b..c86bccbb118a 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -162,6 +162,7 @@ config ARCH_MXC select IMX_GPCV2_PM_DOMAINS select PM select PM_GENERIC_DOMAINS + select SOC_BUS help This enables support for the ARMv8 based SoCs in the NXP i.MX family. -- 2.20.1