diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-07-15 10:27:17 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-07-15 10:27:17 +1000 |
commit | 5ff9663f0e3eb2f4137f3aaee52f452b028ef470 (patch) | |
tree | 4a9bdeb42cd8c626cb0b9d596f606c8fe7006279 | |
parent | 12243d7e53ab44adebe380760bac4bc6f38752cd (diff) | |
download | meta-xilinx-5ff9663f0e3eb2f4137f3aaee52f452b028ef470.tar.gz |
zynq-7-base.dtsi: Added 'xlnx,zynq-7000' machine compatibility
* Add compatibility with the newer machine definition for newer Linux
kernels
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r-- | conf/machine/boards/common/zynq-7-base.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/boards/common/zynq-7-base.dtsi b/conf/machine/boards/common/zynq-7-base.dtsi index 7cac4da7..dd36fa54 100644 --- a/conf/machine/boards/common/zynq-7-base.dtsi +++ b/conf/machine/boards/common/zynq-7-base.dtsi | |||
@@ -50,7 +50,7 @@ | |||
50 | / { | 50 | / { |
51 | #address-cells = <0x1>; | 51 | #address-cells = <0x1>; |
52 | #size-cells = <0x1>; | 52 | #size-cells = <0x1>; |
53 | compatible = "xlnx,zynq-zc770"; | 53 | compatible = "xlnx,zynq-7000", "xlnx,zynq-zc770"; |
54 | interrupt-parent = <0x1>; | 54 | interrupt-parent = <0x1>; |
55 | aliases { | 55 | aliases { |
56 | ethernet0 = &ps7_ethernet_0; | 56 | ethernet0 = &ps7_ethernet_0; |