Commit 6c72d8ab authored by Russell King's avatar Russell King Committed by Gregory CLEMENT

ARM: dts: dove: add DT GPU support

Add DT support for the Vivante GC600 GPU on Marvell Dove platforms.
These nodes default to being disabled unless a platform decides they
should be enabled.
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: default avatarLucas Stach <l.stach@pengutronix.de>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent b6e30a47
...@@ -33,6 +33,12 @@ l2: l2-cache { ...@@ -33,6 +33,12 @@ l2: l2-cache {
marvell,tauros2-cache-features = <0>; marvell,tauros2-cache-features = <0>;
}; };
gpu-subsystem {
compatible = "marvell,dove-gpu-subsystem";
cores = <&gpu>;
status = "disabled";
};
i2c-mux { i2c-mux {
compatible = "i2c-mux-pinctrl"; compatible = "i2c-mux-pinctrl";
#address-cells = <1>; #address-cells = <1>;
...@@ -782,6 +788,16 @@ crypto_sram: sa-sram@ffffe000 { ...@@ -782,6 +788,16 @@ crypto_sram: sa-sram@ffffe000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
}; };
gpu: gpu@840000 {
clocks = <&divider_clk 1>;
clock-names = "core";
compatible = "vivante,gc";
interrupts = <48>;
power-domains = <&gpu_domain>;
reg = <0x840000 0x4000>;
status = "disabled";
};
}; };
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment