On Thu, Jul 24, 2025 at 12:24:29PM -0500, Rob Herring wrote: > On Thu, Jun 26, 2025 at 4:02 AM Konrad Dybcio <konradyb...@kernel.org> wrote: > > > > From: Konrad Dybcio <konrad.dyb...@oss.qualcomm.com> > > > > Add a file that will serve as a single source of truth for UBWC > > configuration data for various multimedia blocks. > > > > Reviewed-by: Dmitry Baryshkov <dmitry.barysh...@oss.qualcomm.com> > > Signed-off-by: Konrad Dybcio <konrad.dyb...@oss.qualcomm.com> > > --- > > 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.
Oh, fun. We have several qcom,msm8937-foo compatibles, we have support for display on MSM8937, but not the main platform compatible. -- With best wishes Dmitry