diff options
author | Rob Herring <robh@kernel.org> | 2020-03-02 11:36:20 -0600 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-03-04 13:59:24 -0600 |
commit | 07f5ae220b36214cd9be489cf36ffe92d9c08944 (patch) | |
tree | 8408f7692d8fd22f50e8a174fb05907ccf1b2649 /Documentation | |
parent | 3261227d136d83bcb4df4e9292385fb9e007fae7 (diff) |
dt-bindings: bus: Drop empty compatible string in example
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/bus/allwinner,sun8i-a23-rsb.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/bus/allwinner,sun8i-a23-rsb.yaml b/Documentation/devicetree/bindings/bus/allwinner,sun8i-a23-rsb.yaml index 9fe11ceecdba..80973619342d 100644 --- a/Documentation/devicetree/bindings/bus/allwinner,sun8i-a23-rsb.yaml +++ b/Documentation/devicetree/bindings/bus/allwinner,sun8i-a23-rsb.yaml @@ -70,7 +70,6 @@ examples: #size-cells = <0>; pmic@3e3 { - compatible = "..."; reg = <0x3e3>; /* ... */ |