On 3/4/26 1:58 PM, Krzysztof Kozlowski wrote: > Add configuration data and an entry to OF table for matching the Eliza > SoC. > > Signed-off-by: Krzysztof Kozlowski <[email protected]> > > --- > > Changes in v2: > 1. Use data from manual (UBWC v5 as pointed out by Dmitry, but different > highest bank bits). > --- > drivers/soc/qcom/ubwc_config.c | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/drivers/soc/qcom/ubwc_config.c b/drivers/soc/qcom/ubwc_config.c > index 1c25aaf55e52..633d1efa0883 100644 > --- a/drivers/soc/qcom/ubwc_config.c > +++ b/drivers/soc/qcom/ubwc_config.c > @@ -16,6 +16,16 @@ static const struct qcom_ubwc_cfg_data no_ubwc_data = { > /* no UBWC, no HBB */ > }; > > +static const struct qcom_ubwc_cfg_data eliza_data = { > + .ubwc_enc_version = UBWC_5_0, > + .ubwc_dec_version = UBWC_5_0, > + .ubwc_swizzle = 6,
= UBWC_SWIZZLE_ENABLE_LVL2 | UBWC_SWIZZLE_ENABLE_LVL3 Reviewed-by: Konrad Dybcio <[email protected]> Konrad
