]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
soc: bcm: brcmstb: Match additional compatible strings
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 15 Feb 2017 00:41:57 +0000 (16:41 -0800)
committerFlorian Fainelli <f.fainelli@gmail.com>
Mon, 6 Mar 2017 01:00:57 +0000 (17:00 -0800)
Match all known sun-top-ctrl compatible strings from our MIPS chips
counterparts. This allows us to properly report the SoC information to
user-space through our SoC driver.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
drivers/soc/bcm/brcmstb/common.c

index 94e7335553f437f43d614a50e2bf2381c1fae330..b6195fdf0d0033c7ec24afb9cff100cd5dcf0978 100644 (file)
@@ -41,6 +41,15 @@ bool soc_is_brcmstb(void)
 }
 
 static const struct of_device_id sun_top_ctrl_match[] = {
+       { .compatible = "brcm,bcm7125-sun-top-ctrl", },
+       { .compatible = "brcm,bcm7346-sun-top-ctrl", },
+       { .compatible = "brcm,bcm7358-sun-top-ctrl", },
+       { .compatible = "brcm,bcm7360-sun-top-ctrl", },
+       { .compatible = "brcm,bcm7362-sun-top-ctrl", },
+       { .compatible = "brcm,bcm7420-sun-top-ctrl", },
+       { .compatible = "brcm,bcm7425-sun-top-ctrl", },
+       { .compatible = "brcm,bcm7429-sun-top-ctrl", },
+       { .compatible = "brcm,bcm7425-sun-top-ctrl", },
        { .compatible = "brcm,brcmstb-sun-top-ctrl", },
        { }
 };