Add support for LLCC programming on Qualcomm SAR2130P and SAR1130P platforms. These platforms require few additional quirks in order to be handled properly. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> --- Dmitry Baryshkov (2): dt-bindings: cache: qcom,llcc: document SAR2130P and SAR1130P soc: qcom: llcc: add support for SAR2130P and SAR1130P .../devicetree/bindings/cache/qcom,llcc.yaml | 28 ++ drivers/soc/qcom/llcc-qcom.c | 468 ++++++++++++++++++++- include/linux/soc/qcom/llcc-qcom.h | 12 + 3 files changed, 502 insertions(+), 6 deletions(-) --- base-commit: f2493655d2d3d5c6958ed996b043c821c23ae8d3 change-id: 20241017-sar2130p-llcc-0c2616777cde Best regards, -- Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>