Skip to content

Commit

Permalink
ARM: dts: exynos: Add G3D power domain to Exynos542x
Browse files Browse the repository at this point in the history
Add a power domain for G3D/Mali device present in Exynos542x/5800 SoCs.
Node for the Mali device will be added by a separate patch.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
  • Loading branch information
mszyprow authored and krzk committed Aug 12, 2019
1 parent 791aa21 commit 8686764
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/exynos5420.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,13 @@
label = "MFC";
};

g3d_pd: power-domain@10044080 {
compatible = "samsung,exynos4210-pd";
reg = <0x10044080 0x20>;
#power-domain-cells = <0>;
label = "G3D";
};

disp_pd: power-domain@100440c0 {
compatible = "samsung,exynos4210-pd";
reg = <0x100440C0 0x20>;
Expand Down

0 comments on commit 8686764

Please sign in to comment.