Skip to content

Commit 339d9d8

Browse files
committed
Merge tag 'opp-updates-6.12' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/vireshk/pm
Merge OPP Updates for 6.12 from Viresh Kumar: "- Update maintainers for operating-points-v2-ti-cpu file (Dhruva Gole). - Drop unnecessary of_match_ptr() for TI driver (Rob Herring)." * tag 'opp-updates-6.12' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/vireshk/pm: dt-bindings: opp: operating-points-v2-ti-cpu: Update maintainers opp: ti: Drop unnecessary of_match_ptr()
2 parents 431c164 + a843720 commit 339d9d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/devicetree/bindings/opp/operating-points-v2-ti-cpu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description:
1919
the hardware description for the scheme mentioned above.
2020

2121
maintainers:
22-
- Nishanth Menon <nm@ti.com>
22+
- Dhruva Gole <d-gole@ti.com>
2323

2424
allOf:
2525
- $ref: opp-v2-base.yaml#

drivers/opp/ti-opp-supply.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ static struct platform_driver ti_opp_supply_driver = {
405405
.probe = ti_opp_supply_probe,
406406
.driver = {
407407
.name = "ti_opp_supply",
408-
.of_match_table = of_match_ptr(ti_opp_supply_of_match),
408+
.of_match_table = ti_opp_supply_of_match,
409409
},
410410
};
411411
module_platform_driver(ti_opp_supply_driver);

0 commit comments

Comments
 (0)