diff options
author | Alexandre Torgue <alexandre.torgue@st.com> | 2018-06-26 19:07:49 +0300 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2018-07-13 14:57:04 +0300 |
commit | e880845e29f4393034c6c56f007ecda4fb377efc (patch) | |
tree | 4c8b263175a8c00ece64bd24db44c9aeb4d38f21 /arch | |
parent | b86646881b4fe213ebaa58f3a18351df1a7ed2b1 (diff) | |
download | linux-e880845e29f4393034c6c56f007ecda4fb377efc.tar.xz |
ARM: dts: stm32: Reorder nodes in stm32mp157c-ed1
Nodes should be ordered in alphabetic order.
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/stm32mp157c-ed1.dts | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/arch/arm/boot/dts/stm32mp157c-ed1.dts b/arch/arm/boot/dts/stm32mp157c-ed1.dts index 050c30d327db..de8b8a106a36 100644 --- a/arch/arm/boot/dts/stm32mp157c-ed1.dts +++ b/arch/arm/boot/dts/stm32mp157c-ed1.dts @@ -49,17 +49,6 @@ }; }; -&rng1 { - status = "okay"; -}; - -&timers6 { - status = "okay"; - timer@5 { - status = "okay"; - }; -}; - &i2c4 { pinctrl-names = "default"; pinctrl-0 = <&i2c4_pins_a>; @@ -68,10 +57,21 @@ status = "okay"; }; +&rng1 { + status = "okay"; +}; + &rtc { status = "okay"; }; +&timers6 { + status = "okay"; + timer@5 { + status = "okay"; + }; +}; + &uart4 { pinctrl-names = "default"; pinctrl-0 = <&uart4_pins_a>; |