[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <817a2b0c-cc90-e109-0b8d-4283f0ac2610@linaro.org>
Date: Wed, 20 Sep 2023 14:27:14 +0200
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Sylwester Nawrocki <s.nawrocki@...sung.com>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
Alim Akhtar <alim.akhtar@...sung.com>,
linux-media@...r.kernel.org, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 3/3] media: exynos4-is: fimc-is: replace duplicate pmu
node with phandle
On 15/08/2023 08:07, Krzysztof Kozlowski wrote:
> Devicetree for the FIMC IS camera included duplicated PMU node as its
> child like:
>
> soc@0 {
> system-controller@...20000 { ... }; // Real PMU
>
> camera@...00000 {
> fimc-is@...00000 {
> // FIMC IS camera node
> pmu@...20000 {
> reg = <0x10020000 0x3000>; // Fake PMU node
> };
> };
> };
> };
>
> This is not a correct representation of the hardware. Mapping the PMU
> (Power Management Unit) IO memory should be via syscon-like phandle
> (samsung,pmu-syscon, already used for other drivers), not by duplicating
> "pmu" Devicetree node inside the FIMC IS. Backward compatibility is
> preserved.
Hey Mauro,
This patchset is waiting a bit. Patchwork:
https://patchwork.linuxtv.org/project/linux-media/list/?series=11051
This is a cleanup which blocks further DTS cleanup changes. Any comments
from your side?
Best regards,
Krzysztof
Powered by blists - more mailing lists