-
Notifications
You must be signed in to change notification settings - Fork 34
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
dtsi: add pinctrl #35
Draft
wonderfulShrineMaidenOfParadise
wants to merge
2
commits into
msm8916-mainline:master
Choose a base branch
from
wonderfulShrineMaidenOfParadise:pinctrl
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
dtsi: add pinctrl #35
wonderfulShrineMaidenOfParadise
wants to merge
2
commits into
msm8916-mainline:master
from
wonderfulShrineMaidenOfParadise:pinctrl
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wonderfulShrineMaidenOfParadise
force-pushed
the
pinctrl
branch
2 times, most recently
from
August 18, 2023 11:37
b7ad792
to
ac56df4
Compare
wonderfulShrineMaidenOfParadise
changed the title
dtsi: Rename &msmgpio -> &tlmm
dtsi: Rename &msmgpio -> &tlmm and add pinctrl
Aug 18, 2023
stephan-gh
reviewed
Oct 10, 2023
@@ -35,6 +77,10 @@ def generate_panel_dtsi(p: Panel, options: Options) -> None: | |||
''') | |||
f.write(f'''\ | |||
&mdss_dsi0 {{ | |||
pinctrl-0 = <&mdss_default>; | |||
pinctrl-1 = <&mdss_sleep>; | |||
pinctrl-names = "default", "sleep"; |
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.
Hm, we also generate this if there is no reset
in options.gpio
. The reset gpio is usually there but this is not guaranteed. e.g. samsung-gtelwifiue in linux-panel-drivers.
wonderfulShrineMaidenOfParadise
force-pushed
the
pinctrl
branch
2 times, most recently
from
October 10, 2023 22:39
9627e24
to
9cc16f9
Compare
wonderfulShrineMaidenOfParadise
force-pushed
the
pinctrl
branch
from
October 10, 2023 22:42
9cc16f9
to
cae5a3f
Compare
Without a doubt, |
wonderfulShrineMaidenOfParadise
changed the title
dtsi: Rename &msmgpio -> &tlmm and add pinctrl
dtsi: Add pinctrl
Dec 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #29