Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ comma four:
- [x] modem
- [ ] sound
- [x] SPI
- [ ] GPS
- [x] GPS
- [ ] cameras (OS04C10)
- [ ] kernel wiring
- [ ] ISP
Expand Down
8 changes: 8 additions & 0 deletions kernel/dts/sdm845-comma-mici.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
compatible = "comma,mici", "qcom,sdm845";
qcom,msm-id = <341 0x20001>, <321 0x20001>, <321 0x20000>, <348 0x20001>;
qcom,board-id = <0x22 0>;

aliases {
hsuart0 = &uart3;
Comment thread
greatgitsby marked this conversation as resolved.
};
};

&i2c5 {
Expand Down Expand Up @@ -51,3 +55,7 @@
remote-endpoint = <&panel_in>;
data-lanes = <0>;
};

&uart3 {
status = "okay";
};
Loading