diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-07-16 11:15:02 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-07-16 11:15:02 +0000 |
commit | de0f916de62b57c64e3f599b4cfe52b94ea63c0d (patch) | |
tree | d0cd4e2f8ffe85fc231c3ce9b5b0587656ce1d16 /target/linux/brcm63xx/dts/bcm96345GW2.dts | |
parent | 5713daa1e7082429ab25c5c9e233854b5a7739d4 (diff) | |
download | master-187ad058-de0f916de62b57c64e3f599b4cfe52b94ea63c0d.tar.gz master-187ad058-de0f916de62b57c64e3f599b4cfe52b94ea63c0d.tar.bz2 master-187ad058-de0f916de62b57c64e3f599b4cfe52b94ea63c0d.zip |
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 <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46391 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/dts/bcm96345GW2.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/bcm96345GW2.dts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/dts/bcm96345GW2.dts b/target/linux/brcm63xx/dts/bcm96345GW2.dts index 35417ab955..7214185491 100644 --- a/target/linux/brcm63xx/dts/bcm96345GW2.dts +++ b/target/linux/brcm63xx/dts/bcm96345GW2.dts @@ -1,6 +1,8 @@ /dts-v1/; -/include/ "bcm6345.dtsi" +#include "bcm6345.dtsi" + +#include <dt-bindings/input/input.h> / { model = "Broadcom BCM96345GW2 reference board"; |