interconnect: qcom: sc8180x: Reformat node and bcm definitions
authorBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 3 May 2022 22:53:00 +0000 (15:53 -0700)
committerGeorgi Djakov <djakov@kernel.org>
Tue, 17 May 2022 23:51:34 +0000 (02:51 +0300)
commit04548d4e2798d4b90f8270b8bb708038dd33d7fa
treef369638400722261d2e523123dbeac0aded385a4
parentce83211c87caaf3a19e24225809db53b8051264c
interconnect: qcom: sc8180x: Reformat node and bcm definitions

The Qualcomm interconnect providers started off defining nodes and BCMs
using the DEFINE_QNODE() and DEFINE_QBCM() macros. Unfortunately this
results in a block of long lines that are hard to read, a transition to
explicitly stated definition has been made for newly introduced
platforms.

Transition the SC8180X interconnect provider driver to this style as
well, to make it easier to read while debugging interconnect related
issues.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220503225300.1141814-1-bjorn.andersson@linaro.org
Signed-off-by: Georgi Djakov <djakov@kernel.org>
drivers/interconnect/qcom/sc8180x.c