bus: mhi: core: Fix reading wake_capable channel configuration
authorBhaumik Bhatt <quic_bbhatt@quicinc.com>
Wed, 1 Dec 2021 01:01:31 +0000 (17:01 -0800)
committerManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Thu, 16 Dec 2021 07:09:33 +0000 (12:39 +0530)
commit7d0f1a179005c96de6040a9dac00672d3b822b9b
treee238cf57244648c32929ebaa768fba850820b0bf
parent58b35792284864afdba5bda97194cad5b2dc73db
bus: mhi: core: Fix reading wake_capable channel configuration

The 'wake-capable' entry in channel configuration is not set when
parsing the configuration specified by the controller driver. Add
the missing entry to ensure channel is correctly specified as a
'wake-capable' channel.

Fixes: 0cbf260820fa ("bus: mhi: core: Add support for registering MHI controllers")
Signed-off-by: Bhaumik Bhatt <quic_bbhatt@quicinc.com>
Reviewed-by: Manivannan Sadhasivam <mani@kernel.org>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/1638320491-13382-1-git-send-email-quic_bbhatt@quicinc.com
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
drivers/bus/mhi/core/init.c