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 D7C77567D; Fri, 10 May 2024 20:16:02 +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=1715372163; cv=none; b=lo5eYCzoi/yWSxdE5FhrlCAbNDWeJnA4idtTOHQX/PHX1jszcvR3C6Kx4kNCRygqSrkM1ZdijIsYyCRgjBzEFR1Udrlh1AzrzE5Sfksgz5xx6h/WEkMiOlsugU9JRD5ZQN0m/iEnXfBgtHFYKyMJZ+zGO0pH59LwtTYsDH4A3PE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715372163; c=relaxed/simple; bh=pmQ9AQITJFZy+youh/0jj+z+qY75g9ys3kkz/LOAbwo=; h=Message-ID:Content-Type:MIME-Version:In-Reply-To:References: Subject:From:Cc:To:Date; b=iPaudrB2+7c5f8tLTCvof0ZxX1OFxqzXwjXHYPtUqLsyw5ZxY0iUno1u7MoTrgf9rCcHfMBA+wVygqW7jF10jGPlvLF5mUsat5kxHU6CHLs1x0jS9MUsxOkyQwQ4ZJUbCd25XA+h8Z0xT5bPZeNESUPLSNSV6VWYBW6QXWZY1Rw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=eq3rLu84; 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="eq3rLu84" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8F648C113CC; Fri, 10 May 2024 20:16:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1715372162; bh=pmQ9AQITJFZy+youh/0jj+z+qY75g9ys3kkz/LOAbwo=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=eq3rLu842lVFGjL//lACe/xYhdPHq7+5jm7/PIJyXOvBAhxNq1hQatlizQKAcrHbe e/vEDsQZTCS/ZmxHhuTtCMzeNq79kJGrvFaTD+gRETEoufZVFr08eE9EfVestsNmcN pF7shYpzPmHWAwgbLxc5ljRjOYRkx3FMfs4z/O4cMxHRWvDeT/s/mUvbTW1Bpze/5W d3cYj8uwV3aLkeZrSbJOM8OkAYgmLD6mxnLbTcvY6/QSpTeFSoRW1PnSB36SwLPkTC 7b0Rf5HhPkPZMTsvEcCQ80Tg/FpL5PQSAQoSYqZ+iku9NbXqOOcRk89jVzxpF+DlbY 0S9lyaZBIk4Iw== Message-ID: Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20240510123018.3902184-1-robh@kernel.org> References: <20240510123018.3902184-1-robh@kernel.org> Subject: Re: [PATCH] dt-bindings: mfd: syscon: Add more simple compatibles From: Stephen Boyd Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-mips@vger.kernel.org, linux-mtd@lists.infradead.org, netdev@vger.kernel.org, linux-mediatek@lists.infradead.org To: Alexandre Belloni , Andrew Lunn , AngeloGioacchino Del Regno , Claudiu Beznea , Conor Dooley , David S. Miller , Eric Dumazet , Gregory Clement , Jakub Kicinski , Krzysztof Kozlowski , Lee Jones , Matthias Brugger , Michael Turquette , Miquel Raynal , Nicolas Ferre , Paolo Abeni , Richard Weinberger , Rob Herring (Arm) , Salil Mehta , Sebastian Hesselbarth , Thomas Bogendoerfer , UNGLinuxDriver@microchip.com, Vignesh Raghavendra , Yisen Zhuang Date: Fri, 10 May 2024 13:16:00 -0700 User-Agent: alot/0.10 Quoting Rob Herring (Arm) (2024-05-10 05:30:14) > Add another batch of various "simple" syscon compatibles which were > undocumented or still documented with old text bindings. Remove the old > text binding docs for the ones which were documented. >=20 > Signed-off-by: Rob Herring (Arm) > --- Acked-by: Stephen Boyd