forked from Minki/linux
4a80467a7c
This patch adds the exynos4412-ppmu-common.dtsi to remove duplicate PPMU nodes because exynos3250-rinato/monk, exynos4412-trats2/odroidu3 has the same PPMU device tree node. Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> [m.reichl and linux.amoon: Tested it on exynos4412-odroidu3 board] Tested-by: Markus Reichl <m.reichl@fivetechno.de> Tested-by: Anand Moon <linux.amoon@gmail.com> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
51 lines
1.0 KiB
Plaintext
51 lines
1.0 KiB
Plaintext
/*
|
|
* Device tree sources for Exynos4412 PPMU common device tree
|
|
*
|
|
* Copyright (C) 2015 Samsung Electronics
|
|
* Author: Chanwoo Choi <cw00.choi@samsung.com>
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*/
|
|
|
|
&ppmu_dmc0 {
|
|
status = "okay";
|
|
|
|
events {
|
|
ppmu_dmc0_3: ppmu-event3-dmc0 {
|
|
event-name = "ppmu-event3-dmc0";
|
|
};
|
|
};
|
|
};
|
|
|
|
&ppmu_dmc1 {
|
|
status = "okay";
|
|
|
|
events {
|
|
ppmu_dmc1_3: ppmu-event3-dmc1 {
|
|
event-name = "ppmu-event3-dmc1";
|
|
};
|
|
};
|
|
};
|
|
|
|
&ppmu_leftbus {
|
|
status = "okay";
|
|
|
|
events {
|
|
ppmu_leftbus_3: ppmu-event3-leftbus {
|
|
event-name = "ppmu-event3-leftbus";
|
|
};
|
|
};
|
|
};
|
|
|
|
&ppmu_rightbus {
|
|
status = "okay";
|
|
|
|
events {
|
|
ppmu_rightbus_3: ppmu-event3-rightbus {
|
|
event-name = "ppmu-event3-rightbus";
|
|
};
|
|
};
|
|
};
|