-
Notifications
You must be signed in to change notification settings - Fork 149
arm64: dts: qcom: msm8939-htc-m8qlul: Add initial device tree #407
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
base: wip/msm8916/v6.16-rc4
Are you sure you want to change the base?
Conversation
status= "okay"; | ||
compatible = "simple-framebuffer"; | ||
reg = <0x0 0x83200000 0x0 0xfa0000>; | ||
width = <1080>; | ||
height = <1920>; | ||
stride = <(1080 * 3)>; | ||
format = "r8g8b8"; |
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.
status= "okay"; | |
compatible = "simple-framebuffer"; | |
reg = <0x0 0x83200000 0x0 0xfa0000>; | |
width = <1080>; | |
height = <1920>; | |
stride = <(1080 * 3)>; | |
format = "r8g8b8"; | |
compatible = "simple-framebuffer"; | |
reg = <0x0 0x83200000 0x0 0xfa0000>; | |
width = <1080>; | |
height = <1920>; | |
stride = <(1080 * 3)>; | |
format = "r8g8b8"; | |
status= "okay"; |
|
||
framebuffer0: framebuffer@83003000 { | ||
status= "okay"; | ||
compatible = "simple-framebuffer"; |
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.
Does simpledrm really work?
status = "okay"; | ||
extcon = <&usb_id>, <&usb_id>; |
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.
status = "okay"; | |
extcon = <&usb_id>, <&usb_id>; | |
extcon = <&usb_id>, <&usb_id>; | |
status = "okay"; |
This dts adds support for HTC One M8s smartphone released in 2015. Signed-off-by: Stefan Hansson <[email protected]> [André: rebased] Signed-off-by: André Apitzsch <[email protected]>
This dts adds support for HTC One M8s smartphone released in 2015.