From 4981c7da0d8e4a7c882f0665f8857cfd56e7b797 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Thu, 16 Jul 2015 11:15:02 +0000 Subject: brcm63xx: make use of dt-includes Now that we have a dtc command that invokes the preprocessor, make use of it and replace the magic numbers with KEY_* defines. Signed-off-by: Jonas Gorski SVN-Revision: 46391 --- target/linux/brcm63xx/dts/dsl-275xb-d.dts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'target/linux/brcm63xx/dts/dsl-275xb-d.dts') diff --git a/target/linux/brcm63xx/dts/dsl-275xb-d.dts b/target/linux/brcm63xx/dts/dsl-275xb-d.dts index 44c4c5eafd..dd00e2c573 100644 --- a/target/linux/brcm63xx/dts/dsl-275xb-d.dts +++ b/target/linux/brcm63xx/dts/dsl-275xb-d.dts @@ -1,6 +1,8 @@ /dts-v1/; -/include/ "bcm6318.dtsi" +#include "bcm6318.dtsi" + +#include / { model = "D-Link DSL-2750B/DSL-2751 rev D1"; @@ -16,19 +18,19 @@ wifi { label = "wifi"; gpios = <&gpio0 2 1>; - linux,code = <0xee>; + linux,code = ; }; wps { label = "wps"; gpios = <&gpio1 1 1>; - linux,code = <0x211>; + linux,code = ; }; reset { label = "reset"; gpios = <&gpio1 2 1>; - linux,code = <0x198>; + linux,code = ; }; }; -- cgit v1.2.3