diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-07-10 18:31:47 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-07-12 03:50:38 +0200 |
commit | 4a2190aa2e92ba66d46e6bfdb8c68431e0ed9ced (patch) | |
tree | 9fecec5043c7fe7080a79e7b8b964b916fc8e1bb /arch/arm/boot/dts/imx53.dtsi | |
parent | ARM: dts: imx53: Add tigerp support (diff) | |
download | linux-4a2190aa2e92ba66d46e6bfdb8c68431e0ed9ced.tar.xz linux-4a2190aa2e92ba66d46e6bfdb8c68431e0ed9ced.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx53.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx53.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index 3fd553c9cf8b..6386185ae234 100644 --- a/arch/arm/boot/dts/imx53.dtsi +++ b/arch/arm/boot/dts/imx53.dtsi @@ -113,7 +113,7 @@ }; }; - pmu { + pmu: pmu { compatible = "arm,cortex-a8-pmu"; interrupt-parent = <&tzic>; interrupts = <77>; |