Re: [PATCH 2/7] Documentation: bindings: Add Exynos5433 PMU compatible

From: Krzysztof Kozlowski
Date: Tue Aug 16 2016 - 03:40:48 EST


On 08/16/2016 08:27 AM, Chanwoo Choi wrote:
> This patch adds the exynos5433 PMU compatible to support the access
> of PMU (Power Management Unit) block.
>
> Cc: Kukjin Kim <kgene@xxxxxxxxxx>
> Cc: Krzysztof Kozlowski <k.kozlowski@xxxxxxxxxxx>
> Cc: Rob Herring <robh+dt@xxxxxxxxxx>
> Cc: Mark Rutland <mark.rutland@xxxxxxx>
> Signed-off-by: Chanwoo Choi <cw00.choi@xxxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/arm/samsung/pmu.txt | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/arm/samsung/pmu.txt b/Documentation/devicetree/bindings/arm/samsung/pmu.txt
> index 2d6356d8daf4..bf5fc59a6938 100644
> --- a/Documentation/devicetree/bindings/arm/samsung/pmu.txt
> +++ b/Documentation/devicetree/bindings/arm/samsung/pmu.txt
> @@ -10,6 +10,7 @@ Properties:
> - "samsung,exynos5260-pmu" - for Exynos5260 SoC.
> - "samsung,exynos5410-pmu" - for Exynos5410 SoC,
> - "samsung,exynos5420-pmu" - for Exynos5420 SoC.
> + - "samsung,exynos5433-pmu" - for Exynos5433 SoC.
> - "samsung,exynos7-pmu" - for Exynos7 SoC.
> second value must be always "syscon".

Is there any plan to add Exynos5433 support to
drivers/soc/samsung/exynos-pmu.c? If no... then exynos7-pmu might be
reused. If yes, then this makes sense.

Best regards,
Krzysztof