diff options
author | Simon Glass <sjg@chromium.org> | 2015-04-14 21:03:29 -0600 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2015-05-13 09:24:08 -0700 |
commit | 0deba29c202695f3e166256d87515b99b74adc8e (patch) | |
tree | 2a3452b2f32535eba1687e6d3f8bd0eb3e86f7d9 /arch/arm/dts | |
parent | 346451b5888c4663bccef4c5203357319aa41f99 (diff) | |
download | talos-obmc-uboot-0deba29c202695f3e166256d87515b99b74adc8e.tar.gz talos-obmc-uboot-0deba29c202695f3e166256d87515b99b74adc8e.zip |
tegra: nyan-big: Add LCD PMIC init and board ID
Add required setup for the LCD display, and a function to provide the
board ID. This requires GPIOs to be available prior to relocation.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/tegra124-nyan-big.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/tegra124-nyan-big.dts b/arch/arm/dts/tegra124-nyan-big.dts index 9367193a24..a50f26c69c 100644 --- a/arch/arm/dts/tegra124-nyan-big.dts +++ b/arch/arm/dts/tegra124-nyan-big.dts @@ -310,6 +310,10 @@ }; }; + gpio@6000d000 { + u-boot,dm-pre-reloc; + }; + gpio-keys { compatible = "gpio-keys"; |