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 BAA36881F for ; Fri, 10 Mar 2023 14:45:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 385B0C433A0; Fri, 10 Mar 2023 14:45:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678459543; bh=gWOBZ8ezT67jJxJd+YHR5gUjpVuSpMRTGeOW7i8jiHY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=akxZ33xFIzIg2EZI8kXV1Tw3A76P9ATTJ1eL6Npy1B/GWRqm188NYQtoTXIUIbBDL PPzk0N3WVxghkpuknfZ+YbFMSQfWIUA4ugmB791LM175TupxxjeA65Rqksm+Y39HfF sUPwP1Q5T6cLexRoOfWAVDotxI72XDph5DyLhPwI= 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.10 038/529] ARM: dts: imx7s: correct iomuxc gpr mux controller cells Date: Fri, 10 Mar 2023 14:33:01 +0100 Message-Id: <20230310133806.758898991@linuxfoundation.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230310133804.978589368@linuxfoundation.org> References: <20230310133804.978589368@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 9e1b0af0aa43f..43b39ad9ddcee 100644 --- a/arch/arm/boot/dts/imx7s.dtsi +++ b/arch/arm/boot/dts/imx7s.dtsi @@ -494,7 +494,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