replace common qcom sources with samsung ones

This commit is contained in:
SaschaNes
2025-08-12 22:13:00 +02:00
parent ba24dcded9
commit 6f7753de11
5682 changed files with 2450203 additions and 103634 deletions

View File

@@ -90,29 +90,6 @@ static struct mmrm_throttle_clients_data common_pt_throttle_clients_data_sun[] =
},
};
static struct mmrm_throttle_clients_data common_pt_throttle_clients_data_tuna[] = {
{
.domain = MMRM_CLIENT_DOMAIN_DISPLAY,
.id = 0x42,
},
{
.domain = MMRM_CLIENT_DOMAIN_VIDEO,
.id = 0x03,
},
{
.domain = MMRM_CLIENT_DOMAIN_CAMERA,
.id = 0x45,
},
{
.domain = MMRM_CLIENT_DOMAIN_CVP,
.id = 0x03,
},
{
.domain = MMRM_CLIENT_DOMAIN_CAMERA,
.id = 0x4F,
},
};
static struct mmrm_platform_data commom_pt_platform_data = {
.common_data = common_pt_data,
.common_data_length = ARRAY_SIZE(common_pt_data),
@@ -134,13 +111,6 @@ static struct mmrm_platform_data commom_pt_platform_data_sun = {
.throttle_clk_clients_data_length = ARRAY_SIZE(common_pt_throttle_clients_data_sun),
};
static struct mmrm_platform_data commom_pt_platform_data_tuna = {
.common_data = common_pt_data,
.common_data_length = ARRAY_SIZE(common_pt_data),
.throttle_clk_clients_data = common_pt_throttle_clients_data_tuna,
.throttle_clk_clients_data_length = ARRAY_SIZE(common_pt_throttle_clients_data_tuna),
};
static const struct of_device_id mmrm_dt_match[] = {
{
.compatible = "qcom,waipio-mmrm",
@@ -158,10 +128,6 @@ static const struct of_device_id mmrm_dt_match[] = {
.compatible = "qcom,sun-mmrm",
.data = &commom_pt_platform_data_sun,
},
{
.compatible = "qcom,tuna-mmrm",
.data = &commom_pt_platform_data_tuna,
},
{},
};