diff options
author | Arınç ÜNAL <arinc.unal@arinc9.com> | 2022-04-01 13:19:59 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2022-04-04 11:35:54 -0700 |
commit | e5ff0a7aab3ef5dd8ec7636b936c95179aa5ddfa (patch) | |
tree | 09783d3fda079eba6ae5e045bb3359a1f9bede7e /arch | |
parent | 90103611d573c5c238350f9b1d7cb682c62f5681 (diff) | |
download | lwn-e5ff0a7aab3ef5dd8ec7636b936c95179aa5ddfa.tar.gz lwn-e5ff0a7aab3ef5dd8ec7636b936c95179aa5ddfa.zip |
ARM: dts: BCM5301X: Remove cell properties from srab ports on Asus RT-AC88U
Remove #address-cells and #size-cells properties from the ports node of
&srab. They are already defined on bcm5301x.dtsi, there's no need to define
them again.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Acked-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts b/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts index 82f9629f0abb..cf793c558437 100644 --- a/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts +++ b/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-or-later OR MIT /* - * Copyright (C) 2021 Arınç ÜNAL <arinc.unal@arinc9.com> + * Copyright (C) 2021-2022 Arınç ÜNAL <arinc.unal@arinc9.com> */ /dts-v1/; @@ -177,9 +177,6 @@ dsa,member = <0 0>; ports { - #address-cells = <1>; - #size-cells = <0>; - port@0 { reg = <0>; label = "lan4"; |