dts: msm8909: Add support for Andromax A (A16C3H)#585
dts: msm8909: Add support for Andromax A (A16C3H)#585HaHmada wants to merge 2 commits intomsm8916-mainline:mainfrom
Conversation
Adding Andromax A (A16C3H) To lk2nd
|
|
||
| / { | ||
| // This is used by the bootloader to find the correct DTB | ||
| qcom,msm-id = <206 0>; |
There was a problem hiding this comment.
| qcom,msm-id = <206 0>; | |
| qcom,msm-id = <QCOM_ID_MSM8909 0>; |
206? msm8916?
There was a problem hiding this comment.
Ohh Sorry, I'm New Here So Just Forgive Me If I'm Wrong :)
| model = "Andromax A"; // FIXME | ||
| compatible = "andromax,a16c3h"; // FIXME | ||
|
|
||
| lk2nd,dtb-files = "msm8916-andromax-a16c3h"; |
There was a problem hiding this comment.
| lk2nd,dtb-files = "msm8916-andromax-a16c3h"; | |
| lk2nd,dtb-files = "msm8916-andromax-a16c3h"; |
Use tabs.
There was a problem hiding this comment.
Sorry I Accidentally Press Backspace Before :)
| / { | ||
| // This is used by the bootloader to find the correct DTB | ||
| qcom,msm-id = <206 0>; | ||
| qcom,board-id = <0x1000b 0x8>, <0x11000b 0x8>, <0x21000b 0x8>; |
There was a problem hiding this comment.
This device could be one of skuc device, so let's move the device to skuc.
|
|
||
| / { | ||
| // This is used by the bootloader to find the correct DTB | ||
| qcom,msm-id = <206 0>; |
There was a problem hiding this comment.
Ohh Sorry, I'm New Here So Just Forgive Me If I'm Wrong :)
| / { | ||
| // This is used by the bootloader to find the correct DTB | ||
| qcom,msm-id = <206 0>; | ||
| qcom,board-id = <0x1000b 0x8>, <0x11000b 0x8>, <0x21000b 0x8>; |
| model = "Andromax A"; // FIXME | ||
| compatible = "andromax,a16c3h"; // FIXME | ||
|
|
||
| lk2nd,dtb-files = "msm8916-andromax-a16c3h"; |
There was a problem hiding this comment.
Sorry I Accidentally Press Backspace Before :)
|
duplicate, ive already added this device as Haier G151, it's quite literally the same exact device (#488) |
https://wiki.postmarketos.org/wiki/Haier_G151_(haier-g151)#Installation i need to mention that the device cannot boot lk2nd, so if you want to boot mainline linux or somethingn, you'd have to replace the bootloader itself with lk1st. the instruction above should give you some clue on how to do that |
Oh Ok, Can You Give Instructions On How To Install PostmarketOS On Haier G151/Andromax A? |
Adding Andromax A (A16C3H) To lk2nd