summaryrefslogtreecommitdiff
path: root/arch/arm/dts/da850-lcdk-u-boot.dtsi
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2019-07-29 09:58:04 +0300
committerTom Rini <trini@konsulko.com>2019-07-30 00:58:52 +0300
commitf5a47554e0f7d4d2484fa65796dd1c06caa6494f (patch)
tree97d92b6a63d7037d8b6b4cbfbb18efedf574771f /arch/arm/dts/da850-lcdk-u-boot.dtsi
parent29d8eb3345fe52d1bb338c541b76684f4c3a3ec6 (diff)
downloadu-boot-f5a47554e0f7d4d2484fa65796dd1c06caa6494f.tar.xz
davinci: omapl138-lcdk: enable driver model for NAND
Enable the driver-model on da850-lcdk. We need to add a dummy nand node to the device tree, as the real nand node is a sub-node of the aemif device. On linux the aemif driver populates all its child nodes, but we can't do it in u-boot currently. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Diffstat (limited to 'arch/arm/dts/da850-lcdk-u-boot.dtsi')
-rw-r--r--arch/arm/dts/da850-lcdk-u-boot.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/da850-lcdk-u-boot.dtsi b/arch/arm/dts/da850-lcdk-u-boot.dtsi
index 80dda8ef58..541f4ca200 100644
--- a/arch/arm/dts/da850-lcdk-u-boot.dtsi
+++ b/arch/arm/dts/da850-lcdk-u-boot.dtsi
@@ -9,4 +9,8 @@
aliases {
i2c0 = &i2c0;
};
+
+ nand {
+ compatible = "ti,davinci-nand";
+ };
};