summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/patches-3.10/333-MIPS-BCM63XX-detect-BCM6362-variants.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-01-19 13:45:42 +0000
committerJonas Gorski <jogo@openwrt.org>2014-01-19 13:45:42 +0000
commit52b7f55cb31dd477377301a0f37bf6efe100acc3 (patch)
tree0929a98e9c0a4fb86c47607f3b6719c8193afab5 /target/linux/brcm63xx/patches-3.10/333-MIPS-BCM63XX-detect-BCM6362-variants.patch
parentb6e1cbd8dd5b8fe3833547480abdbd57edb3238c (diff)
downloadmtk-20170518-52b7f55cb31dd477377301a0f37bf6efe100acc3.zip
mtk-20170518-52b7f55cb31dd477377301a0f37bf6efe100acc3.tar.gz
mtk-20170518-52b7f55cb31dd477377301a0f37bf6efe100acc3.tar.bz2
brcm63xx: prevent usb clock state inconsistency on BCM6318
Return the same clock for usbh and usbd on BCM6318 to prevent the clock getting disabled despite being supposed to be enabled, e.g. by the following sequence: clk_enable(usbh); <- usbh->usage = 1, enabled clk_enable(usbd); <- usbd->usage = 1, enabled (no effect) clk_disable(usbd); <- usbd->usage = 0, -> disabled! Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 39321
Diffstat (limited to 'target/linux/brcm63xx/patches-3.10/333-MIPS-BCM63XX-detect-BCM6362-variants.patch')
0 files changed, 0 insertions, 0 deletions