From 55ff2951eac8fd86c91b9673395325e393e357ac Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Mon, 6 Aug 2018 07:11:13 +0200 Subject: ath79: fix dts warnings Fix all issues found by the devicetree compiler like wrong address/size cells as well as wrong/missing/superfluous unit addresses. Signed-off-by: Mathias Kresin --- target/linux/ath79/dts/ar9331_dptechnics_dpt-module.dts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'target/linux/ath79/dts/ar9331_dptechnics_dpt-module.dts') diff --git a/target/linux/ath79/dts/ar9331_dptechnics_dpt-module.dts b/target/linux/ath79/dts/ar9331_dptechnics_dpt-module.dts index 02c15fec17..4159cb2fb0 100644 --- a/target/linux/ath79/dts/ar9331_dptechnics_dpt-module.dts +++ b/target/linux/ath79/dts/ar9331_dptechnics_dpt-module.dts @@ -26,11 +26,9 @@ keys { compatible = "gpio-keys-polled"; - #address-cells = <1>; - #size-cells = <0>; poll-interval = <100>; - button@0 { + button0 { label = "reset"; linux,code = ; gpios = <&gpio 11 GPIO_ACTIVE_LOW>; @@ -65,8 +63,6 @@ /* Winbond 25Q128FVSG SPI flash */ flash@0 { - #address-cells = <1>; - #size-cells = <1>; compatible = "winbond,w25q128", "jedec,spi-nor"; spi-max-frequency = <104000000>; reg = <0>; -- cgit v1.2.3