All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: display: msm: dsi: remove address/size cells
@ 2022-03-28 15:29 Krzysztof Kozlowski
  2022-03-28 15:52 ` Krzysztof Kozlowski
  2022-03-28 16:43   ` Dmitry Baryshkov
  0 siblings, 2 replies; 22+ messages in thread
From: Krzysztof Kozlowski @ 2022-03-28 15:29 UTC (permalink / raw)
  To: Rob Clark, Sean Paul, Abhinav Kumar, David Airlie, Daniel Vetter,
	Rob Herring, Krzysztof Kozlowski, Krishna Manikandan,
	linux-arm-msm, dri-devel, freedreno, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski, Vinod Koul

The DSI node is not a bus and the children do not have unit addresses.

Reported-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../bindings/display/msm/dsi-controller-main.yaml          | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml
index 7095ec3c890d..57f238f72326 100644
--- a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml
+++ b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml
@@ -51,10 +51,6 @@ properties:
   phy-names:
     const: dsi
 
-  "#address-cells": true
-
-  "#size-cells": true
-
   syscon-sfpb:
     description: A phandle to mmss_sfpb syscon node (only for DSIv2).
     $ref: "/schemas/types.yaml#/definitions/phandle"
@@ -154,9 +150,6 @@ examples:
            reg = <0x0ae94000 0x400>;
            reg-names = "dsi_ctrl";
 
-           #address-cells = <1>;
-           #size-cells = <0>;
-
            interrupt-parent = <&mdss>;
            interrupts = <4>;
 
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2022-03-31 15:51 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-28 15:29 [PATCH] dt-bindings: display: msm: dsi: remove address/size cells Krzysztof Kozlowski
2022-03-28 15:52 ` Krzysztof Kozlowski
2022-03-28 16:43 ` Dmitry Baryshkov
2022-03-28 16:43   ` Dmitry Baryshkov
2022-03-28 17:04   ` Krzysztof Kozlowski
2022-03-28 17:04     ` Krzysztof Kozlowski
2022-03-28 17:16   ` Vinod Koul
2022-03-28 17:16     ` Vinod Koul
2022-03-28 17:17     ` Krzysztof Kozlowski
2022-03-28 17:17       ` Krzysztof Kozlowski
2022-03-28 18:21       ` Rob Herring
2022-03-28 18:21         ` Rob Herring
2022-03-29  6:31         ` Vinod Koul
2022-03-29  6:31           ` Vinod Koul
2022-03-29 15:52           ` Rob Herring
2022-03-29 15:52             ` Rob Herring
2022-03-31  6:05             ` Vinod Koul
2022-03-31  6:05               ` Vinod Koul
2022-03-31  9:34               ` Dmitry Baryshkov
2022-03-31  9:34                 ` Dmitry Baryshkov
2022-03-31 15:51                 ` Rob Herring
2022-03-31 15:51                   ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.