Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-1
-1
Documentation/devicetree/bindings/bus/allwinner,sun8i-a23-rsb.yaml
··· 70 70 #size-cells = <0>; 71 71 72 72 pmic@3e3 { 73 - compatible = "..."; 74 73 reg = <0x3e3>; 75 74 76 75 /* ... */