From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 04/11] dt-bindings: timer: Convert Allwinner A13 HSTimer to a schema Date: Mon, 22 Jul 2019 09:08:46 -0600 Message-ID: References: <20190722081229.22422-1-maxime.ripard@bootlin.com> <20190722081229.22422-4-maxime.ripard@bootlin.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190722081229.22422-4-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 To: Maxime Ripard Cc: Mark Rutland , devicetree@vger.kernel.org, Daniel Lezcano , Chen-Yu Tsai , Thomas Gleixner , Frank Rowand , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" List-Id: devicetree@vger.kernel.org On Mon, Jul 22, 2019 at 2:12 AM Maxime Ripard wrote: > > The newer Allwinner SoCs have a High Speed Timer 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 > --- > .../timer/allwinner,sun5i-a13-hstimer.txt | 26 ------ > .../timer/allwinner,sun5i-a13-hstimer.yaml | 79 +++++++++++++++++++ > 2 files changed, 79 insertions(+), 26 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/timer/allwinner,sun5i-a13-hstimer.txt > create mode 100644 Documentation/devicetree/bindings/timer/allwinner,sun5i-a13-hstimer.yaml Reviewed-by: Rob Herring