diff options
author | Michal Simek | 2010-08-13 12:47:42 +0200 |
---|---|---|
committer | Michal Simek | 2010-10-21 07:51:57 +0200 |
commit | 8e2ad016b20f98790d5995aae1d157d1613ab9e6 (patch) | |
tree | e1eb651eff6d7f45c0a3e8316a26112611ad5f4d /arch/microblaze/platform/generic | |
parent | net: emaclite: Add support for little-endian platforms (diff) | |
download | kernel-qcow2-linux-8e2ad016b20f98790d5995aae1d157d1613ab9e6.tar.gz kernel-qcow2-linux-8e2ad016b20f98790d5995aae1d157d1613ab9e6.tar.xz kernel-qcow2-linux-8e2ad016b20f98790d5995aae1d157d1613ab9e6.zip |
microblaze: Add PVR for endians plus detection
Upcomming microblaze version will support little-endian.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/microblaze/platform/generic')
-rw-r--r-- | arch/microblaze/platform/generic/system.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/platform/generic/system.dts b/arch/microblaze/platform/generic/system.dts index ef667d125ce0..3f85df2b73b3 100644 --- a/arch/microblaze/platform/generic/system.dts +++ b/arch/microblaze/platform/generic/system.dts @@ -85,6 +85,7 @@ xlnx,dynamic-bus-sizing = <0x1>; xlnx,edge-is-positive = <0x1>; xlnx,family = "virtex5"; + xlnx,endianness = <0x1>; xlnx,fpu-exception = <0x1>; xlnx,fsl-data-size = <0x20>; xlnx,fsl-exception = <0x0>; |