diff options
author | Stanislav Jakubek <stano.jakubek@gmail.com> | 2023-05-26 22:29:47 +0300 |
---|---|---|
committer | Florian Fainelli <florian.fainelli@broadcom.com> | 2023-06-09 01:09:43 +0300 |
commit | 517025689e1b79e0a476c1dbf91a4e9637d235a8 (patch) | |
tree | d10505cdd5a72444710cb6a53bd6643b4972e6bf /arch/arm/boot/dts/bcm28155-ap.dts | |
parent | 2e167b34c0b5e7fba5ee531fa190be427adc1aa5 (diff) | |
download | linux-517025689e1b79e0a476c1dbf91a4e9637d235a8.tar.xz |
ARM: dts: bcm-mobile: move status properties to the end of nodes
Move some DT "status" properties so that they're the last specified
property (before sub-nodes).
Signed-off-by: Stanislav Jakubek <stano.jakubek@gmail.com>
Link: https://lore.kernel.org/r/d7060071cb1f4b36b06b6507a09b32c7751ca7f0.1685127525.git.stano.jakubek@gmail.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm28155-ap.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm28155-ap.dts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/bcm28155-ap.dts b/arch/arm/boot/dts/bcm28155-ap.dts index c496e33a71a6..0a8ad1d673d8 100644 --- a/arch/arm/boot/dts/bcm28155-ap.dts +++ b/arch/arm/boot/dts/bcm28155-ap.dts @@ -21,23 +21,23 @@ }; i2c@3e016000 { - status = "okay"; clock-frequency = <400000>; + status = "okay"; }; i2c@3e017000 { - status = "okay"; clock-frequency = <400000>; + status = "okay"; }; i2c@3e018000 { - status = "okay"; clock-frequency = <400000>; + status = "okay"; }; i2c@3500d000 { - status = "okay"; clock-frequency = <100000>; + status = "okay"; pmu: pmu@8 { reg = <0x08>; |