ARM: dts: OMAP5: fix ocp2scp DTS data
Fix the DTS data for ocp2scp node by adding the missing reg property. Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
This commit is contained in:
parent
6f61ee232a
commit
b6731f78c2
|
@ -652,10 +652,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ocp2scp {
|
ocp2scp@4a080000 {
|
||||||
compatible = "ti,omap-ocp2scp";
|
compatible = "ti,omap-ocp2scp";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
reg = <0x4a080000 0x20>;
|
||||||
ranges;
|
ranges;
|
||||||
ti,hwmods = "ocp2scp1";
|
ti,hwmods = "ocp2scp1";
|
||||||
usb2_phy: usb2phy@4a084000 {
|
usb2_phy: usb2phy@4a084000 {
|
||||||
|
|
Loading…
Reference in New Issue