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 733732DC78E; Mon, 15 Sep 2025 21:28:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757971724; cv=none; b=Y3819E9Mj7Wy4rq/QWNoabxk0lSDXzM8K+ka/uvOWhFfDI3E8s7L3H48NBPH4arzHjE+CGdL3uQQfqXBpz1Cy2Dvk61hbI35lybLUZKIWN4QRmtMvRG0/eAfJAlkDbk397tjSE2sV8a5oahQnPnGRkao5p1+o0LK0iDh534pfMQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757971724; c=relaxed/simple; bh=J7w5Uv588seucAZc5qK6ZM10e3QMlvHhql5IgBepXTU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ILNWQDUtoi+KG5+DS0qihL5DXCC4ChKQLLbEyRrff+og3lA528OZtDlL4uJa50gvdQ8CdZ2OQRNNEPFjn1QyKuXbA1UvJ1ue8L12oJIXgbwqT0LFz9e7gW3IypQGJCamJwRDO6M9Ok8d3yjqraD2bvetaMfR9030le4OxaqQUQk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Wb5kIjFc; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Wb5kIjFc" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D42DCC4CEF1; Mon, 15 Sep 2025 21:28:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1757971724; bh=J7w5Uv588seucAZc5qK6ZM10e3QMlvHhql5IgBepXTU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Wb5kIjFcTfPKvpc15/hdnRAwaV/ZVHS3ezGLGY27czT0B1oOghzLiddhMedOllcwK rOomRU56t3LbDhVWi70Ni1/Sc9OCFayutU1bZHcIa5EkxqJ44X+WRLD7oewFuZlMbN lDIs3IVw3S3ztGBiiMKcvkQxEQX77QFI90PGPE9yVYmTU79mEntjai9sCo+nSFFdmI XExePHm6sTfjB0W+uSN8uiaQs+xW73LIxS/F/ceGkwsrDvahUmBKFRnmy6jejOyoPM 9SW1T7m7QG6sFYN5XYChvY30gDUiRKJsEHrZxMlYbIuSoYoiOI7TcN2erOS46dZqxj ZuBIa2oo+fKhw== Date: Mon, 15 Sep 2025 16:28:43 -0500 From: "Rob Herring (Arm)" To: Raphael Gallais-Pou Cc: linux-kernel@vger.kernel.org, Michael Turquette , Mauro Carvalho Chehab , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-clk@vger.kernel.org, linux-media@vger.kernel.org, Conor Dooley , Patrice Chotard , Stephen Boyd Subject: Re: [PATCH v2 5/5] dt-bindings: clock: st: flexgen: remove deprecated compatibles Message-ID: <175797172248.3553148.3537450919982755696.robh@kernel.org> References: <20250912-master-v2-0-2c0b1b891c20@gmail.com> <20250912-master-v2-5-2c0b1b891c20@gmail.com> Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250912-master-v2-5-2c0b1b891c20@gmail.com> On Fri, 12 Sep 2025 13:36:12 +0200, Raphael Gallais-Pou wrote: > st/stih407-clock.dtsi file has been removed in commit 65322c1daf51 > ("clk: st: flexgen: remove unused compatible"). This file has three > compatibles which are now dangling. Remove them from documentation. > > Signed-off-by: Raphael Gallais-Pou > --- > Documentation/devicetree/bindings/clock/st/st,flexgen.txt | 3 --- > 1 file changed, 3 deletions(-) > Acked-by: Rob Herring (Arm)