u-boot/arch/arm/include/asm/arch-tegra
Stephen Warren d9b6f58efd ARM: tegra: enable GPU node by compatible value
In current Linux kernel Tegra DT files, 64-bit addresses are represented
in unit addresses as a pair of comma-separated 32-bit values. Apparently
this is no longer the correct representation for simple busses, and the
unit address should be represented as a single 64-bit value. If this is
changed in the DTs, arm/arm/mach-tegra/board2.c:ft_system_setup() will no
longer be able to find and enable the GPU node, since it looks up the node
by name.

Fix that function to enable nodes based on their compatible value rather
than their node name. This will work no matter what the node name is, i.e
for DTs both before and after any rename operation.

Cc: Thierry Reding <treding@nvidia.com>
Cc: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2016-05-04 13:31:03 -07:00
..
ap.h ARM: tegra: move VPR configuration to a later stage 2015-08-06 10:50:03 -07:00
apb_misc.h
board.h
clk_rst.h Tegra: PLL: use per-SoC pllinfo table instead of PLL_DIVM/N/P, etc. 2015-08-05 15:22:51 -07:00
clock.h ARM: tegra: Implement clk_m 2015-09-16 16:10:22 -07:00
dc.h tegra: lcd: Merge tegra124-lcd.c into display.c 2016-02-16 09:17:51 -07:00
funcmux.h Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
fuse.h
gp_padctrl.h
gpio.h tegra: Remove tegra_spl_gpio_direction_output declaration from header file 2015-09-16 16:10:22 -07:00
gpu.h ARM: tegra: enable GPU node by compatible value 2016-05-04 13:31:03 -07:00
mmc.h
pinmux.h ARM: tegra: Make pinmux.h standalone includible 2015-08-13 13:06:03 -07:00
pmc.h
powergate.h
pwm.h tegra: video: Clean up the old LCD/PWM driver code 2016-02-16 09:17:53 -07:00
scu.h
sys_proto.h
tegra.h ARM: tegra: allow reading recovery mode boot type 2015-08-13 13:06:01 -07:00
tegra_i2c.h Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
tegra_mmc.h
timer.h
uart.h
usb.h
warmboot.h
xusb-padctl.h