On Thu, Jun 26, 2025 at 4:02 AM Konrad Dybcio <[email protected]> wrote:
>
> From: Konrad Dybcio <[email protected]>
>
> Add a file that will serve as a single source of truth for UBWC
> configuration data for various multimedia blocks.
>
> Reviewed-by: Dmitry Baryshkov <[email protected]>
> Signed-off-by: Konrad Dybcio <[email protected]>
> ---
> drivers/soc/qcom/Kconfig | 8 ++
> drivers/soc/qcom/Makefile | 1 +
> drivers/soc/qcom/ubwc_config.c | 251
> +++++++++++++++++++++++++++++++++++++++++
> include/linux/soc/qcom/ubwc.h | 65 +++++++++++
> 4 files changed, 325 insertions(+)
> +static const struct of_device_id qcom_ubwc_configs[] __maybe_unused = {
> + { .compatible = "qcom,apq8096", .data = &msm8998_data },
> + { .compatible = "qcom,msm8917", .data = &msm8937_data },
> + { .compatible = "qcom,msm8937", .data = &msm8937_data },
This compatible is not documented.
Rob