From patchwork Mon Aug 10 10:11:15 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: allen X-Patchwork-Id: 1342776 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ite.com.tw Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BQBdG5gGmz9sRK for ; Mon, 10 Aug 2020 20:13:54 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726466AbgHJKNy (ORCPT ); Mon, 10 Aug 2020 06:13:54 -0400 Received: from 60-251-196-230.HINET-IP.hinet.net ([60.251.196.230]:38405 "EHLO ironport.ite.com.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725846AbgHJKNx (ORCPT ); Mon, 10 Aug 2020 06:13:53 -0400 IronPort-SDR: KhJ1Mduwj6S13dySc2r90OYQqLBK8mBy+O+908azohce8a03aDIuWIwVBxHZ6NYIygICJVBuMp 0paVvEIFmcPw== Received: from unknown (HELO mse.ite.com.tw) ([192.168.35.30]) by ironport.ite.com.tw with ESMTP; 10 Aug 2020 18:13:53 +0800 Received: from CSBMAIL1.internal.ite.com.tw (csbmail1.internal.ite.com.tw [192.168.65.58]) by mse.ite.com.tw with ESMTP id 07AADnKu029681; Mon, 10 Aug 2020 18:13:49 +0800 (GMT-8) (envelope-from allen.chen@ite.com.tw) Received: from allen-VirtualBox.internal.ite.com.tw (192.168.70.14) by CSBMAIL1.internal.ite.com.tw (192.168.65.58) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5; Mon, 10 Aug 2020 18:13:49 +0800 From: allen CC: Allen Chen , Jau-Chih Tseng , Hermes Wu , Kenneth Hung , Pi-Hsun Shih , David Airlie , Daniel Vetter , Rob Herring , Sam Ravnborg , "open list:DRM DRIVERS" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list Subject: [PATCH v1 1/2] ite-it6505 change trigger conditions Date: Mon, 10 Aug 2020 18:11:15 +0800 Message-ID: <1597054312-25538-2-git-send-email-allen.chen@ite.com.tw> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1597054312-25538-1-git-send-email-allen.chen@ite.com.tw> References: <1597054312-25538-1-git-send-email-allen.chen@ite.com.tw> MIME-Version: 1.0 X-Originating-IP: [192.168.70.14] X-ClientProxiedBy: CSBMAIL1.internal.ite.com.tw (192.168.65.58) To CSBMAIL1.internal.ite.com.tw (192.168.65.58) X-TM-SNTS-SMTP: 9BB551AEEA2F831AB4F685F6465B568ADED0B3146C8B08C174BAB4C65DBB5F6A2000:8 X-MAIL: mse.ite.com.tw 07AADnKu029681 To: unlisted-recipients:; (no To-header on input) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org it6505 changes trigger conditions. --- 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>; reg = <0x5c>; pinctrl-names = "default"; pinctrl-0 = <&it6505_pins>;