-
Notifications
You must be signed in to change notification settings - Fork 359
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
dts: msm8916-samsung: add grandmaxltezc #387
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -841,4 +841,23 @@ | |||||
}; | ||||||
}; | ||||||
}; | ||||||
|
||||||
grandmaxltezc { | ||||||
model = "Samsung Galaxy Grand Max (SM-G7200)"; | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Put this after comments, Update: rev 8 -> 4 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's still not sorted in revision order. There are 11 revisions, and 4 < 11. Update: revision 8 -> 4 |
||||||
compatible = "samsung,grandmaxltechn", "samsung,grandmax"; | ||||||
lk2nd,match-bootloader = "G7200*"; | ||||||
|
||||||
lk2nd,dtb-files = "msm8916-samsung-grandmax"; | ||||||
|
||||||
qcom,msm-id = <QCOM_ID_MSM8916 0>; | ||||||
qcom,board-id = <0xCE08FF01 8>; | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
The revision is probably not correct, so |
||||||
|
||||||
muic-reset { | ||||||
compatible = "samsung,muic-reset"; | ||||||
i2c-reg = <0x14>; | ||||||
i2c-sda-gpios = <&tlmm 105 I2C_GPIO_FLAGS>; | ||||||
i2c-scl-gpios = <&tlmm 106 I2C_GPIO_FLAGS>; | ||||||
}; | ||||||
}; | ||||||
|
||||||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To put the nodes in order, move this after node
grandmaxlteub
.