linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: nvmem: fix tlv layout I2C eeprom example
@ 2024-02-26  2:10 Tobias Schramm
  2024-02-26  7:17 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 2+ messages in thread
From: Tobias Schramm @ 2024-02-26  2:10 UTC (permalink / raw)
  To: Miquel Raynal, Srinivas Kandagatla, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: devicetree, linux-kernel, Tobias Schramm

24Cxx eeproms are I2C devices, not SPI.

Signed-off-by: Tobias Schramm <t.schramm@manjaro.org>
---
 .../devicetree/bindings/nvmem/layouts/onie,tlv-layout.yaml      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/nvmem/layouts/onie,tlv-layout.yaml b/Documentation/devicetree/bindings/nvmem/layouts/onie,tlv-layout.yaml
index ee8ac322332d..4c981935f76b 100644
--- a/Documentation/devicetree/bindings/nvmem/layouts/onie,tlv-layout.yaml
+++ b/Documentation/devicetree/bindings/nvmem/layouts/onie,tlv-layout.yaml
@@ -104,7 +104,7 @@ additionalProperties: false
 
 examples:
   - |
-    spi {
+    i2c {
         #address-cells = <1>;
         #size-cells = <0>;
 
-- 
2.43.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dt-bindings: nvmem: fix tlv layout I2C eeprom example
  2024-02-26  2:10 [PATCH] dt-bindings: nvmem: fix tlv layout I2C eeprom example Tobias Schramm
@ 2024-02-26  7:17 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Kozlowski @ 2024-02-26  7:17 UTC (permalink / raw)
  To: Tobias Schramm, Miquel Raynal, Srinivas Kandagatla, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: devicetree, linux-kernel

On 26/02/2024 03:10, Tobias Schramm wrote:
> 24Cxx eeproms are I2C devices, not SPI.
> 
> Signed-off-by: Tobias Schramm <t.schramm@manjaro.org>
> ---

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-26  7:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-26  2:10 [PATCH] dt-bindings: nvmem: fix tlv layout I2C eeprom example Tobias Schramm
2024-02-26  7:17 ` Krzysztof Kozlowski

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).