Message ID | 1597054312-25538-2-git-send-email-allen.chen@ite.com.tw (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | IT6505 cover letter | expand |
On Mon, Aug 10, 2020 at 06:11:15PM +0800, allen wrote: > it6505 changes trigger conditions. Patches must have a Signed-off-by with a full name. > --- > Documentation/devicetree/bindings/display/bridge/ite,it6505.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/display/bridge/ite,it6505.yaml b/Documentation/devicetree/bindings/display/bridge/ite,it6505.yaml > index 2c50016..bf0e889 100644 > --- a/Documentation/devicetree/bindings/display/bridge/ite,it6505.yaml > +++ b/Documentation/devicetree/bindings/display/bridge/ite,it6505.yaml > @@ -73,7 +73,7 @@ examples: > > dp-bridge@5c { > compatible = "ite,it6505"; > - interrupts = <152 IRQ_TYPE_EDGE_FALLING 152 0>; > + interrupts = <152 IRQ_TYPE_LEVEL_LOW 152 0>; How does this have 2 interrupts which are the same irq number, but different flags? > reg = <0x5c>; > pinctrl-names = "default"; > pinctrl-0 = <&it6505_pins>; > -- > 1.9.1 >
diff --git a/Documentation/devicetree/bindings/display/bridge/ite,it6505.yaml b/Documentation/devicetree/bindings/display/bridge/ite,it6505.yaml index 2c50016..bf0e889 100644 --- a/Documentation/devicetree/bindings/display/bridge/ite,it6505.yaml +++ b/Documentation/devicetree/bindings/display/bridge/ite,it6505.yaml @@ -73,7 +73,7 @@ examples: dp-bridge@5c { compatible = "ite,it6505"; - interrupts = <152 IRQ_TYPE_EDGE_FALLING 152 0>; + interrupts = <152 IRQ_TYPE_LEVEL_LOW 152 0>; reg = <0x5c>; pinctrl-names = "default"; pinctrl-0 = <&it6505_pins>;