Author: jogo
Date: 2014-10-02 14:25:36 +0200 (Thu, 02 Oct 2014)
New Revision: 42735

Added:
   trunk/target/linux/brcm63xx/dts/bcm96358VW.dts
Modified:
   trunk/target/linux/brcm63xx/image/Makefile
   trunk/target/linux/brcm63xx/profiles/01-generic.mk
Log:
brcm63xx: Add DT support for 96358VW

Signed-off-by: ?\195?\129lvaro Fern?\195?\161ndez Rojas <[email protected]>
Signed-off-by: Jonas Gorski <[email protected]>

Added: trunk/target/linux/brcm63xx/dts/bcm96358VW.dts
===================================================================
--- trunk/target/linux/brcm63xx/dts/bcm96358VW.dts                              
(rev 0)
+++ trunk/target/linux/brcm63xx/dts/bcm96358VW.dts      2014-10-02 12:25:36 UTC 
(rev 42735)
@@ -0,0 +1,8 @@
+/dts-v1/;
+
+/include/ "bcm6358.dtsi"
+
+/ {
+       model = "Broadcom BCM96358VW reference board";
+       compatible = "brcm,bcm96358vw", "brcm,bcm6358";
+};

Modified: trunk/target/linux/brcm63xx/image/Makefile
===================================================================
--- trunk/target/linux/brcm63xx/image/Makefile  2014-10-02 12:25:27 UTC (rev 
42734)
+++ trunk/target/linux/brcm63xx/image/Makefile  2014-10-02 12:25:36 UTC (rev 
42735)
@@ -234,7 +234,6 @@
 define Image/Build
        dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-root.$(1) bs=128k 
conv=sync
        # Various routers
-       $(call Image/Build/CFE,$(1),96358VW,6358,96358VW-generic)
        $(call Image/Build/CFE,$(1),96358VW2,6358,96358VW2-generic)
        $(call Image/Build/CFE,$(1),96368MVNgr,6368,96368MVNgr-generic)
        $(call Image/Build/CFE,$(1),96368MVWG,6368,96368MVWG-generic)
@@ -348,6 +347,8 @@
 $(eval $(call 
CfeImageDTB,96348GW_11,bcm96348GW-11,96348GW-11,6348,96348GW-11-generic))
 # Generic 96348R
 $(eval $(call CfeImageDTB,96348R,bcm96348R,96348R,6348,96348R-generic))
+# Generic 96358VW
+$(eval $(call CfeImageDTB,96358VW,bcm96358VW,96358VW,6358,96358VW-generic))
 
 # ADB P.DG A4001N
 $(eval $(call CfeImageDTB,A4001N,a4001n,96328dg2x2,6328,A4001N,,--pad 8))

Modified: trunk/target/linux/brcm63xx/profiles/01-generic.mk
===================================================================
--- trunk/target/linux/brcm63xx/profiles/01-generic.mk  2014-10-02 12:25:27 UTC 
(rev 42734)
+++ trunk/target/linux/brcm63xx/profiles/01-generic.mk  2014-10-02 12:25:36 UTC 
(rev 42735)
@@ -85,3 +85,13 @@
   Package set optimized for 96348R.
 endef
 $(eval $(call Profile,96348R))
+
+define Profile/96358VW
+  NAME:=Generic 96358VW
+  PACKAGES:=
+endef
+define Profile/96358VW/Description
+  Package set optimized for 96358VW.
+endef
+$(eval $(call Profile,96358VW))
+
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to