]> git.baikalelectronics.ru Git - kernel.git/commit
bus: ti-sysc: Add mcasp optional clocks flag
authorTony Lindgren <tony@atomide.com>
Thu, 15 Nov 2018 22:46:53 +0000 (14:46 -0800)
committerTony Lindgren <tony@atomide.com>
Thu, 15 Nov 2018 22:46:53 +0000 (14:46 -0800)
commit5e1211549b0133b3a6667c569010b6f0dc623bea
tree0e75a9b744b6fd6706d4089f4f5fb760df049979
parent81f04b4116aac5426fcd1562ab985d3a95e5a33f
bus: ti-sysc: Add mcasp optional clocks flag

We have OPT_CLKS_NEEDED in legacy platform data, but it's missing
from the ti-sysc driver for device tree based configuration.

In order to pass OPT_CLKS_NEEDED quirk flag we need to update omap4 module
data and add a new compatible for dra7 as the module layout is different
from sysc_regbits_omap4_mcasp.

Fixes: 549465a9ca0f ("bus: ti-sysc: Add register bits for interconnect
target modules")
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Documentation/devicetree/bindings/bus/ti-sysc.txt
drivers/bus/ti-sysc.c