The aspeed,sirq-polarity-sense property was a bit of a design mistake in that it ties Aspeed VUART SIRQ polarity to SCU register bits that aren't really inherently related to it.
This patch series deprecates that property (though we hope to eventually remove it) and adds a simple boolean property (aspeed,sirq-active-high) to use instead. Changes since v1: - deprecate and retain aspeed,sirq-polarity-sense instead of removing it - drop e3c246d4i dts addition from this series Zev Weiss (3): dt-bindings: serial: 8250: deprecate aspeed,sirq-polarity-sense drivers/tty/serial/8250: add DT property for aspeed vuart sirq polarity dt-bindings: serial: 8250: add aspeed,sirq-active-high Documentation/devicetree/bindings/serial/8250.yaml | 14 +++++++++++--- drivers/tty/serial/8250/8250_aspeed_vuart.c | 3 +++ 2 files changed, 14 insertions(+), 3 deletions(-) -- 2.31.1