]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
tegra: fdt: add back missing host1x node
authorAllen Martin <amartin@nvidia.com>
Fri, 25 Jan 2013 08:46:47 +0000 (08:46 +0000)
committerTom Warren <twarren@nvidia.com>
Mon, 11 Feb 2013 17:35:23 +0000 (10:35 -0700)
Add back host1x node to seaboard dts file.  This got dropped during
the tegra fdt sort.

Signed-off-by: Allen Martin <amartin@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
board/nvidia/dts/tegra20-seaboard.dts

index 9cb9b5bdb1b9c750647984641cd47032ad0cff83..527a29689da21f660027387d0f2e910c6ab69a9c 100644 (file)
                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>;