]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
dra7: dtsi: mark ocp2scp bus compatible with "simple-bus"
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Mon, 24 Apr 2017 09:51:30 +0000 (11:51 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 9 May 2017 18:14:16 +0000 (12:14 -0600)
This is needed to probe devices under that bus such as the SATA PHY.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/dts/omap5-u-boot.dtsi

index 6305f570c500db5860efbf7fbf33489e51e6d1e0..92473143b956dab2d548d8b527456af3396fd779 100644 (file)
 /{
        ocp {
                u-boot,dm-pre-reloc;
+
+               ocp2scp@4a090000 {
+                       compatible = "ti,omap-ocp2scp", "simple-bus";
+               };
        };
 };