From 29b2804c6bb95271c1fe05aa173929280c762878 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Mon, 28 May 2018 12:46:52 +0000 Subject: ath79: buffalo_wzr-hp-g450h: fix dtc warnings Just name buttons directly, rather than abstract and then also a label. Likewise for leds. Avoids DTC warnings about unit address with no reg parameter. Signed-off-by: Karl Palsson --- .../linux/ath79/dts/ar7242_buffalo_wzr-hp-g450h.dts | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) (limited to 'target/linux/ath79/dts/ar7242_buffalo_wzr-hp-g450h.dts') diff --git a/target/linux/ath79/dts/ar7242_buffalo_wzr-hp-g450h.dts b/target/linux/ath79/dts/ar7242_buffalo_wzr-hp-g450h.dts index 4e52e30b9d..4d7a545665 100644 --- a/target/linux/ath79/dts/ar7242_buffalo_wzr-hp-g450h.dts +++ b/target/linux/ath79/dts/ar7242_buffalo_wzr-hp-g450h.dts @@ -21,36 +21,31 @@ #size-cells = <0>; poll-interval = <20>; - button@0 { - label = "usb"; + usb { linux,code = ; gpios = <&gpio 1 GPIO_ACTIVE_LOW>; debounce-interval = <60>; }; - button@1 { - label = "reset"; + reset { linux,code = ; gpios = <&gpio 6 GPIO_ACTIVE_LOW>; debounce-interval = <60>; }; - button@2 { - label = "movie_engine"; + movie_engine { linux,code = ; gpios = <&gpio 7 GPIO_ACTIVE_HIGH>; debounce-interval = <60>; }; - button@3 { - label = "aoss"; + aoss { linux,code = ; gpios = <&gpio 8 GPIO_ACTIVE_LOW>; debounce-interval = <60>; }; - button@4 { - label = "router_off"; + router_off { linux,code = ; gpios = <&gpio 12 GPIO_ACTIVE_HIGH>; debounce-interval = <60>; @@ -60,12 +55,12 @@ leds { compatible = "gpio-leds"; - led@0 { + security { label = "buffalo:orange:security"; gpios = <&gpio 13 GPIO_ACTIVE_LOW>; }; - led@1 { + diag { label = "buffalo:red:diag"; gpios = <&gpio 14 GPIO_ACTIVE_LOW>; }; @@ -120,7 +115,7 @@ &pcie { status = "okay"; - ath9k@0000 { + ath9k@0 { reg = <0x0000 0 0 0 0>; qca,no-eeprom; }; -- cgit v1.2.3