Signed-off-by: Andreas Färber <[email protected]>
---
v2: New
arch/arm/boot/dts/zynq-parallella.dts | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/boot/dts/zynq-parallella.dts
b/arch/arm/boot/dts/zynq-parallella.dts
index 65fbd8b..d2eefad 100644
--- a/arch/arm/boot/dts/zynq-parallella.dts
+++ b/arch/arm/boot/dts/zynq-parallella.dts
@@ -57,6 +57,13 @@
};
};
+ axi_clkgen: axi-clkgen@66000000 {
+ compatible = "adi,axi-clkgen-1.00.a";
+ reg = <0x66000000 0x10000>;
+ #clock-cells = <0>;
+ clocks = <&clkc 17>;
+ };
+
audio_clock: audio-clock {
compatible = "fixed-clock";
#clock-cells = <0>;
--
1.9.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/