Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: Add PTP timesource to the IXP456x

This adds the PTP timesource to the IXP45x and IXP46x
platforms.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

+8
+8
arch/arm/boot/dts/intel-ixp45x-ixp46x.dtsi
··· 74 74 queue-rx = <&qmgr 0>; 75 75 queue-txready = <&qmgr 0>; 76 76 }; 77 + 78 + ptp-timer@c8010000 { 79 + compatible = "intel,ixp46x-ptp-timer"; 80 + reg = <0xc8010000 0x1000>; 81 + interrupt-parent = <&gpio0>; 82 + interrupts = <8 IRQ_TYPE_EDGE_FALLING>, <7 IRQ_TYPE_EDGE_FALLING>; 83 + interrupt-names = "master", "slave"; 84 + }; 77 85 }; 78 86 };