Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MIPS: JZ4770: GCW0: Add initial device-tree support
  • Loading branch information
pcercuei committed Jan 21, 2015
1 parent b1384b7 commit a9a9a68
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/boot/dts/Makefile
Expand Up @@ -10,6 +10,7 @@ dtb-$(CONFIG_DTB_RT3883_EVAL) += rt3883_eval.dtb
dtb-$(CONFIG_DTB_MT7620A_EVAL) += mt7620a_eval.dtb
dtb-$(CONFIG_JZ4740_QI_LB60) += qi_lb60.dtb
dtb-$(CONFIG_JZ4780_CI20) += ci20.dtb
dtb-$(CONFIG_JZ4770_GCW0) += gcw0.dtb
dtb-$(CONFIG_MIPS_SEAD3) += sead3.dtb

obj-y += $(patsubst %.dtb, %.dtb.o, $(dtb-y))
Expand Down
8 changes: 8 additions & 0 deletions arch/mips/boot/dts/gcw0.dts
@@ -0,0 +1,8 @@
/dts-v1/;

#include "jz4770.dtsi"

/ {
compatible = "gcw,zero", "ingenic,jz4770";

};

0 comments on commit a9a9a68

Please sign in to comment.