From: Fabio Estevam <fabio.estevam@xxxxxxx>> DTC warnings will be seen if these examples are used in a real dts file due to a mismatch in the unit address notation. Remove "simple-bus" from the ifc compatible string to fix the warnings. Suggested-by: Rob Herring <robh@xxxxxxxxxx> Signed-off-by: Fabio Estevam <fabio.estevam@xxxxxxx> --- Documentation/devicetree/bindings/memory-controllers/fsl/ifc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/memory-controllers/fsl/ifc.txt b/Documentation/devicetree/bindings/memory-controllers/fsl/ifc.txt index 89427b0..2314871 100644 --- a/Documentation/devicetree/bindings/memory-controllers/fsl/ifc.txt +++ b/Documentation/devicetree/bindings/memory-controllers/fsl/ifc.txt @@ -31,7 +31,7 @@ like FPGAs, CPLDs, etc. Example: ifc@ffe1e000 { - compatible = "fsl,ifc", "simple-bus"; + compatible = "fsl,ifc"; #address-cells = <2>; #size-cells = <1>; reg = <0x0 0xffe1e000 0 0x2000>; -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html