From de0f916de62b57c64e3f599b4cfe52b94ea63c0d 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46391 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm63xx/dts/agpf-s0.dts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'target/linux/brcm63xx/dts/agpf-s0.dts') diff --git a/target/linux/brcm63xx/dts/agpf-s0.dts b/target/linux/brcm63xx/dts/agpf-s0.dts index eaa45b9e09..4662b2d67f 100644 --- a/target/linux/brcm63xx/dts/agpf-s0.dts +++ b/target/linux/brcm63xx/dts/agpf-s0.dts @@ -1,6 +1,8 @@ /dts-v1/; -/include/ "bcm6358.dtsi" +#include "bcm6358.dtsi" + +#include / { model = "Pirelli Alice Gate AGPF-S0"; @@ -16,12 +18,12 @@ wps { label = "wps"; gpios = <&gpio1 2 1>; - linux,code = <0x211>; + linux,code = ; }; reset { label = "reset"; gpios = <&gpio1 5 1>; - linux,code = <0x198>; + linux,code = ; }; }; -- cgit v1.2.3