Skip to content

Commit 5850496

Browse files
committed
wiki: Remove usage of not existing Kryo 780 cpu
Kryo 780 does not exist, it seems like some early press reports assumed the name as the successor of the Kryo 680 which was used for SM8350. Switch the devices previously using Kryo 780 to Kryo, similar to what's being used for SM8550 now. Change-Id: I034d3fde6b6a44252dced7ae7551fdf7637b0220
1 parent 26fa657 commit 5850496

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

_data/devices/bronco.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cameras:
99
- {flash: 'LED', info: '2 MP (depth)'}
1010
- {flash: None, info: '32 MP'}
1111
codename: bronco
12-
cpu: Kryo 780
12+
cpu: Kryo
1313
cpu_cores: '8'
1414
cpu_freq: 1 x 3.2 GHz + 3 x 2.5 GHz + 4 x 1.8 GHz
1515
current_branch: 22.2

_data/devices/eqs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cameras:
99
- {flash: 'Dual LED', info: '50 MP (ultrawide)'}
1010
- {flash: None, info: '60 MP'}
1111
codename: eqs
12-
cpu: Kryo 780
12+
cpu: Kryo
1313
cpu_cores: '8'
1414
cpu_freq: 1 x 3.2 GHz + 3 x 2.5 GHz + 4 x 1.8 GHz
1515
current_branch: 22.2

_data/devices/ingot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cameras:
88
- {flash: 'Dual LED (dual tone)', info: '12 MP (ultrawide)'}
99
- {flash: None, info: '16 MP'}
1010
codename: ingot
11-
cpu: Kryo 780
11+
cpu: Kryo
1212
cpu_cores: '8'
1313
cpu_freq: 1 x 3.2 GHz + 3 x 2.5 GHz + 4 x 1.8 GHz
1414
current_branch: 22.2

test/schema-06.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,6 @@ properties:
697697
- Kryo 660
698698
- Kryo 670
699699
- Kryo 680
700-
- Kryo 780
701700
cpu_cores:
702701
"$id": "/properties/cpu_cores"
703702
minLength: 1

0 commit comments

Comments
 (0)