From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 99564C64E7B for ; Tue, 1 Dec 2020 13:11:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2A09520637 for ; Tue, 1 Dec 2020 13:11:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="kidd5nkR" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727387AbgLANLQ (ORCPT ); Tue, 1 Dec 2020 08:11:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33860 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727077AbgLANLQ (ORCPT ); Tue, 1 Dec 2020 08:11:16 -0500 Received: from mail-wr1-x443.google.com (mail-wr1-x443.google.com [IPv6:2a00:1450:4864:20::443]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 91DDDC0613CF for ; Tue, 1 Dec 2020 05:10:35 -0800 (PST) Received: by mail-wr1-x443.google.com with SMTP id u12so2576803wrt.0 for ; Tue, 01 Dec 2020 05:10:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:to:cc:references:from:message-id:date:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=tD7lW8WjSrRAwrauSTkItu7q0mgGf77gOj0uFtLmfHc=; b=kidd5nkR1gcHW5NLYjMY7MiUA15JI8OL4z3O4/TU2FAOB/VULuO0Hm4tRTMRVykScE PvvWilLHI3TxbdWV7k5OL7p2yxy80Ex+Gkc9geaATPtulSsV4pDoBtY7nlVKZxgD7Zc5 VM8ZB9clHq7RhlKr4nqkyewcwLKal9K/Kt8gncaQm+rDZ4siAKVfshlUa6JrcgGUX2X1 kf0qoC3Np9pZrrDfL1luK1OUfEJtpmiaB3cE9yqqVJcVIr5ISswF0AP7hFqCnFq26JWn XengzQ4JH1dXIQndC6gNT/FakRwBhH/5H1vzED/DuFHRTjCvgEoXIoE34ZpHXOlIKmWf Kq5g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=tD7lW8WjSrRAwrauSTkItu7q0mgGf77gOj0uFtLmfHc=; b=C/mymJcy9yix5ut+YNRReEFfd1IDgyP+9QQrKKPsdR9I2z3RaT4KQ6OTenbLPfuVtE Dj56IHkqAjwI7jmapX98iPpZJNjim4ONJ+KRH2LCOpkSbzmHzwkYCigXgJUqgAl3FjaL TLvzJdO3IAA2iIl7W/0M+0+2S83nblMXwiWAW/BbDEqkaKH9E5lnykSXlxDyHn8JG36Z a7Ye+sIppY1BK1SSqkxtGMfD3D1wqluZN6b1rY6L3rtl5H4b3uUJZBJDpSaM7LHIKSUz Zp1kC86LeuGa5Om7dF0c7F3gRmqzdvzFLWEAhHXtCWRRJ5K+LbmVFxqiZ0JiPdBafNuK gwyA== X-Gm-Message-State: AOAM532gz/pcDVQQf5jHaRG3GIKOzc5aIbD60COGDCHjgnn/XrQUBpBS ndQk0zHFLTwIfe8+PNhcsfaOuQ== X-Google-Smtp-Source: ABdhPJyoKaXp94oxtZFzKE6AUzgI8hcGm4c3/RCkF1rQPUlrMMoXAY1tc6etaO39l7cymIYuLnuN/A== X-Received: by 2002:a05:6000:45:: with SMTP id k5mr3929976wrx.108.1606828234332; Tue, 01 Dec 2020 05:10:34 -0800 (PST) Received: from MacBook-Pro.local ([212.45.64.13]) by smtp.googlemail.com with ESMTPSA id o67sm3046825wmo.31.2020.12.01.05.10.32 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 01 Dec 2020 05:10:33 -0800 (PST) Subject: Re: [PATCH v2 7/7] arm64: defconfig: Enable interconnect for imx8mq To: Martin Kepplinger , robh@kernel.org, shawnguo@kernel.org, festevam@gmail.com, catalin.marinas@arm.com, will@kernel.org, cdleonard@gmail.com Cc: kernel@pengutronix.de, linux-imx@nxp.com, kernel@puri.sm, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org References: <20201201123932.12312-1-martin.kepplinger@puri.sm> <20201201123932.12312-8-martin.kepplinger@puri.sm> From: Georgi Djakov Message-ID: Date: Tue, 1 Dec 2020 15:10:32 +0200 MIME-Version: 1.0 In-Reply-To: <20201201123932.12312-8-martin.kepplinger@puri.sm> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 1.12.20 14:39, Martin Kepplinger wrote: > Enable INTERCONNECT_IMX8MQ in order to make interconnect more widely > available for testing. I hope that it's not just for testing, but using it. > Signed-off-by: Martin Kepplinger > --- > arch/arm64/configs/defconfig | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 1fed16950a7c..830c26a95b3d 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -1023,7 +1023,8 @@ CONFIG_OPTEE=y > CONFIG_MUX_MMIO=y > CONFIG_SLIM_QCOM_CTRL=m > CONFIG_SLIM_QCOM_NGD_CTRL=m > -CONFIG_INTERCONNECT=y Why are you removing this line? Thanks, Georgi > +CONFIG_INTERCONNECT_IMX=m > +CONFIG_INTERCONNECT_IMX8MQ=m > CONFIG_INTERCONNECT_QCOM=y > CONFIG_INTERCONNECT_QCOM_MSM8916=m > CONFIG_INTERCONNECT_QCOM_SDM845=m >