diff mbox series

[v2,1/2] dt-bindings: soc: ti: am654-serdes-ctrl: Add simple-mfd to compatible items

Message ID 20240821162337.33774-1-afd@ti.com (mailing list archive)
State New
Headers show
Series [v2,1/2] dt-bindings: soc: ti: am654-serdes-ctrl: Add simple-mfd to compatible items | expand

Commit Message

Andrew Davis Aug. 21, 2024, 4:23 p.m. UTC
This node contains a child which is only probed if simple-mfd is in the
compatible list. Add this here.

Signed-off-by: Andrew Davis <afd@ti.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
---

Changes for v2:
 - Added tags
 - Rebased on v6.11-rc4

 .../devicetree/bindings/soc/ti/ti,am654-serdes-ctrl.yaml       | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Nishanth Menon Aug. 24, 2024, 7:53 p.m. UTC | #1
Hi Andrew Davis,

On Wed, 21 Aug 2024 11:23:36 -0500, Andrew Davis wrote:
> This node contains a child which is only probed if simple-mfd is in the
> compatible list. Add this here.
> 
> 

I have applied the following to branch ti-k3-dts-next on [1].
NOTE: I edited your second patch to include a closes link (used the patch from
Jan as reference), Let me know if you disagree and I can drop the series (for
future reference: Reported-by is usually followed by Closes tag)
Thank you!

[1/2] dt-bindings: soc: ti: am654-serdes-ctrl: Add simple-mfd to compatible items
      commit: f92ed4e4c8454144158bda90614109373e210676
[2/2] arm64: dts: ti: k3-am65: Add simple-mfd compatible to SerDes control nodes
      commit: 73f7ec38556e51f32627fd18c28e56aac4da2646

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/soc/ti/ti,am654-serdes-ctrl.yaml b/Documentation/devicetree/bindings/soc/ti/ti,am654-serdes-ctrl.yaml
index a10a3b89ae05e..94b36943a50ff 100644
--- a/Documentation/devicetree/bindings/soc/ti/ti,am654-serdes-ctrl.yaml
+++ b/Documentation/devicetree/bindings/soc/ti/ti,am654-serdes-ctrl.yaml
@@ -14,6 +14,7 @@  properties:
     items:
       - const: ti,am654-serdes-ctrl
       - const: syscon
+      - const: simple-mfd
 
   reg:
     maxItems: 1
@@ -31,7 +32,7 @@  additionalProperties: false
 examples:
   - |
     clock@4080 {
-        compatible = "ti,am654-serdes-ctrl", "syscon";
+        compatible = "ti,am654-serdes-ctrl", "syscon", "simple-mfd";
         reg = <0x4080 0x4>;
 
         mux-controller {