ARM: dts: imx53: Add a label for the PMU node
Add a label for the PMU node so that the board dts may be able to pass the 'secure-reg-access' property like this: &pmu { secure-reg-access; }; This also makes it consistent with the PMU node in imx6qdl.dtsi Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Tested-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Родитель
e548eac2b7
Коммит
4a2190aa2e
|
@ -113,7 +113,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
pmu {
|
||||
pmu: pmu {
|
||||
compatible = "arm,cortex-a8-pmu";
|
||||
interrupt-parent = <&tzic>;
|
||||
interrupts = <77>;
|
||||
|
|
Загрузка…
Ссылка в новой задаче