Commit 339d9d87 authored by Rafael J. Wysocki's avatar Rafael J. Wysocki
Browse files
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()
parents 431c1646 a8437201
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ description:
  the hardware description for the scheme mentioned above.

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

allOf:
  - $ref: opp-v2-base.yaml#
+1 −1
Original line number Diff line number Diff line
@@ -405,7 +405,7 @@ static struct platform_driver ti_opp_supply_driver = {
	.probe = ti_opp_supply_probe,
	.driver = {
		   .name = "ti_opp_supply",
		   .of_match_table = of_match_ptr(ti_opp_supply_of_match),
		   .of_match_table = ti_opp_supply_of_match,
		   },
};
module_platform_driver(ti_opp_supply_driver);