Skip to content
Open
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
18 changes: 18 additions & 0 deletions lk2nd/device/dts/msm8909/msm8909-andromax-a16c3h.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// SPDX-License-Identifier: GPL-2.0-only

#include <skeleton64.dtsi>
#include <lk2nd.dtsi>

/ {
// This is used by the bootloader to find the correct DTB
qcom,msm-id = <245 0>;
qcom,board-id = <0x1000b 0x8>, <0x11000b 0x8>, <0x21000b 0x8>;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/msm8916-mainline/lk2nd/blob/main/lk2nd/device/dts/msm8909/msm8909-1gb-qrd-skuc.dts#L7-L10

This device could be one of skuc device, so let's move the device to skuc.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Owh, Okay

};

&lk2nd {
model = "Andromax A"; // FIXME
compatible = "andromax,a16c3h"; // FIXME

lk2nd,dtb-files = "msm8916-andromax-a16c3h";

};