Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial commit of Mecha Comet-M (gen1) kernel #3

Open
wants to merge 31 commits into
base: lf-6.1.y
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
c0ae97c
board: mecha: adds the mecha comet-m gen1
chiragp-mecha Jul 16, 2024
edca37e
board: mecha: add imx8mm-mecha-comet-m-gen1.dts
chiragp-mecha Jul 16, 2024
9597412
board: mecha: enable: edt-ft5x06 touchscreen driver
chiragp-mecha Jul 16, 2024
e5b9c12
board: mecha: add: OV5640 camera
chiragp-mecha Jul 16, 2024
b0b5b5f
board: mecha: enable: sysfs gpio
chiragp-mecha Jul 16, 2024
4afc070
board: mecha: add: MAX98090 audio codec
chiragp-mecha Jul 16, 2024
ef54a5a
board: mecha: enable: ethernet
chiragp-mecha Jul 16, 2024
3a575b6
board: mecha: add: rgb led, function-button and define
chiragp-mecha Jul 16, 2024
06718d0
board: mecha: add: BQ25890 charger and BQ27441 fuel gauge IC
chiragp-mecha Jul 16, 2024
89cb506
board: mecha: add: PCF8563, ADS1115 and ICM42605
chiragp-mecha Jul 16, 2024
01688cc
board: mecha: enable: etnaviv driver
chiragp-mecha Jul 16, 2024
5ce2344
board: mecha: add: support for initramfs image flash
chiragp-mecha Jul 16, 2024
d855451
board: mecha: change: linux logo
chiragp-mecha Jul 16, 2024
563a841
board: mecha: remove: remove 1.8Ghz cpufreq, enable imx-sdma
chiragp-mecha Jul 16, 2024
bcdde0a
board: mecha: enable: device tree overlay
chiragp-mecha Jul 16, 2024
7a2dfce
board: mecha: remove: initrd warnings, not required drivers
chiragp-mecha Jul 16, 2024
cc3cc25
board: mecha: enable: pwm1 and pwm2 channels
chiragp-mecha Jul 16, 2024
096afac
board: mecha: fix: camera invert preview issue
chiragp-mecha Jul 16, 2024
2714a07
Author: Chirag Parmar <[email protected]>
chiragp-mecha Nov 5, 2024
168f98d
Author: Chirag Parmar <[email protected]>
chiragp-mecha Nov 5, 2024
f3d21c9
board: mecha: fix: Set system time from RTC on startup and resume
chiragp-mecha Nov 5, 2024
ef381b3
board: mecha: enable: 1.8Ghz cpu frequency
chiragp-mecha Nov 5, 2024
a17e979
board: mecha: comet_revision_4 changes: enable both usb-otg ports
chiragp-mecha Nov 5, 2024
c25444b
board: mecha: remove: unwanted nodes
chiragp-mecha Nov 5, 2024
00a0660
board: mecha: comet_revision_4 changes: dts for camera ov5640
chiragp-mecha Nov 6, 2024
b166505
board: mecha: comet_revision_4 changes: ads1015, bq25890, bq27440, pc…
chiragp-mecha Nov 6, 2024
e925a2a
board: mecha: add: modules for kubernetes
chiragp-mecha Nov 12, 2024
d3ecb43
board: mecha: add: JOYDEV module
chiragp-mecha Nov 12, 2024
f8b3f04
fix(mecha-comet): rev5: enables pcie, camera, remap i2c addresses
chiragp-mecha Dec 7, 2024
f2f47af
board: mecha: fix: pmic(pca9450) config to prevent kernel panic at 1.…
chiragp-mecha Dec 10, 2024
9ad7e82
Merge branch '6.1.22-rev4' into mecha-6.1.22
chiragp-mecha Dec 10, 2024
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
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/freescale/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-ls1028a-qds-9999.dtb

dtb-$(CONFIG_ARCH_MXC) += imx8dxl-evk.dtb
dtb-$(CONFIG_ARCH_MXC) += imx8mm-ab2.dtb imx8mm-ab2-m4.dtb imx8mm-ddr4-ab2.dtb imx8mm-ddr4-ab2-m4.dtb \
imx8mm-ddr4-ab2-revb.dtb imx8mm-ddr4-ab2-m4-revb.dtb
imx8mm-ddr4-ab2-revb.dtb imx8mm-ddr4-ab2-m4-revb.dtb \
imx8mm-mecha.dtb imx8mm-mecha-comet-m-gen1.dtb
dtb-$(CONFIG_ARCH_MXC) += imx8mm-evk.dtb imx8mm-evk-rpmsg.dtb imx8mm-evk-rm67191.dtb \
imx8mm-evk-root.dtb imx8mm-evk-inmate.dtb imx8mm-evk-revb-qca-wifi.dtb \
imx8mm-evk-ecspi-slave.dtb \
Expand Down
Loading