[PATCH 01/25] ARM: dts: exynos4: add rotator nodes

Krzysztof Kozlowski k.kozlowski at samsung.com
Fri Nov 13 00:35:17 PST 2015


On 13.11.2015 17:31, Marek Szyprowski wrote:
> Hello,
> 
> On 2015-11-13 03:23, Krzysztof Kozlowski wrote:
>> On 10.11.2015 22:23, Marek Szyprowski wrote:
>>> This patch adds device node for Rotator device to Exynos 4210 and 4x12
>>> device tree files.
>>>
>>> Signed-off-by: Marek Szyprowski <m.szyprowski at samsung.com>
>>> ---
>>>   arch/arm/boot/dts/exynos4.dtsi    | 10 +++++++++-
>>>   arch/arm/boot/dts/exynos4210.dtsi |  8 ++++++++
>>>   arch/arm/boot/dts/exynos4x12.dtsi |  4 ++++
>>>   3 files changed, 21 insertions(+), 1 deletion(-)
>>>
>>> diff --git a/arch/arm/boot/dts/exynos4.dtsi
>>> b/arch/arm/boot/dts/exynos4.dtsi
>>> index 2f31f773b096..3fa575ad7693 100644
>>> --- a/arch/arm/boot/dts/exynos4.dtsi
>>> +++ b/arch/arm/boot/dts/exynos4.dtsi
>>> @@ -718,6 +718,15 @@
>>>           iommus = <&sysmmu_jpeg>;
>>>       };
>>>   +    rotator: rotator at 12810000 {
>>> +        compatible = "samsung,exynos4210-rotator";
>>> +        reg = <0x12810000 0x1000>;
>>> +        interrupts = <0 83 0>;
>>> +        clocks = <&clock CLK_ROTATOR>;
>>> +        clock-names = "rotator";
>>> +        iommus = <&sysmmu_rotator>;
>>> +    };
>>> +
>>>       hdmi: hdmi at 12D00000 {
>>>           compatible = "samsung,exynos4210-hdmi";
>>>           reg = <0x12D00000 0x70000>;
>>> @@ -945,7 +954,6 @@
>>>           interrupts = <5 0>;
>>>           clock-names = "sysmmu", "master";
>>>           clocks = <&clock CLK_SMMU_ROTATOR>, <&clock CLK_ROTATOR>;
>>> -        power-domains = <&pd_lcd0>;
>> Hmm.... I wonder why you changed this. Sysmmu rotator and rotator are
>> not a part of LCD power domain on Exynos4x12 (or they should not be?)?
>> Why?
> 
> On Exynos 4210 rotator (and its SYSMMU) belongs to LCD0 power domain. On
> Exynos 4x12 it belong to TOP power domain (which is always on and not
> described in DTS).

Indeed... The change makes sense but actually for sysmmu rotator should
be separated (especially that this was not mentioned in commit description).

Can you split the sysmmu part?

Best regards,
Krzysztof



More information about the dri-devel mailing list