-
Notifications
You must be signed in to change notification settings - Fork 149
arm64: dts: qcom: msm8916-fy-mf800: Add initial device tree #410
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
base: msm8916/6.12.1
Are you sure you want to change the base?
Conversation
The device is a battery powered WiFi/LTE hotspot.
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.
Minor coding style check
pinctrl-names = "default"; | ||
pinctrl-0 = <&gpio_leds_default>; |
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.
pinctrl-names = "default"; | |
pinctrl-0 = <&gpio_leds_default>; | |
pinctrl-0 = <&gpio_leds_default>; | |
pinctrl-names = "default"; |
pinctrl-names = "default"; | ||
pinctrl-0 = <&gpio_keys_default>; |
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.
pinctrl-names = "default"; | |
pinctrl-0 = <&gpio_keys_default>; | |
pinctrl-0 = <&gpio_keys_default>; | |
pinctrl-names = "default"; |
pinctrl-names = "default"; | ||
pinctrl-0 = <&usb_id_default>; |
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.
pinctrl-names = "default"; | |
pinctrl-0 = <&usb_id_default>; | |
pinctrl-0 = <&usb_id_default>; | |
pinctrl-names = "default"; |
status = "okay"; | ||
|
||
monitored-battery = <&battery>; | ||
power-supplies = <&pm8916_charger>; |
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.
status = "okay"; | |
monitored-battery = <&battery>; | |
power-supplies = <&pm8916_charger>; | |
monitored-battery = <&battery>; | |
power-supplies = <&pm8916_charger>; | |
status = "okay"; |
status = "okay"; | ||
|
||
monitored-battery = <&battery>; | ||
|
||
qcom,fast-charge-safe-current = <900000>; | ||
qcom,fast-charge-safe-voltage = <4300000>; |
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.
status = "okay"; | |
monitored-battery = <&battery>; | |
qcom,fast-charge-safe-current = <900000>; | |
qcom,fast-charge-safe-voltage = <4300000>; | |
monitored-battery = <&battery>; | |
qcom,fast-charge-safe-current = <900000>; | |
qcom,fast-charge-safe-voltage = <4300000>; | |
status = "okay"; |
status = "okay"; | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&pwm_out>; |
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.
status = "okay"; | |
pinctrl-names = "default"; | |
pinctrl-0 = <&pwm_out>; | |
pinctrl-0 = <&pwm_out>; | |
pinctrl-names = "default"; | |
status = "okay"; |
status = "okay"; | ||
extcon = <&pm8916_charger>, <&usb_otg_hack>; |
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.
status = "okay"; | |
extcon = <&pm8916_charger>, <&usb_otg_hack>; | |
extcon = <&pm8916_charger>, <&usb_otg_hack>; | |
status = "okay"; |
/* | ||
* NOTE: This allows detection of custom-made OTG adapters | ||
* | ||
* Since L8150 doesn't support OTG it's impossible to use normal OTG |
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.
this is not L8150. Is this true? Did you test this?
The device is a battery powered WiFi/LTE hotspot.