devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
To: unlisted-recipients:; (no To-header on input)
Cc: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>,
	azkali <a.ffcc7@gmail.com>, Adam Jiang <chaoj@nvidia.com>,
	CTCaer <ctcaer@gmail.com>, Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Derek Kiernan <derek.kiernan@amd.com>,
	Dragan Cvetic <dragan.cvetic@amd.com>,
	Arnd Bergmann <arnd@arndb.de>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 1/2] dt-bindings: misc: rohm,bm92txx: Add BM92Txx support
Date: Thu, 24 Aug 2023 17:30:53 +0200	[thread overview]
Message-ID: <20230824153059.212244-2-linkmauve@linkmauve.fr> (raw)
In-Reply-To: <20230824153059.212244-1-linkmauve@linkmauve.fr>

The BM92T36 is used in the Nintendo Switch as its USB-C Power Delivery
controller.

Signed-off-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
---
 .../bindings/misc/rohm,bm92txx.yaml           | 67 +++++++++++++++++++
 MAINTAINERS                                   |  5 ++
 2 files changed, 72 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/misc/rohm,bm92txx.yaml

diff --git a/Documentation/devicetree/bindings/misc/rohm,bm92txx.yaml b/Documentation/devicetree/bindings/misc/rohm,bm92txx.yaml
new file mode 100644
index 000000000000..0322a7f096f0
--- /dev/null
+++ b/Documentation/devicetree/bindings/misc/rohm,bm92txx.yaml
@@ -0,0 +1,67 @@
+# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
+# Copyright (C) 2023 Emmanuel Gil Peyrot
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/misc/rohm,bm92txx.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: BM92Txx USB-C Power Delivery Controller
+
+maintainers:
+  - Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
+
+properties:
+  compatible:
+    enum:
+      - rohm,bm92t10
+      - rohm,bm92t20
+      - rohm,bm92t30
+      - rohm,bm92t36
+      - rohm,bm92t50
+
+  reg:
+    maxItems: 1
+
+  rohm,dp-signal-toggle-on-resume:
+    type: boolean
+    description: |
+      Do a toggle on resume instead of disable in suspend and enable in resume,
+      because this also disables the LED effects.
+
+  rohm,led-static-on-suspend:
+    type: boolean
+    description: Dim or breathing dock LED.
+
+  rohm,dock-power-limit-disable:
+    type: boolean
+    description: Disable the power limit in dock mode.
+
+  rohm,dp-alerts-enable:
+    type: boolean
+    description: Enable DisplayPort alerts.
+
+  rohm,pd-5v-current-limit-ma:
+    $ref: /schemas/types.yaml#/definitions/uint32
+    default: 2000
+    description: Current limit in mA when voltage is 5V.
+
+  rohm,pd-9v-current-limit-ma:
+    $ref: /schemas/types.yaml#/definitions/uint32
+    default: 2000
+    description: Current limit in mA when voltage is 9V.
+
+  rohm,pd-12v-current-limit-ma:
+    $ref: /schemas/types.yaml#/definitions/uint32
+    default: 1500
+    description: Current limit in mA when voltage is 12V.
+
+  rohm,pd-15v-current-limit-ma:
+    $ref: /schemas/types.yaml#/definitions/uint32
+    default: 1200
+    description: Current limit in mA when voltage is 15V.
+
+required:
+  - compatible
+  - reg
+
+additionalProperties: false
diff --git a/MAINTAINERS b/MAINTAINERS
index d590ce31aa72..cc100a02fa7b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18453,6 +18453,11 @@ F:	include/linux/mfd/rohm-bd957x.h
 F:	include/linux/mfd/rohm-generic.h
 F:	include/linux/mfd/rohm-shared.h
 
+ROHM USB-C POWER DELIVERY CONTROLLERS
+M:	Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
+S:	Supported
+F:	Documentation/devicetree/bindings/misc/rohm,bm92txx.yaml
+
 ROSE NETWORK LAYER
 M:	Ralf Baechle <ralf@linux-mips.org>
 L:	linux-hams@vger.kernel.org
-- 
2.42.0


  reply	other threads:[~2023-08-24 15:32 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-24 15:30 [PATCH 0/2] Add a driver for the ROHM BM92Txx USB-C Power Delivery controller Emmanuel Gil Peyrot
2023-08-24 15:30 ` Emmanuel Gil Peyrot [this message]
2023-08-24 16:16   ` [PATCH 1/2] dt-bindings: misc: rohm,bm92txx: Add BM92Txx support Krzysztof Kozlowski
2023-08-24 15:30 ` [PATCH 2/2] misc: bm92txx: Add driver for the ROHM BM92Txx Emmanuel Gil Peyrot
2023-08-24 15:40   ` Greg Kroah-Hartman
2023-08-24 16:26   ` Krzysztof Kozlowski
2023-08-24 16:28   ` Krzysztof Kozlowski
2023-08-28 15:06     ` Emmanuel Gil Peyrot
2023-08-28 17:05       ` Krzysztof Kozlowski
2023-08-28 17:08         ` Krzysztof Kozlowski
2023-08-25 18:24   ` kernel test robot
2023-08-25 18:45   ` kernel test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230824153059.212244-2-linkmauve@linkmauve.fr \
    --to=linkmauve@linkmauve.fr \
    --cc=a.ffcc7@gmail.com \
    --cc=arnd@arndb.de \
    --cc=chaoj@nvidia.com \
    --cc=conor+dt@kernel.org \
    --cc=ctcaer@gmail.com \
    --cc=derek.kiernan@amd.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dragan.cvetic@amd.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).