diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-02 21:11:34 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-14 16:36:13 +0900 |
commit | 233812a64274e80f1a7b291653fa9d341a326ebd (patch) | |
tree | c5d11e8f53ad6cf6e856a632a490b743becb958f /arch/arm/dts/uniphier-proxstream2.dtsi | |
parent | cc33609546e1e4c6c7bb59026eca7463765be61e (diff) | |
download | u-boot-imx-233812a64274e80f1a7b291653fa9d341a326ebd.zip u-boot-imx-233812a64274e80f1a7b291653fa9d341a326ebd.tar.gz u-boot-imx-233812a64274e80f1a7b291653fa9d341a326ebd.tar.bz2 |
ARM: dts: uniphier: add device nodes for System Control blocks
These are mainly used for controlling clocks and resets.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts/uniphier-proxstream2.dtsi')
-rw-r--r-- | arch/arm/dts/uniphier-proxstream2.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-proxstream2.dtsi b/arch/arm/dts/uniphier-proxstream2.dtsi index c7423ff..f6f4bbe 100644 --- a/arch/arm/dts/uniphier-proxstream2.dtsi +++ b/arch/arm/dts/uniphier-proxstream2.dtsi @@ -205,3 +205,7 @@ &pinctrl { compatible = "socionext,proxstream2-pinctrl", "syscon"; }; + +&sysctrl { + compatible = "socionext,proxstream2-sysctrl"; +}; |