回复: [PATCH v3 5/7] platform: starfive: drop "compatible" from struct pmic
Minda Chen
minda.chen at starfivetech.com
Mon Feb 5 00:50:06 PST 2024
>
> The member "compatible" of struct pmic is not used. Delete it.
>
> Signed-off-by: Nam Cao <namcao at linutronix.de>
> ---
> platform/generic/starfive/jh7110.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/platform/generic/starfive/jh7110.c
> b/platform/generic/starfive/jh7110.c
> index 385e09c..f64e016 100644
> --- a/platform/generic/starfive/jh7110.c
> +++ b/platform/generic/starfive/jh7110.c
> @@ -23,7 +23,6 @@
> struct pmic {
> struct i2c_adapter *adapter;
> u32 dev_addr;
> - const char *compatible;
> };
>
> struct jh7110 {
> @@ -205,7 +204,6 @@ static int pm_reset_init(void *fdt, int nodeoff,
> return rc;
>
> pmic_inst.dev_addr = addr;
> - pmic_inst.compatible = match->compatible;
>
> i2c_bus = fdt_parent_offset(fdt, nodeoff);
> if (i2c_bus < 0)
> --
> 2.39.2
Maybe this patch can be squash to 3rd patch. It is my sugguestion.
More information about the opensbi
mailing list