Commit 1b7ce40a930601227dcaeea8f11e03b4a7829c31

Authored by Gowtham Tammana
Committed by Jacob Stiffler
1 parent 0b242e61bf

arm:dts:dra7xx: Add gpu dts entry.

Adding GPU entry in device tree listing.

Change-Id: I01bac9517438cc1b88219b7872a7afa7fe7d0a53
Signed-off-by: Gowtham Tammana <g-tammana@ti.com>

Showing 2 changed files with 22 additions and 0 deletions Side-by-side Diff

arch/arm/boot/dts/dra7-evm.dts
... ... @@ -180,6 +180,12 @@
180 180 };
181 181 };
182 182  
  183 + ocp {
  184 + gpu: gpu@0x56000000 {
  185 + gpu0-voltdm = <&voltdm_gpu>;
  186 + };
  187 + };
  188 +
183 189 primary_sound: primary_sound {
184 190 compatible = "ti,dra7xx-evm-audio";
185 191 ti,model = "DRA7xx-EVM";
arch/arm/boot/dts/dra7.dtsi
... ... @@ -835,6 +835,22 @@
835 835 status = "disabled";
836 836 };
837 837  
  838 + gpu: gpu@0x56000000 {
  839 + compatible = "ti,omap4-gpu";
  840 + reg = <0x56000000 0xffff>;
  841 + interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
  842 + ti,hwmods = "gpu";
  843 + operating-points = <
  844 + /* kHz uV */
  845 + 425600 1090000
  846 + 532000 1280000
  847 + >;
  848 + clocks = <&dpll_core_h14x2_ck>, <&dpll_per_h14x2_ck>,
  849 + <&dpll_gpu_m2_ck>, <&gpu_core_gclk_mux>,
  850 + <&gpu_hyd_gclk_mux>;
  851 + clock-names = "core", "per", "gpu", "gpu_core", "gpu_hyd";
  852 + };
  853 +
838 854 i2c1: i2c@48070000 {
839 855 compatible = "ti,omap4-i2c";
840 856 reg = <0x48070000 0x100>;