Skip to content

Commit 0b9431c

Browse files
Andre-ARMrobherring
authored andcommitted
dt-bindings: display: arm,malidp: remove bogus RQOS property
As Liviu pointed out, the arm,malidp-arqos-high-level property mentioned in the original .txt binding was a mistake, and arm,malidp-arqos-value needs to take its place. The binding commit ce6eb02 ("dt/bindings: display: Add optional property node define for Mali DP500") mentions the right name in the commit message, but has the wrong name in the diff. Commit d298e6a ("drm/arm/mali-dp: Add display QoS interface configuration for Mali DP500") uses the property in the driver, but uses the shorter name. Remove the wrong property from the binding, and use the proper name in the example. The actual property was already documented properly. Fixes: 2c8b082 ("dt-bindings: display: convert Arm Mali-DP to DT schema") Link: https://lore.kernel.org/linux-arm-kernel/[email protected]/ Signed-off-by: Andre Przywara <[email protected]> Reported-by: Liviu Dudau <[email protected]> Reviewed-by: Liviu Dudau <[email protected]> Signed-off-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 01aa6cb commit 0b9431c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Documentation/devicetree/bindings/display/arm,malidp.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ properties:
7171
- description: number of output lines for the green channel (G)
7272
- description: number of output lines for the blue channel (B)
7373

74-
arm,malidp-arqos-high-level:
75-
$ref: /schemas/types.yaml#/definitions/uint32
76-
description:
77-
integer describing the ARQoS levels of DP500's QoS signaling
78-
7974
arm,malidp-arqos-value:
8075
$ref: /schemas/types.yaml#/definitions/uint32
8176
description:
@@ -113,7 +108,7 @@ examples:
113108
clocks = <&oscclk2>, <&fpgaosc0>, <&fpgaosc1>, <&fpgaosc1>;
114109
clock-names = "pxlclk", "mclk", "aclk", "pclk";
115110
arm,malidp-output-port-lines = /bits/ 8 <8 8 8>;
116-
arm,malidp-arqos-high-level = <0xd000d000>;
111+
arm,malidp-arqos-value = <0xd000d000>;
117112
118113
port {
119114
dp0_output: endpoint {

0 commit comments

Comments
 (0)