Skip to content

Commit

Permalink
Add Support for RK3229 ntn8
Browse files Browse the repository at this point in the history
  • Loading branch information
knaerzche committed Jan 2, 2020
2 parents b1f378f + 553b88d commit 8fca131
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions projects/Rockchip/devices/RK322x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ This is a SoC device for RK322x
* `PROJECT=Rockchip DEVICE=RK322x ARCH=arm UBOOT_SYSTEM=rk3229-d88 make image`
* `PROJECT=Rockchip DEVICE=RK322x ARCH=arm UBOOT_SYSTEM=rk3229-v884k make image`
* `PROJECT=Rockchip DEVICE=RK322x ARCH=arm UBOOT_SYSTEM=rk3229-v88mars make image`
* `PROJECT=Rockchip DEVICE=RK322x ARCH=arm UBOOT_SYSTEM=rk3229-box-ntn8 make image`

**How to use on an Android device**
- Flash image to a sd-card
- Insert sd-card into the device
Expand Down
3 changes: 2 additions & 1 deletion projects/Rockchip/devices/RK322x/options
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
KERNEL_MAKE_EXTRACMD+=" rk3229-box-d88.dtb"
KERNEL_MAKE_EXTRACMD+=" rk3229-box-v884k.dtb"
KERNEL_MAKE_EXTRACMD+=" rk3229-box-v88mars.dtb"
KERNEL_MAKE_EXTRACMD+=" rk3229-box-ntn8.dtb"

# Mali GPU family
MALI_FAMILY="400"
Expand All @@ -35,5 +36,5 @@
# driver addons to install:
# for a list of additinoal drivers see packages/linux-driver-addons
# Space separated list is supported,
DRIVER_ADDONS=""
DRIVER_ADDONS=""

Original file line number Diff line number Diff line change
Expand Up @@ -1304,6 +1304,7 @@ index 0000000..e40274d
+&usb_otg {
+ dr_mode = "host";
+};

diff --git a/arch/arm/boot/dts/rk3229-box-ntn8.dts b/arch/arm/boot/dts/rk3229-box-ntn8.dts
new file mode 100644
index 000000000..745bafa8b
Expand Down Expand Up @@ -1478,3 +1479,4 @@ index 000000000..745bafa8b
+ linux,rc-map-name = "rc-trn9";
+ status = "okay";
+};

0 comments on commit 8fca131

Please sign in to comment.