Re: [PATCH v2 6/8] soc: qcom: ubwc: Add configuration Eliza SoC
From: Krzysztof Kozlowski
Date: Wed Mar 04 2026 - 09:07:22 EST
On 04/03/2026 14:35, Konrad Dybcio wrote:
> 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 <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
>>
>> ---
>>
>> 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 <konrad.dybcio@xxxxxxxxxxxxxxxx>
oh, crap, I rebased without my earlier patches fixing this and just
copied existing.
Although would be nice if my UBWC patch got merged...
Best regards,
Krzysztof