
On Fri, Jan 25, 2013 at 10:46:47AM -0800, Allen Martin wrote:
Add back host1x node to seaboard dts file. This got dropped during the tegra fdt sort.
Signed-off-by: Allen Martin amartin@nvidia.com
Hi Albert, would it be possible for you to apply this directly to your u-boot-arm repository? It fixes a regression introduced by my previous patch:
b7723f3 tegra: fdt: sort dts files
So I wanted to make sure it gets applied before that previous patch makes it to u-boot/master, and Tom's not ready to do another tegra pull request yet.
-Allen
board/nvidia/dts/tegra20-seaboard.dts | 11 +++++++++++ 1 file changed, 11 insertions(+)
diff --git a/board/nvidia/dts/tegra20-seaboard.dts b/board/nvidia/dts/tegra20-seaboard.dts index 9cb9b5b..527a296 100644 --- a/board/nvidia/dts/tegra20-seaboard.dts +++ b/board/nvidia/dts/tegra20-seaboard.dts @@ -27,6 +27,17 @@ reg = < 0x00000000 0x40000000 >; };
- host1x {
status = "okay";
dc@54200000 {
status = "okay";
rgb {
status = "okay";
nvidia,panel = <&lcd_panel>;
};
};
- };
- /* This is not used in U-Boot, but is expected to be in kernel .dts */ i2c@7000d000 { clock-frequency = <100000>;
-- 1.7.10.4