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 B276314AB9; Thu, 11 Jan 2024 10:45:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="udT+Qc9B" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0A142C43390; Thu, 11 Jan 2024 10:45:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1704969933; bh=1zlWT5FLY0Fih5H5xoaVcmBtvGj8QW2FkGsabbTm2LY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=udT+Qc9BRX4yCSJRvEFLb9REPtzq7Vdr4/YrTD97vO4oGx9xPBN0il0CPPc7VheiY kx4YHTNSL3Kio0PMiJ+K6a5SV3O+Dn6JtFbxae/mFaiGqnZv2DjCOv+6XILtmuCXZ4 CyOtaDy4tXa6zjMeLsxsh5iNKz5WQ8WQXEM9xqdC9sp5VMSvurLFYNAFP2FXsQGQP3 8gbqeANHNclNu2iU+eADO3ceQFb5UB1mGDX397VidJLj7hM7BFY+x3ypij/hCqWWkl 8dV9XOSNvXQllz5yxc+yQvUrMW8FwCwhEZDLirIVf0u1lrPCIZvy6SlVOoC0XUWyZ3 zQHVqgrbpgjCQ== Date: Thu, 11 Jan 2024 10:45:28 +0000 From: Lee Jones To: Dario Binacchi Cc: linux-kernel@vger.kernel.org, linux-amarula@amarulasolutions.com, Alexandre Torgue , Conor Dooley , Conor Dooley , Krzysztof Kozlowski , Maxime Coquelin , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com Subject: Re: [PATCH v2 1/8] dt-bindings: mfd: stm32f7: Add binding definition for DSI Message-ID: <20240111104528.GC1665043@google.com> References: <20240101161601.2232247-1-dario.binacchi@amarulasolutions.com> <20240101161601.2232247-2-dario.binacchi@amarulasolutions.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240101161601.2232247-2-dario.binacchi@amarulasolutions.com> On Mon, 01 Jan 2024, Dario Binacchi wrote: > Add binding definition for MIPI DSI Host controller. > > Signed-off-by: Dario Binacchi > Acked-by: Conor Dooley > > --- > > Changes in v2: > - Add Acked-by tag of Conor Dooley > > include/dt-bindings/mfd/stm32f7-rcc.h | 1 + > 1 file changed, 1 insertion(+) You haven't send me the rest of the set, so I have no idea what's going on with respect to expected merge strategy. In future please send the whole patch to all of the relevant maintainers. > diff --git a/include/dt-bindings/mfd/stm32f7-rcc.h b/include/dt-bindings/mfd/stm32f7-rcc.h > index 8d73a9c51e2b..a4e4f9271395 100644 > --- a/include/dt-bindings/mfd/stm32f7-rcc.h > +++ b/include/dt-bindings/mfd/stm32f7-rcc.h > @@ -108,6 +108,7 @@ > #define STM32F7_RCC_APB2_SAI1 22 > #define STM32F7_RCC_APB2_SAI2 23 > #define STM32F7_RCC_APB2_LTDC 26 > +#define STM32F7_RCC_APB2_DSI 27 > > #define STM32F7_APB2_RESET(bit) (STM32F7_RCC_APB2_##bit + (0x24 * 8)) > #define STM32F7_APB2_CLOCK(bit) (STM32F7_RCC_APB2_##bit + 0xA0) > -- > 2.43.0 > -- Lee Jones [李琼斯]