-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: dts: exynos: Add exynos4412-ppmu-common dtsi to delete duplicate…
… PPMU nodes 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>
- Loading branch information
Chanwoo Choi
authored and
Krzysztof Kozlowski
committed
May 3, 2016
1 parent
f0ba9ea
commit 4a80467
Showing
5 changed files
with
54 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
/* | ||
* 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"; | ||
}; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters