From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Thu, 01 Apr 2021 09:56:21 -0500 Subject: [PATCH v2 3/3] dt-bindings: serial: 8250: add aspeed, sirq-active-high In-Reply-To: <20210401005702.28271-4-zev@bewilderbeest.net> References: <20210401005702.28271-1-zev@bewilderbeest.net> <20210401005702.28271-4-zev@bewilderbeest.net> Message-ID: <1617288981.559685.409158.nullmailer@robh.at.kernel.org> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Wed, 31 Mar 2021 19:57:02 -0500, Zev Weiss wrote: > This provides a simpler, more direct alternative to the deprecated > aspeed,sirq-polarity-sense property for indicating the polarity of > the Aspeed VUART's SIRQ line. > > Signed-off-by: Zev Weiss > --- > Documentation/devicetree/bindings/serial/8250.yaml | 13 ++++++++++--- > 1 file changed, 10 insertions(+), 3 deletions(-) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: ./Documentation/devicetree/bindings/serial/8250.yaml:16:30: [warning] too few spaces after comma (commas) ./Documentation/devicetree/bindings/serial/8250.yaml:17:30: [warning] too few spaces after comma (commas) dtschema/dtc warnings/errors: See https://patchwork.ozlabs.org/patch/1460791 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit.