soc: qcom: ocmem: Add support for msm8226
The msm8226 SoC also contains OCMEM but with one region only. Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Luca Weiss <luca@z3ntu.xyz> Link: https://lore.kernel.org/r/20230506-msm8226-ocmem-v3-5-79da95a2581f@z3ntu.xyz Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
f77b2d7607
commit
2976eec238
@ -423,12 +423,18 @@ static int ocmem_dev_remove(struct platform_device *pdev)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static const struct ocmem_config ocmem_8226_config = {
|
||||
.num_regions = 1,
|
||||
.macro_size = SZ_128K,
|
||||
};
|
||||
|
||||
static const struct ocmem_config ocmem_8974_config = {
|
||||
.num_regions = 3,
|
||||
.macro_size = SZ_128K,
|
||||
};
|
||||
|
||||
static const struct of_device_id ocmem_of_match[] = {
|
||||
{ .compatible = "qcom,msm8226-ocmem", .data = &ocmem_8226_config },
|
||||
{ .compatible = "qcom,msm8974-ocmem", .data = &ocmem_8974_config },
|
||||
{ }
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user