upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
409 B
18 lines
409 B
Qualcomm pm8916 PMIC
|
|
|
|
This PMIC is connected using SPMI bus so should be child of SPMI bus controller.
|
|
|
|
Required properties:
|
|
- compatible: "qcom,spmi-pmic";
|
|
- reg: SPMI Slave ID, size (ignored)
|
|
- #address-cells: 0x1 (peripheral ID)
|
|
- #size-cells: 0x1 (size of peripheral register space)
|
|
|
|
Example:
|
|
|
|
pm8916@0 {
|
|
compatible = "qcom,spmi-pmic";
|
|
reg = <0x0 0x1>;
|
|
#address-cells = <0x1>;
|
|
#size-cells = <0x1>;
|
|
};
|
|
|