From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH] dt-bindings: crypto: Convert Allwinner A10 Security Engine to a schema Date: Fri, 12 Jul 2019 07:23:35 -0600 Message-ID: <20190712132335.GA14684@bogus> References: <20190711122301.8193-1-maxime.ripard@bootlin.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20190711122301.8193-1-maxime.ripard@bootlin.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org Cc: Mark Rutland , devicetree@vger.kernel.org, Herbert Xu , Maxime Ripard , Chen-Yu Tsai , linux-crypto@vger.kernel.org, Frank Rowand , "David S . Miller" , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Thu, 11 Jul 2019 14:23:01 +0200, Maxime Ripard wrote: > The older Allwinner SoCs have a crypto engine that is supported in Linux, > with a matching Device Tree binding. > > Now that we have the DT validation in place, let's convert the device tree > bindings for that controller over to a YAML schemas. > > Signed-off-by: Maxime Ripard > --- > .../crypto/allwinner,sun4i-a10-crypto.yaml | 79 +++++++++++++++++++ > .../devicetree/bindings/crypto/sun4i-ss.txt | 23 ------ > 2 files changed, 79 insertions(+), 23 deletions(-) > create mode 100644 Documentation/devicetree/bindings/crypto/allwinner,sun4i-a10-crypto.yaml > delete mode 100644 Documentation/devicetree/bindings/crypto/sun4i-ss.txt > Applied, thanks. Rob