Commit 07f5ae22 authored by Rob Herring's avatar Rob Herring
Browse files

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: default avatarRob Herring <robh@kernel.org>
parent 3261227d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -70,7 +70,6 @@ examples:
        #size-cells = <0>;

        pmic@3e3 {
            compatible = "...";
            reg = <0x3e3>;

            /* ... */