From 9dad82c5d667a7bd8e263e7339554fdcc9cc71ad Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Mon, 28 May 2018 13:37:27 +0000 Subject: ath79: ubnt: fix DTC warnings Use explicit labels instead of units with no reg's to avoid DTC warnings. Signed-off-by: Karl Palsson --- target/linux/ath79/dts/ar7241_ubnt_unifi.dts | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'target/linux/ath79/dts/ar7241_ubnt_unifi.dts') diff --git a/target/linux/ath79/dts/ar7241_ubnt_unifi.dts b/target/linux/ath79/dts/ar7241_ubnt_unifi.dts index 1cb45e6afc..bb42017c54 100644 --- a/target/linux/ath79/dts/ar7241_ubnt_unifi.dts +++ b/target/linux/ath79/dts/ar7241_ubnt_unifi.dts @@ -27,8 +27,7 @@ #size-cells = <0>; poll-interval = <20>; - button@0 { - label = "reset"; + reset { linux,code = ; gpios = <&gpio 12 GPIO_ACTIVE_LOW>; debounce-interval = <60>; @@ -37,12 +36,12 @@ leds { compatible = "gpio-leds"; - led@0 { + dome-green { label = "ubnt:green:dome"; gpios = <&gpio 0 GPIO_ACTIVE_HIGH>; }; - led@1 { + dome-orange { label = "ubnt:orange:dome"; gpios = <&gpio 1 GPIO_ACTIVE_HIGH>; }; @@ -113,7 +112,7 @@ &pcie { status = "okay"; - ath9k@0000 { + ath9k@0 { reg = <0x0000 0 0 0 0>; qca,no-eeprom; }; -- cgit v1.2.3