Skip to content

Conversation

a-andre
Copy link

@a-andre a-andre commented Jul 26, 2025

This dts adds support for HTC One M8s smartphone released in 2015.

Comment on lines 29 to 34
status= "okay";
compatible = "simple-framebuffer";
reg = <0x0 0x83200000 0x0 0xfa0000>;
width = <1080>;
height = <1920>;
stride = <(1080 * 3)>;
format = "r8g8b8";

Choose a reason for hiding this comment

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

Suggested change
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";

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>;

Choose a reason for hiding this comment

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

Suggested change
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]>
@a-andre a-andre changed the title arm64: dts: qcom: msm8939: Add initial device tree arm64: dts: qcom: msm8939-htc-m8qlul: Add initial device tree Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants