Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / s5pv210-smdkv210.dts
index 84b38f18519917b916248e1695803225910e0fc2..7459e41e8ef1335e7af21faccf1d0369cd2a638e 100644 (file)
@@ -15,6 +15,7 @@
  */
 
 /dts-v1/;
+#include <dt-bindings/interrupt-controller/irq.h>
 #include <dt-bindings/input/input.h>
 #include "s5pv210.dtsi"
 
                reg = <0x20000000 0x40000000>;
        };
 
-       ethernet@18000000 {
+       pmic_ap_clk: clock-0 {
+               /* Workaround for missing PMIC and its clock */
+               compatible = "fixed-clock";
+               #clock-cells = <0>;
+               clock-frequency = <32768>;
+       };
+
+       ethernet@a8000000 {
                compatible = "davicom,dm9000";
                reg = <0xA8000000 0x2 0xA8000002 0x2>;
                interrupt-parent = <&gph1>;
-               interrupts = <1 4>;
+               interrupts = <1 IRQ_TYPE_LEVEL_HIGH>;
                local-mac-address = [00 00 de ad be ef];
                davicom,no-eeprom;
        };
 
 &rtc {
        status = "okay";
+       clocks = <&clocks CLK_RTC>, <&pmic_ap_clk>;
+       clock-names = "rtc", "rtc_src";
 };
 
 &sdhci0 {