diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-08-11 11:37:04 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-08-11 11:37:04 +0000 |
commit | f22bab1017abddc826a1e830eece2ba8099166ee (patch) | |
tree | 747c10ef9fc33bbaf24718a03304806a4ef7fad4 /target/linux/brcm63xx/dts | |
parent | 9c6287d6a14b7f7105e4b61774c5310cb96489c3 (diff) | |
download | upstream-f22bab1017abddc826a1e830eece2ba8099166ee.tar.gz upstream-f22bab1017abddc826a1e830eece2ba8099166ee.tar.bz2 upstream-f22bab1017abddc826a1e830eece2ba8099166ee.zip |
brcm63xx: move bcm96328avng to dtb detection
Use appended dtb for board detection for bcm96328avng.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42124
Diffstat (limited to 'target/linux/brcm63xx/dts')
-rw-r--r-- | target/linux/brcm63xx/dts/bcm96328avng.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/bcm96328avng.dts b/target/linux/brcm63xx/dts/bcm96328avng.dts new file mode 100644 index 0000000000..52e7dafe1b --- /dev/null +++ b/target/linux/brcm63xx/dts/bcm96328avng.dts @@ -0,0 +1,8 @@ +/dts-v1/; + +/include/ "bcm6328.dtsi" + +/ { + model = "Broadcom BCM96328avng reference board"; + compatible = "brcm,bcm96328avng", "brcm,bcm6328"; +}; |