2022-09-30 14:04:14

by Rahul T R

[permalink] [raw]
Subject: [PATCH 0/2] Fix dp-pwr property in dp-connector binding

Fix the miss match in the binding and driver implementation for
dp power supply regulator property. Also fix it in the dp-connector
node instances in dt files

Rahul T R (2):
dt-bindings: dp-connector: Fix the property name for dp pwr
arm64: dts: ti: k3-j721e-*: Fix the property name for dp pwr

.../devicetree/bindings/display/connector/dp-connector.yaml | 2 +-
arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts | 2 +-
arch/arm64/boot/dts/ti/k3-j721e-sk.dts | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

--
2.37.3


2022-09-30 14:40:52

by Rahul T R

[permalink] [raw]
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 <[email protected]>
Reported-by: Nishanth Menon <[email protected]>
---
.../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