MiCode / Xiaomi_Kernel_OpenSource

Xiaomi Mobile Phone Kernel OpenSource
8.72k stars 3.22k forks source link

Mi Max hydrogen arm64 dts qcom missing #81

Open chriscarver opened 8 years ago

chriscarver commented 8 years ago

arm64 dts qcom is missing from the mi max kernel /arch/arm64/boot/dts/qcom

nijel8 commented 8 years ago

According to xiaomi devs arm64/boot/dts is linked to arm/boot/dts. If you copy /arch/arm/boot/dts folder to /arch/arm64/boot/ and /include/dt-bindings to /arch/arm64/include keeping all already existing files(don't overwrite) in arm64/... kernel compiles. Still can't get it to boot.

BTW links to arm64/ qcom and dt-bindings folders are in the source code...