]> git.baikalelectronics.ru Git - kernel.git/commit
bus: ti-sysc: Fix checking of no-reset-on-init quirk
authorTony Lindgren <tony@atomide.com>
Thu, 15 Feb 2018 17:18:55 +0000 (09:18 -0800)
committerTony Lindgren <tony@atomide.com>
Thu, 15 Feb 2018 17:18:55 +0000 (09:18 -0800)
commitf06da84906b94acac93097006de78ac803fdbcda
tree5712a3017c366c97b3a1c52a5d7a874323088fbb
parent4682fc0a7af16bbaf12d8541d0e055a27f7b6ec4
bus: ti-sysc: Fix checking of no-reset-on-init quirk

We are currently only checking for the first entry in the table while
we should check them all. Usual no-idle-on-init is together with
no-reset-on-init, so this has gone unnoticed.

Fixes: 91b2110b62b6 ("bus: ti-sysc: Handle module quirks based dts
configuration")
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/bus/ti-sysc.c