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/livebox-blue-5g.dts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'target/linux/brcm63xx/dts/livebox-blue-5g.dts') diff --git a/target/linux/brcm63xx/dts/livebox-blue-5g.dts b/target/linux/brcm63xx/dts/livebox-blue-5g.dts index 523bbe985d..bc3d403559 100644 --- a/target/linux/brcm63xx/dts/livebox-blue-5g.dts +++ b/target/linux/brcm63xx/dts/livebox-blue-5g.dts @@ -1,6 +1,8 @@ /dts-v1/; -/include/ "bcm6348.dtsi" +#include "bcm6348.dtsi" + +#include / { model = "Inventel Livebox 1"; @@ -17,13 +19,13 @@ button1 { label = "BTN_1"; gpios = <&gpio1 4 1>; - linux,code = <0x101>; + linux,code = ; }; button2 { label = "BTN_2"; gpios = <&gpio0 7 1>; - linux,code = <0x102>; + linux,code = ; }; }; -- cgit v1.2.3