Skip to content

Commit

Permalink
ARM: EXYNOS: Add arm-pmu DT binding for exynos5250
Browse files Browse the repository at this point in the history
This patch enables arm-pmu to bind device tree for exynos5250. The exynos5250
has two pmus which have combiner irq type.

Reviewed-by: Thomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Chanho Park authored and Kukjin Kim committed Apr 8, 2013
1 parent b7bbdbe commit 4f801e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/exynos5250.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@
};
};

pmu {
compatible = "arm,cortex-a15-pmu";
interrupt-parent = <&combiner>;
interrupts = <1 2>, <22 4>;
};

watchdog {
compatible = "samsung,s3c2410-wdt";
reg = <0x101D0000 0x100>;
Expand Down

0 comments on commit 4f801e5

Please sign in to comment.