Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp7897696pxb; Fri, 19 Feb 2021 02:07:16 -0800 (PST) X-Google-Smtp-Source: ABdhPJyYCch5kGrOaphs9/t8azck26r5odahf8v4jAXizDHqi7egsyCqSJemmroOIAP2LpZ5NfQd X-Received: by 2002:aa7:dd4c:: with SMTP id o12mr8232213edw.180.1613729236540; Fri, 19 Feb 2021 02:07:16 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613729236; cv=none; d=google.com; s=arc-20160816; b=ggFH2TErgKXlQNLeaNApXIXO4/RzMe8dK5hW5/b+P7mMW4P5fXDHRFcmGSQ0CB/0hH uK7zaIXH3r7WemLlr/riSsl/USHj9n/UHpX6GFgNB4YCd9sYd+9GPFNIPAFHqNO7QkNH zY1Vi6xGxMCHhiS/vtV1fuOTKCcpnJbivDm1maSiQrwZ12HnqSDnHua/2ToXle9Z8RQT exzTru4FEnNfGyMoHeY5NXNcOkR9ygZexbncQmyWouXTaqV7ZjPa3RxEloY1Gf0LJrhF /gEjGzJh8CNdrbEhzUwCytbtWkmSbedBCVS9HBLaEQWgjSStfAOA6p9ClE+uI15TH0aH oVwA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:references:in-reply-to :message-id:date:subject:cc:to:from; bh=XN5nnnLI1IZ/0DjBknxUDEFlzWMBnFtmNi1oZUnS2+Q=; b=VfLm8KIRJCIkDfsf1arz8xPqvaGn1EQVzHwDMT5Yexvpf3wvGDnQqSYuMEuLZc+xTi 0Xg/jVnCl6CUsR/sN4E78w+DmtgBYv2byoWw79mR3jx0kcsVWlaVCRqBoytaiMxskEwi SJ6+rx0i+f8PsH7lqnGubUC7n4YJhv2jhpAw4gpzEZHzUtDaSsKamZeMO60mMUmuYWJr KR13JrBvLxAKH4UYT0++HWgK6n0u4iPvRRDVz1kwWtHz2UaYQ8kjnDo3P+jZOZY97o0a tnfOyr0THuGa6Qt7pIPiHXtlERcoBWrPjXzBD076TsrokFYd/uYjLMz9k2IxByyZFCJA x5Yg== 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 g19si6397801ejz.742.2021.02.19.02.06.53; Fri, 19 Feb 2021 02:07:16 -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 S230202AbhBSKF5 (ORCPT + 99 others); Fri, 19 Feb 2021 05:05:57 -0500 Received: from comms.puri.sm ([159.203.221.185]:38316 "EHLO comms.puri.sm" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230144AbhBSKFz (ORCPT ); Fri, 19 Feb 2021 05:05:55 -0500 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id 2F1D0E1FE2; Fri, 19 Feb 2021 02:05:15 -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 lDB19GLjup7c; Fri, 19 Feb 2021 02:05:14 -0800 (PST) From: Martin Kepplinger To: robh@kernel.org, shawnguo@kernel.org, festevam@gmail.com Cc: kernel@pengutronix.de, linux-imx@nxp.com, krzk@kernel.org, kernel@puri.sm, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, =?UTF-8?q?Guido=20G=C3=BCnther?= , Martin Kepplinger Subject: [PATCH v3 2/5] arm64: dts: librem5: Drop assigned-clocks from SAI2 Date: Fri, 19 Feb 2021 11:04:36 +0100 Message-Id: <20210219100439.9428-3-martin.kepplinger@puri.sm> In-Reply-To: <20210219100439.9428-1-martin.kepplinger@puri.sm> References: <20210219100439.9428-1-martin.kepplinger@puri.sm> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Guido Günther IMX8MQ_AUDIO_PLL1 and IMX8MQ_AUDIO_PLL2 are setup to the same rates right on the clock controller. Signed-off-by: Guido Günther Signed-off-by: Martin Kepplinger --- arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi index 06a4799b6aeb..c2bbbdeb93e3 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi @@ -1051,8 +1051,6 @@ assigned-clocks = <&clk IMX8MQ_CLK_SAI2>; assigned-clock-parents = <&clk IMX8MQ_AUDIO_PLL1_OUT>; assigned-clock-rates = <24576000>; - assigned-clocks = <&clk IMX8MQ_AUDIO_PLL1>, <&clk IMX8MQ_AUDIO_PLL2>; - assigned-clock-rates = <786432000>, <722534400>; status = "okay"; }; -- 2.20.1