Skip to content

Commit

Permalink
dt-bindings: mfd: mt6370: fix the interrupt order of the charger in t…
Browse files Browse the repository at this point in the history
…he example

Fix the interrupt order of the charger in the binding example.

Fixes: 76f52f8 ("dt-bindings: mfd: Add MediaTek MT6370")
Signed-off-by: ChiaEn Wu <chiaen_wu@richtek.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/fcf4e7e7594070a8698dc0d4b96e031bcaa9b3a3.1665585952.git.chiaen_wu@richtek.com
Signed-off-by: Rob Herring <robh@kernel.org>
  • Loading branch information
ChiaEn Wu authored and Rob Herring committed Oct 12, 2022
1 parent 37a3a32 commit 6127dab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ examples:
charger {
compatible = "mediatek,mt6370-charger";
interrupts = <48>, <68>, <6>;
interrupt-names = "attach_i", "uvp_d_evt", "mivr";
interrupts = <68>, <48>, <6>;
interrupt-names = "uvp_d_evt", "attach_i", "mivr";
io-channels = <&mt6370_adc MT6370_CHAN_IBUS>;
mt6370_otg_vbus: usb-otg-vbus-regulator {
Expand Down

0 comments on commit 6127dab

Please sign in to comment.