aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/devicetree/bindings/bus/omap-ocp2scp.txt3
-rw-r--r--arch/arm/boot/dts/am4372.dtsi4
2 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/bus/omap-ocp2scp.txt b/Documentation/devicetree/bindings/bus/omap-ocp2scp.txt
index 63dd8051521c..18729f6fe1e5 100644
--- a/Documentation/devicetree/bindings/bus/omap-ocp2scp.txt
+++ b/Documentation/devicetree/bindings/bus/omap-ocp2scp.txt
@@ -1,7 +1,8 @@
1* OMAP OCP2SCP - ocp interface to scp interface 1* OMAP OCP2SCP - ocp interface to scp interface
2 2
3properties: 3properties:
4- compatible : Should be "ti,omap-ocp2scp" 4- compatible : Should be "ti,am437x-ocp2scp" for AM437x processor
5 Should be "ti,omap-ocp2scp" for all others
5- reg : Address and length of the register set for the device 6- reg : Address and length of the register set for the device
6- #address-cells, #size-cells : Must be present if the device has sub-nodes 7- #address-cells, #size-cells : Must be present if the device has sub-nodes
7- ranges : the child address space are mapped 1:1 onto the parent address space 8- ranges : the child address space are mapped 1:1 onto the parent address space
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi
index 1943fc333e7c..286e31790e29 100644
--- a/arch/arm/boot/dts/am4372.dtsi
+++ b/arch/arm/boot/dts/am4372.dtsi
@@ -787,7 +787,7 @@
787 }; 787 };
788 788
789 ocp2scp0: ocp2scp@483a8000 { 789 ocp2scp0: ocp2scp@483a8000 {
790 compatible = "ti,omap-ocp2scp"; 790 compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp";
791 #address-cells = <1>; 791 #address-cells = <1>;
792 #size-cells = <1>; 792 #size-cells = <1>;
793 ranges; 793 ranges;
@@ -806,7 +806,7 @@
806 }; 806 };
807 807
808 ocp2scp1: ocp2scp@483e8000 { 808 ocp2scp1: ocp2scp@483e8000 {
809 compatible = "ti,omap-ocp2scp"; 809 compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp";
810 #address-cells = <1>; 810 #address-cells = <1>;
811 #size-cells = <1>; 811 #size-cells = <1>;
812 ranges; 812 ranges;