]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
bus: ti-sysc: Detect d2d when debug is enabled
authorTony Lindgren <tony@atomide.com>
Wed, 14 Aug 2019 12:18:16 +0000 (05:18 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 26 Aug 2019 15:33:25 +0000 (08:33 -0700)
We want to see what modules probe when debug is enabled.

Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/bus/ti-sysc.c

index d4fc04320ea59596394a29095e1513904e15ecda..9207ac2913412e9da29daa41222930442fd37673 100644 (file)
@@ -1264,6 +1264,8 @@ static const struct sysc_revision_quirk sysc_revision_quirks[] = {
        SYSC_QUIRK("dcan", 0, 0x20, -1, -1, 0x4edb1902, 0xffffffff, 0),
        SYSC_QUIRK("dmic", 0, 0, 0x10, -1, 0x50010000, 0xffffffff, 0),
        SYSC_QUIRK("dwc3", 0, 0, 0x10, -1, 0x500a0200, 0xffffffff, 0),
+       SYSC_QUIRK("d2d", 0x4a0b6000, 0, 0x10, 0x14, 0x00000010, 0xffffffff, 0),
+       SYSC_QUIRK("d2d", 0x4a0cd000, 0, 0x10, 0x14, 0x00000010, 0xffffffff, 0),
        SYSC_QUIRK("epwmss", 0, 0, 0x4, -1, 0x47400001, 0xffffffff, 0),
        SYSC_QUIRK("gpu", 0, 0x1fc00, 0x1fc10, -1, 0, 0, 0),
        SYSC_QUIRK("gpu", 0, 0xfe00, 0xfe10, -1, 0x40000000 , 0xffffffff, 0),