forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 8
Add support for OnePlus Nord N10 (billie) #8
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
Open
danascape
wants to merge
8
commits into
sm6350-mainline:sm6350-6.19.y
Choose a base branch
from
stormbreaker-project:sm6350-6.19.y
base: sm6350-6.19.y
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.
Open
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
29c6af6
dt-bindings: arm: qcom: Add SM6350 OnePlus Nord N10 5G
danascape 5328fc6
arm64: dts: qcom: sm6350: Add device tree for OnePlus Nord N10 5G
danascape 3af63fc
arm64: dts: qcom: sm6350-billie: Include pm6350 and configure buttons
danascape 6a92970
arm64: dts: qcom: sm6350-billie: Define pm6350 and pm6150l regulators
danascape 645437d
arm64: dts: qcom: sm6350-billie: Enable QUP and GPI DMA
MarijnS95 edd7484
dt-bindings: display: panel: Add Himax HX83112F
danascape 43c2956
drm/panel: Add panel driver for OnePlus Nord N10
danascape 7c0a006
arm64: dts: qcom: sm6350-billie: Add display nodes and enable GPU
danascape File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -955,6 +955,7 @@ properties: | |
|
|
||
| - items: | ||
| - enum: | ||
| - oneplus,billie | ||
| - sony,pdx213 | ||
| - const: qcom,sm6350 | ||
|
|
||
|
|
||
73 changes: 73 additions & 0 deletions
73
Documentation/devicetree/bindings/display/panel/himax,hx83112f.yaml
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,73 @@ | ||
| # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause | ||
| %YAML 1.2 | ||
| --- | ||
| $id: http://devicetree.org/schemas/display/panel/himax,hx83112f.yaml# | ||
| $schema: http://devicetree.org/meta-schemas/core.yaml# | ||
|
|
||
| title: Himax HX83112F-based DSI display panels | ||
|
|
||
| maintainers: | ||
| - Saalim Quadri <danascape@gmail.com> | ||
|
|
||
| description: | ||
| The Himax HX83112F is a generic DSI Panel IC used to control | ||
| LCD panels. | ||
|
|
||
| allOf: | ||
| - $ref: panel-common.yaml# | ||
|
|
||
| properties: | ||
| compatible: | ||
| contains: | ||
| const: tianma,hx83112f-fhd | ||
|
|
||
| reg: | ||
| maxItems: 1 | ||
|
|
||
| vddio-supply: | ||
| description: I/O voltage rail | ||
|
|
||
| vsn-supply: | ||
| description: Positive source voltage rail | ||
|
|
||
| vsp-supply: | ||
| description: Negative source voltage rail | ||
|
|
||
| required: | ||
| - compatible | ||
| - reg | ||
| - reset-gpios | ||
| - vddio-supply | ||
| - vsn-supply | ||
| - vsp-supply | ||
| - port | ||
|
|
||
| unevaluatedProperties: false | ||
|
|
||
| examples: | ||
| - | | ||
| #include <dt-bindings/gpio/gpio.h> | ||
|
|
||
| dsi { | ||
| #address-cells = <1>; | ||
| #size-cells = <0>; | ||
|
|
||
| panel@0 { | ||
| compatible = "tianma,hx83112f-fhd"; | ||
| reg = <0>; | ||
|
|
||
| reset-gpios = <&tlmm 75 GPIO_ACTIVE_LOW>; | ||
|
|
||
| vddio-supply = <&vreg_l8c>; | ||
| vsn-supply = <&pm6150l_lcdb_ncp>; | ||
| vsp-supply = <&pm6150l_lcdb_ldo>; | ||
|
|
||
| port { | ||
| panel_in_0: endpoint { | ||
| remote-endpoint = <&dsi0_out>; | ||
| }; | ||
| }; | ||
| }; | ||
| }; | ||
|
|
||
| ... |
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
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.
why is nord in the filename? Not just sm6350-oneplus-billie.dt[bs]?