diff mbox series

[1/2] ARM: dts: BCM5301X: remove unnecessary address & size cells from Asus RT-AC88U

Message ID 20211025213926.21203-1-arinc.unal@arinc9.com (mailing list archive)
State New, archived
Headers show
Series [1/2] ARM: dts: BCM5301X: remove unnecessary address & size cells from Asus RT-AC88U | expand

Commit Message

Arınç ÜNAL Oct. 25, 2021, 9:39 p.m. UTC
Remove the unnecessary #address-cells & #size-cells in the gpio-keys node from the device tree of Asus RT-AC88U.

Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
---
 arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts | 2 --
 1 file changed, 2 deletions(-)

Comments

Rafał Miłecki Oct. 26, 2021, 8:53 a.m. UTC | #1
On 25.10.2021 23:39, Arınç ÜNAL wrote:
> Remove the unnecessary #address-cells & #size-cells in the gpio-keys node from the device tree of Asus RT-AC88U.
> 
> Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>

One complain from checkpatch:

WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#10:
Remove the unnecessary #address-cells & #size-cells in the gpio-keys node from the device tree of Asus RT-AC88U.


Acked-by: Rafał Miłecki <rafal@milecki.pl>
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts b/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts
index 448060561cd0..b0cee1d87600 100644
--- a/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts
+++ b/arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts
@@ -68,8 +68,6 @@  wps {
 
 	gpio-keys {
 		compatible = "gpio-keys";
-		#address-cells = <1>;
-		#size-cells = <0>;
 
 		wps {
 			label = "WPS";