Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp4662132pxu; Thu, 10 Dec 2020 02:14:33 -0800 (PST) X-Google-Smtp-Source: ABdhPJwpxAdnLvXwIl258wDcEtHHFE81lZZDQdbqIMW3nNWwKavh/bpBhd12b5z9C+ppgHLJvIia X-Received: by 2002:a17:906:a1cb:: with SMTP id bx11mr5483797ejb.508.1607595273521; Thu, 10 Dec 2020 02:14:33 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607595273; cv=none; d=google.com; s=arc-20160816; b=0+mWBkn5W4spnQ5IyjPDxkeGu9ZowJADpztBw3+kGo7CqnvN0MRtMH8A/9FDeuf+ZT tREejQSyoQDqaGFfCU+lO4Laxc6dAFIBv4ODymYLNv8dU2rCPpVbIfdGjrUB+Wix0Fnb so8vRUT14paE+tar86oyVK2XJVK09tTuyZ3N+/d/0CTKfF12L7mQtZRiOr4gLfZP7N3c ilv7PGDvF60jKfsOiOzOlbPSG9zUWP+gG5Ij8VHvLYXasmrK+aI/kL/u0/DyPvvlDtK1 2paoiLs2GajX8UziYIj5C+kMWSeXjnkU/H9QshMWxu4LFaXWZZcNfZJrTEWmVg0lfCg9 SgLg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:message-id:date :subject:cc:to:from; bh=CKP7xhVeK+gebQoGR60j6EOXQF6Ow3Mo70oE6sf2BeU=; b=Az2G2dXGOuwrcwuhPghWKnlHAviL/q/43696p8VScZPyatzkcrTOpH/qsS8pFW21Nf OGB6esA7mdsuwoQ7Dl0txpjD38yUAeEbRfpKVx+0muaBfbYVxl2Afu8LlZuTZ4e7+R2z RAQx08th9pLl1aL63C5BCBl+yuUJ7WLrpFCIxEHoBDIY1kX+CEVczkEynJVZy8u+TlF9 Ayaq5Ec82rDqv0UMhfrhoahQJO8StiIw3rKpiikHYwExxcfjTbM8ouCtXKRg+OLXGqmI PQAhUxC51DBVlN2M2+LHdtX8AVEXOUAlQ+7sHH3eTMhy10TRIxy8V0F0wiOlX//GW9mI /lJA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=puri.sm Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id hh2si1477544ejb.627.2020.12.10.02.14.11; Thu, 10 Dec 2020 02:14:33 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=puri.sm Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728963AbgLJKKs (ORCPT + 99 others); Thu, 10 Dec 2020 05:10:48 -0500 Received: from comms.puri.sm ([159.203.221.185]:40212 "EHLO comms.puri.sm" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728188AbgLJKKn (ORCPT ); Thu, 10 Dec 2020 05:10:43 -0500 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id 35CE6DF98D; Thu, 10 Dec 2020 02:09:38 -0800 (PST) Received: from comms.puri.sm ([127.0.0.1]) by localhost (comms.puri.sm [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dmlePB7Okdbu; Thu, 10 Dec 2020 02:09:33 -0800 (PST) From: Martin Kepplinger To: robh@kernel.org, shawnguo@kernel.org, festevam@gmail.com, catalin.marinas@arm.com, will@kernel.org, georgi.djakov@linaro.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 Subject: [PATCH v3 0/6] imx8mq: updates for the interconnect fabric Date: Thu, 10 Dec 2020 11:09:00 +0100 Message-Id: <20201210100906.18205-1-martin.kepplinger@puri.sm> Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org revision history: v3: (thanks Krysztof and Georgi) * drop the defconfig cycling patch and fix the interconnect enable config * add the noc node to imx8mq only and use correct properties * add missing signed-off-by v2: (thanks Lucas) * reorder and clean up defconfig changes * use "dram" for the interconnect path name and document it * https://lore.kernel.org/linux-arm-kernel/20201201123932.12312-1-martin.kepplinger@puri.sm/T/#t v1: * link: https://lore.kernel.org/linux-arm-kernel/20201201100124.4676-1-martin.kepplinger@puri.sm/T/ thanks, martin Leonard Crestez (1): arm64: dts: imx8mq: Add NOC node Martin Kepplinger (5): arm64: dts: imx8mq: Add interconnect provider property arm64: dts: imx8mq: Add interconnect for lcdif dt-bindings: mxsfb: Add interconnect bindings for LCDIF path interconnect: imx8mq: Use icc_sync_state arm64: defconfig: Enable interconnect for imx8mq .../devicetree/bindings/display/mxsfb.txt | 6 +++++ arch/arm64/boot/dts/freescale/imx8mq.dtsi | 26 +++++++++++++++++++ arch/arm64/configs/defconfig | 2 ++ drivers/interconnect/imx/imx8mq.c | 2 ++ 4 files changed, 36 insertions(+) -- 2.20.1