]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
tegra114: dalmore: fdt: enable dalmore SPI controller
authorAllen Martin <amartin@nvidia.com>
Sat, 16 Mar 2013 18:58:12 +0000 (18:58 +0000)
committerTom Warren <twarren@nvidia.com>
Mon, 25 Mar 2013 16:56:07 +0000 (09:56 -0700)
Dalmore has a SPI flash part attached to controller 4, so enable
controller 4 and set to 25MHz.

Signed-off-by: Allen Martin <amartin@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
board/nvidia/dts/tegra114-dalmore.dts

index 30cf1fb7305587edbc46f05823ea4dc963aee43f..87cb0ba361e3b000feb34fa8879553461556f272 100644 (file)
@@ -43,4 +43,9 @@
                status = "okay";
                clock-frequency = <400000>;
        };
+
+       spi@7000da00 {
+               status = "okay";
+               spi-max-frequency = <25000000>;
+       };
 };