diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2016-11-24 10:31:24 +0100 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2016-11-28 15:51:29 +0530 |
commit | 878e908ad95637dc6567a9b5f6876a580ae90dfa (patch) | |
tree | 782dcd34393bf6a10892650ebfd929f8b00db313 /arch/arm/boot/dts/da850-lcdk.dts | |
parent | e177e7307c47f7276626b0c36e8b10e90e7321d2 (diff) | |
download | blackbird-obmc-linux-878e908ad95637dc6567a9b5f6876a580ae90dfa.tar.gz blackbird-obmc-linux-878e908ad95637dc6567a9b5f6876a580ae90dfa.zip |
ARM: dts: da850: enable memctrl and mstpri nodes per board
Currently the memory controller and master priorities drivers are
enabled in da850.dtsi. For boards for which there are no settings
defined, this makes these drivers emit error messages.
Disable the nodes in da850.dtsi and only enable them for da850-lcdk -
the only board that currently needs them.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/da850-lcdk.dts')
-rw-r--r-- | arch/arm/boot/dts/da850-lcdk.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/da850-lcdk.dts b/arch/arm/boot/dts/da850-lcdk.dts index bd976f286bc7..afcb4821deb1 100644 --- a/arch/arm/boot/dts/da850-lcdk.dts +++ b/arch/arm/boot/dts/da850-lcdk.dts @@ -228,3 +228,11 @@ }; }; }; + +&prictrl { + status = "okay"; +}; + +&memctrl { + status = "okay"; +}; |