Commit 4e017f14 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

dt-bindings: ifc: Fix the unit address format in the examples

DTC warnings will be seen if these examples are used in a real dts file
due to a mismatch in the unit address notation.

Align the unit address notation to what is done in the real dts files
as per commit f81d7af7 ("arm64: dts: fsl: fix ifc simple-bus unit
address format warnings")
Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 80836d3c
...@@ -43,7 +43,7 @@ Example: ...@@ -43,7 +43,7 @@ Example:
0x1 0x0 0x0 0xffa00000 0x00010000 0x1 0x0 0x0 0xffa00000 0x00010000
0x3 0x0 0x0 0xffb00000 0x00020000>; 0x3 0x0 0x0 0xffb00000 0x00020000>;
flash@0,0 { flash@0 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
compatible = "cfi-flash"; compatible = "cfi-flash";
...@@ -58,7 +58,7 @@ Example: ...@@ -58,7 +58,7 @@ Example:
}; };
}; };
flash@1,0 { flash@100000000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
compatible = "fsl,ifc-nand"; compatible = "fsl,ifc-nand";
...@@ -73,7 +73,7 @@ Example: ...@@ -73,7 +73,7 @@ Example:
}; };
}; };
cpld@3,0 { cpld@@300000000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
compatible = "fsl,p1010rdb-cpld"; compatible = "fsl,p1010rdb-cpld";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment