Skip to content

Commit 4f59476

Browse files
committed
Add support for Motorola Moto G7 Power
Add support for Moto G7 Power (motorola-ocean). Signed-off-by: Barnabás Czémán <trabarni@gmail.com>
1 parent 3eafb17 commit 4f59476

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ dtc -O dtb -o sdm429-fossil-hoki.dtbo -b 0 -@ sdm429-fossil-hoki.dts
1111
mkdtboimg cfg_create dtbo-fossil-hoki.img dtboimg-fossil-hoki.cfg
1212
dtc -O dtb -o sdm439-nokia-panther.dtbo -b 0 -@ sdm439-nokia-panther.dts
1313
mkdtboimg cfg_create dtbo-nokia-panther.img dtboimg-nokia-panther.cfg
14+
dtc -O dtb -o sdm632-motorola-ocean.dtbo -b 0 -@ sdm632-motorola-ocean.dts
15+
mkdtboimg cfg_create dtbo-motorola-ocean.img dtboimg-motorola-ocean.cfg

dtboimg-motorola-ocean.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sdm632-motorola-ocean.dtbo
2+
id=0x0
3+
rev=0x0

sdm632-motorola-ocean.dts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/dts-v1/;
2+
3+
/ {
4+
qcom,board-id = <0x141 0xa100>,
5+
<0x141 0xa200>,
6+
<0x141 0xb1a0>,
7+
<0x141 0xb1b0>,
8+
<0x141 0xb200>,
9+
<0x141 0xc100>,
10+
<0x42 0xa100>,
11+
<0x42 0xa200>,
12+
<0x42 0xb1a0>,
13+
<0x42 0xb1b0>,
14+
<0x43 0xb200>,
15+
<0x43 0xc100>;
16+
model = "ocean";
17+
18+
__fixups__ {};
19+
};

0 commit comments

Comments
 (0)