diff mbox series

[4/4] dt-bindings: ifc: Remove "simple-bus" from ifc compatible string

Message ID 1521382651-10256-4-git-send-email-festevam@gmail.com
State Not Applicable, archived
Headers show
Series None | expand

Commit Message

Fabio Estevam March 18, 2018, 2:17 p.m. UTC
From: Fabio Estevam <fabio.estevam@nxp.com>>

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@kernel.org>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 Documentation/devicetree/bindings/memory-controllers/fsl/ifc.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rob Herring (Arm) March 26, 2018, 10:23 p.m. UTC | #1
On Sun, Mar 18, 2018 at 11:17:31AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>>
> 
> 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@kernel.org>
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
> ---
>  Documentation/devicetree/bindings/memory-controllers/fsl/ifc.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Rob Herring <robh@kernel.org>

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

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>;