diff options
author | 2025-07-09 15:15:16 +0200 | |
---|---|---|
committer | 2025-07-15 13:01:53 +0200 | |
commit | fd5fde69fd413b03e25fb3b8e2ce375c02e74b0d (patch) | |
tree | 3d13aa75329dc17c20d016667042723b5828d872 | |
parent | drm/panel-edp: Add BOE NE14QDM panel for Dell Latitude 7455 (diff) | |
download | wireguard-linux-fd5fde69fd413b03e25fb3b8e2ce375c02e74b0d.tar.xz wireguard-linux-fd5fde69fd413b03e25fb3b8e2ce375c02e74b0d.zip |
dt-bindings: display: rockchip,dw-mipi-dsi: Drop address/size cells
The "rockchip,dw-mipi-dsi" binding has allOf "snps,dw-mipi-dsi.yaml"
which has allOf "dsi-controller.yaml", which already has #address-cells
and #size-cells defined as '1' and '0' respectively.
So drop this re-definition.
Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
Reviewed-by: "Rob Herring (Arm)" <robh@kernel.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20250709132323.128757-4-didi.debian@cknow.org
-rw-r--r-- | Documentation/devicetree/bindings/display/rockchip/rockchip,dw-mipi-dsi.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-mipi-dsi.yaml b/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-mipi-dsi.yaml index ccd71c5324af..0881e82deb11 100644 --- a/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-mipi-dsi.yaml +++ b/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-mipi-dsi.yaml @@ -58,12 +58,6 @@ properties: power-domains: maxItems: 1 - "#address-cells": - const: 1 - - "#size-cells": - const: 0 - required: - compatible - clocks |