From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id AF30BBA49 for ; Tue, 7 Mar 2023 18:46:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 13A25C433D2; Tue, 7 Mar 2023 18:46:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678214796; bh=csudxZ8cB4LFSdKSt2pa2wCSn8Ox7RcGz7stDE/n4UA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jkUZ/Cd9uNQS9YBbwXgWx1d1b8TGUUUcpE5t8vV5xpKeWuQuzkMlrZftvgpKTYfn/ 4mI5a6cKFiimiM6JntIWDE3Txa7DBk3Ol+raVbKQUg3KFnv8xYVi2MOhZyjJfgEwb3 bL9a1butbdm/emfOy3e/FaV/YF/yYjjihl14Hvtc= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Peng Fan , Marco Felsch , Shawn Guo , Sasha Levin Subject: [PATCH 5.15 051/567] ARM: dts: imx7s: correct iomuxc gpr mux controller cells Date: Tue, 7 Mar 2023 17:56:27 +0100 Message-Id: <20230307165908.130180422@linuxfoundation.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230307165905.838066027@linuxfoundation.org> References: <20230307165905.838066027@linuxfoundation.org> User-Agent: quilt/0.67 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Peng Fan [ Upstream commit 0e3e1946606a2919b1dda9967ab2e1c5af2fedd6 ] Per binding doc reg-mux.yaml, the #mux-control-cells should be 1 Signed-off-by: Peng Fan Reviewed-by: Marco Felsch Fixes: 94a905a79f2c ("ARM: dts: imx7s: add multiplexer controls") Signed-off-by: Shawn Guo Signed-off-by: Sasha Levin --- arch/arm/boot/dts/imx7s.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi index 95f22513a7c02..f4d2009d998b7 100644 --- a/arch/arm/boot/dts/imx7s.dtsi +++ b/arch/arm/boot/dts/imx7s.dtsi @@ -497,7 +497,7 @@ gpr: iomuxc-gpr@30340000 { mux: mux-controller { compatible = "mmio-mux"; - #mux-control-cells = <0>; + #mux-control-cells = <1>; mux-reg-masks = <0x14 0x00000010>; }; -- 2.39.2