diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-04 17:53:01 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-09-15 01:31:30 +0300 |
commit | 33f9e5070ccb95c17875bc4496de18c1db7a3891 (patch) | |
tree | cfac3019c8a565a68ef0df3b138ce9302df98f4c /Documentation | |
parent | 0309c683dd7e5e263bb16a2c4199df933ff2222c (diff) | |
download | linux-33f9e5070ccb95c17875bc4496de18c1db7a3891.tar.xz |
dt-bindings: display: bridge: nwl-dsi: Add common properties
Add common properties appearing in DTSes (assigned-clocks and others) to
fix dtbs_check warnings like:
arch/arm64/boot/dts/freescale/imx8mq-evk.dt.yaml: mipi-dsi@30a00000:
'assigned-clock-parents', 'assigned-clock-rates', 'assigned-clocks' do not match any of the regexes: '^panel@[0-9]+$', 'pinctrl-[0-9]+'
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200904145312.10960-3-krzk@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/display/bridge/nwl-dsi.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/bridge/nwl-dsi.yaml b/Documentation/devicetree/bindings/display/bridge/nwl-dsi.yaml index 04099f5bea3f..b8ba6eb482a1 100644 --- a/Documentation/devicetree/bindings/display/bridge/nwl-dsi.yaml +++ b/Documentation/devicetree/bindings/display/bridge/nwl-dsi.yaml @@ -30,6 +30,10 @@ properties: '#size-cells': const: 0 + assigned-clock-parents: true + assigned-clock-rates: true + assigned-clocks: true + clocks: items: - description: DSI core clock |