lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220930132842.23421-2-r-ravikumar@ti.com>
Date:   Fri, 30 Sep 2022 18:58:41 +0530
From:   Rahul T R <r-ravikumar@...com>
To:     <airlied@...il.com>, <daniel@...ll.ch>, <robh+dt@...nel.org>,
        <krzysztof.kozlowski+dt@...aro.org>,
        <tomi.valkeinen@...asonboard.com>,
        <dri-devel@...ts.freedesktop.org>, <nm@...com>, <vigneshr@...com>
CC:     <kristo@...nel.org>, <linux-arm-kernel@...ts.infradead.org>,
        <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        Rahul T R <r-ravikumar@...com>
Subject: [PATCH 1/2] dt-bindings: dp-connector: Fix the property name for dp pwr

Property name for DisplayPort regulator is not matching in
the binding and the driver implementation. Fix the same
in the binding

Signed-off-by: Rahul T R <r-ravikumar@...com>
Reported-by: Nishanth Menon <nm@...com>
---
 .../devicetree/bindings/display/connector/dp-connector.yaml     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/display/connector/dp-connector.yaml b/Documentation/devicetree/bindings/display/connector/dp-connector.yaml
index 22792a79e7ce..529d3f11ac16 100644
--- a/Documentation/devicetree/bindings/display/connector/dp-connector.yaml
+++ b/Documentation/devicetree/bindings/display/connector/dp-connector.yaml
@@ -24,7 +24,7 @@ properties:
     description: A GPIO line connected to HPD
     maxItems: 1
 
-  dp-pwr-supply:
+  dp-pwr:
     description: Power supply for the DP_PWR pin
 
   port:
-- 
2.37.3

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ