dt-bindings: bus: Drop empty compatible string in example
authorRob Herring <robh@kernel.org>
Mon, 2 Mar 2020 17:36:20 +0000 (11:36 -0600)
committerRob Herring <robh@kernel.org>
Wed, 4 Mar 2020 19:59:24 +0000 (13:59 -0600)
In preparation to add generic checks of compatible strings, drop
the compatible as '...' is not a valid compatible string.

Cc: Maxime Ripard <mripard@kernel.org>
Cc: Chen-Yu Tsai <wens@csie.org>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/bus/allwinner,sun8i-a23-rsb.yaml

index 9fe11ce..8097361 100644 (file)
@@ -70,7 +70,6 @@ examples:
         #size-cells = <0>;
 
         pmic@3e3 {
-            compatible = "...";
             reg = <0x3e3>;
 
             /* ... */