diff options
author | Vaibhav Hiremath <hvaibhav@ti.com> | 2012-08-15 16:53:25 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-08-24 13:06:56 -0700 |
commit | 53d91034cf29936cabf9a4d59270dc94ed7e6c1d (patch) | |
tree | 8e96f19f5bfd7287078cac85c38402b72e074b9a /arch/arm/boot/dts/am335x-bone.dts | |
parent | 5dd18b0150e6f4eb3a9d06a2621cad8c73a3eccf (diff) | |
download | blackbird-obmc-linux-53d91034cf29936cabf9a4d59270dc94ed7e6c1d.tar.gz blackbird-obmc-linux-53d91034cf29936cabf9a4d59270dc94ed7e6c1d.zip |
arm/dts: AM33XX: Set the default status of module to "disabled" state
Ideally in common SoC dtsi file should set all modules
to "disabled" state and it should get enabled in respective
EVM/Board dts file as per usage.
This patch sets default status of all modules to "disabled"
state in am33xx.dtsi file. Currently there are no modules
supported as part of Bone and EVM dts support, so care
to add entry "status = "okay"" while adding support for any
module.
Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Cc: Benoit Cousson <b-cousson@ti.com>
Cc: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-bone.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-bone.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-bone.dts b/arch/arm/boot/dts/am335x-bone.dts index a9af4db7234c..a7906cb7989f 100644 --- a/arch/arm/boot/dts/am335x-bone.dts +++ b/arch/arm/boot/dts/am335x-bone.dts @@ -17,4 +17,10 @@ device_type = "memory"; reg = <0x80000000 0x10000000>; /* 256 MB */ }; + + ocp { + uart1: serial@44E09000 { + status = "okay"; + }; + }; }; |