diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-10-08 19:42:55 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-10-27 17:58:48 +1000 |
| commit | c865792cc7b0d4531b6120c2c3427f7f4e1552d1 (patch) | |
| tree | 3f8c42e0ad69ffcd4e74027089802fff81ad5bf1 | |
| parent | 3efc1ec53ad7fc2cf94839506b59aeec435fe92d (diff) | |
| download | meta-xilinx-c865792cc7b0d4531b6120c2c3427f7f4e1552d1.tar.gz | |
kc705-trd-microblazeel: Fix device tree binding
* XADC driver now uses clock framework, add clock binding
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
| -rw-r--r-- | conf/machine/boards/kc705/kc705-trd-microblazeel.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/boards/kc705/kc705-trd-microblazeel.dts b/conf/machine/boards/kc705/kc705-trd-microblazeel.dts index e49d3489..747dd83c 100644 --- a/conf/machine/boards/kc705/kc705-trd-microblazeel.dts +++ b/conf/machine/boards/kc705/kc705-trd-microblazeel.dts | |||
| @@ -177,6 +177,7 @@ | |||
| 177 | xlnx,sg-use-stsapp-length = <0x1>; | 177 | xlnx,sg-use-stsapp-length = <0x1>; |
| 178 | } ; | 178 | } ; |
| 179 | axi_xadc_0: axi-xadc@40d00000 { | 179 | axi_xadc_0: axi-xadc@40d00000 { |
| 180 | clocks = <&clk_bus>; | ||
| 180 | compatible = "xlnx,axi-xadc-1.00.a"; | 181 | compatible = "xlnx,axi-xadc-1.00.a"; |
| 181 | interrupt-parent = <&interrupt_cntlr>; | 182 | interrupt-parent = <&interrupt_cntlr>; |
| 182 | interrupts = < 7 2 >; | 183 | interrupts = < 7 2 >; |
