Skip to content

ARM: dts: qcom: msm8226-samsung-matisse-common: move accelerometer and touchscreen node into common dtsi#16

Open
exkc wants to merge 1 commit intomsm8226-mainline:qcom-msm8226-6.15.yfrom
exkc2:move
Open

ARM: dts: qcom: msm8226-samsung-matisse-common: move accelerometer and touchscreen node into common dtsi#16
exkc wants to merge 1 commit intomsm8226-mainline:qcom-msm8226-6.15.yfrom
exkc2:move

Conversation

@exkc
Copy link
Copy Markdown

@exkc exkc commented Nov 1, 2025

I checked the downstream.
Accelerometer and touchscreen node in the downstream device tree of matisselte matisse-wifi are quite similar.Therefore they should be in the common dtsi.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Newer dt-bindings

@z3ntu
Copy link
Copy Markdown
Member

z3ntu commented Feb 24, 2026

So this is confirmed working on matisselte?

regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;

gpio = <&tlmm 32 GPIO_ACTIVE_HIGH>;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

don't put something in common that's not common, if you override it for 50% of the boards. You could keep gpio empty with a comment that it needs to be filled in by the dts.
Check msm8916 setups, they probably have something like that

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

you do need to set them in matisselte though, not just remove them from common

};

tsp_en1_default_state: tsp-en1-default-state {
pins = "gpio32";
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

same here, not common

@exkc
Copy link
Copy Markdown
Author

exkc commented Feb 24, 2026

So this is confirmed working on matisselte?

no rly but they seem to be mosty the same expect for some gpio pin

touchscreen node into common dtsi

I checked the downstream.
Accelerometer and touchscreen node in the downstream device tree of matisselte matisse-wifi are quite similar.Therefore they should be in the common dtsi.

Signed-off-by: Karl Chan <exkc@exkc.moe>
@z3ntu
Copy link
Copy Markdown
Member

z3ntu commented Feb 25, 2026

So this is confirmed working on matisselte?

no rly but they seem to be mosty the same expect for some gpio pin

I don't really want to merge something that hasn't even been tested... Can you find someone who has a matisselte?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants