forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 166
dts: qcom: msm8916-mf601xx, msm8916-mf32: initial support #360
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
8edc6c4
arm64: dts: qcom: msm8916-thwc-mf32: Add initial device tree
rbqvq 1ef25c3
dt-bindings: qcom: Document msm8916-thwc-mf32-v2
rbqvq e0513f1
arm64: dts: qcom: msm8916-thwc-mf601xx: Add initial device tree
rbqvq 76d7a48
dt-bindings: qcom: Document msm8916-thwc-mf601sl-v7
rbqvq 392a0f5
ARM: dts: qcom: msm8916: add dts for 5 MSM8916 based UFIs
rbqvq 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
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,68 @@ | ||
| // SPDX-License-Identifier: GPL-2.0-only | ||
|
|
||
| /dts-v1/; | ||
|
|
||
| #include "msm8916-thwc-mf32.dtsi" | ||
|
|
||
| / { | ||
| model = "Tong Heng Wei Chuang 4G Modem Stick MF32_MB_V02"; | ||
| compatible = "thwc,mf32-v2", "qcom,msm8916"; | ||
| }; | ||
|
|
||
| &leds { | ||
| led-wan-green { | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sort the nodes in alphabetical order or GPIO pins. |
||
| color = <LED_COLOR_ID_GREEN>; | ||
| function = LED_FUNCTION_WAN; | ||
| default-state = "off"; | ||
| gpios = <&tlmm 30 GPIO_ACTIVE_HIGH>; | ||
| }; | ||
|
|
||
| led-wan-blue { | ||
| color = <LED_COLOR_ID_BLUE>; | ||
| function = LED_FUNCTION_WAN; | ||
| default-state = "on"; | ||
| gpios = <&tlmm 29 GPIO_ACTIVE_HIGH>; | ||
| }; | ||
|
|
||
| led-wan-red { | ||
| color = <LED_COLOR_ID_RED>; | ||
| function = LED_FUNCTION_WAN; | ||
| default-state = "off"; | ||
| gpios = <&tlmm 28 GPIO_ACTIVE_HIGH>; | ||
| }; | ||
|
|
||
| led-wlan { | ||
| color = <LED_COLOR_ID_BLUE>; | ||
| function = LED_FUNCTION_WLAN; | ||
| default-state = "on"; | ||
| gpios = <&tlmm 27 GPIO_ACTIVE_HIGH>; | ||
| }; | ||
|
|
||
| led-battery-1 { | ||
| color = <LED_COLOR_ID_BLUE>; | ||
| function = LED_FUNCTION_POWER; | ||
| default-state = "on"; | ||
| gpios = <&tlmm 19 GPIO_ACTIVE_HIGH>; | ||
| }; | ||
|
|
||
| led-battery-2 { | ||
| color = <LED_COLOR_ID_BLUE>; | ||
| function = LED_FUNCTION_POWER; | ||
| default-state = "on"; | ||
| gpios = <&tlmm 22 GPIO_ACTIVE_HIGH>; | ||
| }; | ||
|
|
||
| led-battery-3 { | ||
| color = <LED_COLOR_ID_BLUE>; | ||
| function = LED_FUNCTION_POWER; | ||
| default-state = "on"; | ||
| gpios = <&tlmm 21 GPIO_ACTIVE_HIGH>; | ||
| }; | ||
|
|
||
| led-battery-4 { | ||
| color = <LED_COLOR_ID_BLUE>; | ||
| function = LED_FUNCTION_POWER; | ||
| default-state = "on"; | ||
| gpios = <&tlmm 20 GPIO_ACTIVE_HIGH>; | ||
| }; | ||
| }; | ||
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,196 @@ | ||
| // SPDX-License-Identifier: GPL-2.0-only | ||
| // A common dtsi for MF32 series LTE modem dongles. | ||
|
|
||
| #include "msm8916-pm8916.dtsi" | ||
|
|
||
| #include <dt-bindings/gpio/gpio.h> | ||
| #include <dt-bindings/leds/common.h> | ||
|
|
||
| / { | ||
| chassis-type = "embedded"; | ||
|
|
||
| aliases { | ||
| mmc0 = &sdhc_1; /* eMMC */ | ||
| mmc1 = &sdhc_2; /* external SD slot */ | ||
| serial0 = &blsp_uart2; | ||
| }; | ||
|
|
||
| chosen { | ||
| stdout-path = "serial0"; | ||
| }; | ||
|
|
||
| battery: battery { | ||
| compatible = "simple-battery"; | ||
| voltage-min-design-microvolt = <3400000>; | ||
| voltage-max-design-microvolt = <4200000>; | ||
| energy-full-design-microwatt-hours = <7770000>; | ||
| charge-full-design-microamp-hours = <2100000>; | ||
|
|
||
| ocv-capacity-celsius = <25>; | ||
| ocv-capacity-table-0 = <4189000 100>, <4073000 95>, | ||
| <4044000 90>, <4039000 85>, <4032000 80>, <4025000 75>, | ||
| <4008000 70>, <3974000 65>, <3953000 60>, <3912000 55>, | ||
| <3884000 50>, <3858000 45>, <3849000 40>, <3839000 35>, | ||
| <3816000 30>, <3774000 25>, <3690000 20>, <3647000 16>, | ||
| <3611000 13>, <3539000 11>, <3477000 10>, <3421000 9>, | ||
| <3388000 8>, <3364000 7>, <3328000 6>, <3235000 5>, | ||
| <3174000 4>, <3096000 3>, <3062000 2>, <3035000 1>, | ||
| <3000000 0>; | ||
| }; | ||
|
|
||
| gpio-keys { | ||
| compatible = "gpio-keys"; | ||
|
|
||
| pinctrl-0 = <&button_default>; | ||
| pinctrl-names = "default"; | ||
|
|
||
| label = "GPIO Buttons"; | ||
|
|
||
| button-restart { | ||
| label = "Restart"; | ||
| gpios = <&tlmm 34 GPIO_ACTIVE_LOW>; | ||
| linux,code = <KEY_RESTART>; | ||
| }; | ||
| }; | ||
|
|
||
| leds: leds { | ||
| compatible = "gpio-leds"; | ||
|
|
||
| pinctrl-0 = <&gpio_leds_default>; | ||
| pinctrl-names = "default"; | ||
|
|
||
| /* LEDs are board-specific */ | ||
| }; | ||
| }; | ||
|
|
||
| &bam_dmux { | ||
| status = "okay"; | ||
| }; | ||
|
|
||
| &bam_dmux_dma { | ||
| status = "okay"; | ||
| }; | ||
|
|
||
| &blsp_uart2 { | ||
| status = "okay"; | ||
| }; | ||
|
|
||
| /* Remove &dsi_phy0 from clocks to make sure that gcc probes with display disabled */ | ||
| &gcc { | ||
| clocks = <&xo_board>, <&sleep_clk>, <0>, <0>, <0>, <0>, <0>; | ||
| }; | ||
|
|
||
| &mba_mem { | ||
| status = "okay"; | ||
| }; | ||
|
|
||
| &mpss { | ||
| pinctrl-0 = <&sim_ctrl_default>; | ||
| pinctrl-names = "default"; | ||
|
|
||
| status = "okay"; | ||
| }; | ||
|
|
||
| &mpss_mem { | ||
| reg = <0x00 0x86800000 0x00 0x5500000>; | ||
| status = "okay"; | ||
| }; | ||
|
|
||
| &pm8916_bms { | ||
| monitored-battery = <&battery>; | ||
| power-supplies = <&pm8916_charger>; | ||
|
|
||
| status = "okay"; | ||
| }; | ||
|
|
||
| &pm8916_charger { | ||
| qcom,fast-charge-safe-current = <700000>; | ||
| qcom,fast-charge-safe-voltage = <4200000>; | ||
|
|
||
| monitored-battery = <&battery>; | ||
|
|
||
| status = "okay"; | ||
| }; | ||
|
|
||
| &sdhc_1 { | ||
| status = "okay"; | ||
| }; | ||
|
|
||
| &sdhc_2 { | ||
| status = "okay"; | ||
| }; | ||
|
|
||
| &usb { | ||
| extcon = <&pm8916_charger>; | ||
| usb-role-switch; | ||
|
|
||
| status = "okay"; | ||
| }; | ||
|
|
||
| &usb_hs_phy { | ||
| extcon = <&pm8916_charger>; | ||
| }; | ||
|
|
||
| &venus { | ||
| status = "okay"; | ||
| }; | ||
|
|
||
| &venus_mem { | ||
| status = "okay"; | ||
| }; | ||
|
|
||
| &wcnss { | ||
| status = "okay"; | ||
| }; | ||
|
|
||
| &wcnss_iris { | ||
| compatible = "qcom,wcn3620"; | ||
| }; | ||
|
|
||
| &wcnss_mem { | ||
| status = "okay"; | ||
| }; | ||
|
|
||
| &tlmm { | ||
| button_default: button-default-state { | ||
| function = "gpio"; | ||
| drive-strength = <2>; | ||
| pins = "gpio34"; | ||
| bias-pull-up; | ||
| }; | ||
|
|
||
| gpio_leds_default: gpio-leds-default-state { | ||
| function = "gpio"; | ||
| drive-strength = <2>; | ||
| pins = "gpio19", "gpio20", "gpio21", "gpio22", "gpio27", | ||
| "gpio28", "gpio29", "gpio30"; | ||
| bias-disable; | ||
| }; | ||
|
|
||
| /* This selects the external SIM card slot by default */ | ||
| sim_ctrl_default: sim-ctrl-default-state { | ||
| esim-sel-pins { | ||
| function = "gpio"; | ||
| drive-strength = <2>; | ||
| pins = "gpio50", "gpio51"; | ||
| bias-disable; | ||
| output-low; | ||
| }; | ||
|
|
||
| sim-en-pins { | ||
| function = "gpio"; | ||
| drive-strength = <2>; | ||
| pins = "gpio24"; | ||
| bias-disable; | ||
| output-low; | ||
| }; | ||
|
|
||
| sim-sel-pins { | ||
| function = "gpio"; | ||
| drive-strength = <2>; | ||
| pins = "gpio49"; | ||
| bias-disable; | ||
| output-high; | ||
| }; | ||
| }; | ||
| }; |
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.
Would this dtsi be used by some other device later? You may want to motivate this in the commit message.