4a4f3a07a5
Fixups some white-space issues. Checkpatch reported: WARNING: Block comments should align the * on each line WARNING: please, no spaces at the start of a line ERROR: code indent should use tabs where possible Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Link: https://lore.kernel.org/r/20210315124313.114842-2-krzysztof.kozlowski@canonical.com
48 lines
726 B
Plaintext
48 lines
726 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Device tree sources for Exynos4412 PPMU common device tree
|
|
*
|
|
* Copyright (C) 2015 Samsung Electronics
|
|
* Author: Chanwoo Choi <cw00.choi@samsung.com>
|
|
*/
|
|
|
|
&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";
|
|
};
|
|
};
|
|
};
|