Hi Krzysztof,
Krzysztof Kozlowski krzysztof.kozlowski@linaro.org 於 2022年6月17日 週五 清晨5:15寫道:
On 13/06/2022 04:11, ChiaEn Wu wrote:
From: ChiYuan Huang cy_huang@richtek.com
Add Mediatek MT6370 binding documentation.
Signed-off-by: ChiYuan Huang cy_huang@richtek.com
.../bindings/mfd/mediatek,mt6370.yaml | 279 ++++++++++++++++++ .../dt-bindings/iio/adc/mediatek,mt6370_adc.h | 18 ++ 2 files changed, 297 insertions(+) create mode 100644 Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml create mode 100644 include/dt-bindings/iio/adc/mediatek,mt6370_adc.h
diff --git a/Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml b/Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml new file mode 100644 index 000000000000..6c2639e81e50 --- /dev/null +++ b/Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml @@ -0,0 +1,279 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/mfd/mediatek,mt6370.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml#
+title: Mediatek MT6370 SubPMIC
+maintainers:
- ChiYuan Huang cy_huang@richtek.com
+description: |
- MT6370 is a highly-integrated smart power management IC, which includes a
- single cell Li-Ion/Li-Polymer switching battery charger, a USB Type-C &
- Power Delivery (PD) controller, dual flash LED current sources, a RGB LED
- driver, a backlight WLED driver, a display bias driver and a general LDO for
- portable devices.
+properties:
- compatible:
- const: mediatek,mt6370
- reg:
- maxItems: 1
- wakeup-source: true
- interrupts:
- maxItems: 1
- interrupt-controller: true
- '#interrupt-cells':
- const: 1
- adc:
- type: object
- description: |
Provides 9 channels for system monitoring, including vbusdiv5, vbusdiv2,
vbat, vsys, chg_vddp, ts_bat, ibus, ibat, and temp_jc.
- properties:
compatible:
const: mediatek,mt6370-adc
"#io-channel-cells":
const: 1
- required:
- compatible
- '#io-channel-cells'
Decide in your entire patchset whether you use ' or ". Don't mix.
Thanks for your comments. We apologize for doing these mistakes... We will use the same symbol in the entire patchset and check again before the next submission.
Since you did not test your bindings, I am not reviewing it. First, test them. No need for me to do the job of a automated tool, right?
Best regards, Krzysztof
Best regards, ChiaEn Wu