From: Wolfram Sang <wsa+renesas@sang-engineering.com>
To: linux-spi@vger.kernel.org
Cc: devicetree@vger.kernel.org,
Kumar Gala <galak@kernel.crashing.org>,
Nicholas Piggin <npiggin@gmail.com>,
linux-kernel@vger.kernel.org,
Wolfram Sang <wsa+renesas@sang-engineering.com>,
Rob Herring <robh+dt@kernel.org>,
Holger Brunck <holger.brunck@keymile.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Heiko Schocher <hs@denx.de>,
linuxppc-dev@lists.ozlabs.org
Subject: [PATCH 2/2] powerpc/82xx: remove spidev node from mgcoge
Date: Wed, 24 Aug 2022 10:21:29 +0200 [thread overview]
Message-ID: <20220824082130.21934-3-wsa+renesas@sang-engineering.com> (raw)
In-Reply-To: <20220824082130.21934-1-wsa+renesas@sang-engineering.com>
Commit 956b200a846e ("spi: spidev: Warn loudly if instantiated from DT
as "spidev"") states that there should not be spidev nodes in DTs.
Remove this non-HW description. There won't be a regression because it
won't bind since 2015 anyhow.
Fixes: 5d1d67e361ea ("powerpc/82xx: add SPI support for mgcoge")
Cc: Heiko Schocher <hs@denx.de>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
Please take it via your platform tree.
arch/powerpc/boot/dts/mgcoge.dts | 7 -------
1 file changed, 7 deletions(-)
diff --git a/arch/powerpc/boot/dts/mgcoge.dts b/arch/powerpc/boot/dts/mgcoge.dts
index 7de068991bde..9cefed207234 100644
--- a/arch/powerpc/boot/dts/mgcoge.dts
+++ b/arch/powerpc/boot/dts/mgcoge.dts
@@ -225,13 +225,6 @@ spi@11aa0 {
interrupts = <2 8>;
interrupt-parent = <&PIC>;
cs-gpios = < &cpm2_pio_d 19 0>;
- #address-cells = <1>;
- #size-cells = <0>;
- ds3106@1 {
- compatible = "gen,spidev";
- reg = <0>;
- spi-max-frequency = <8000000>;
- };
};
};
--
2.35.1
next prev parent reply other threads:[~2022-08-24 8:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-24 8:21 [PATCH 0/2] spi: remove "spidev" nodes from DTs Wolfram Sang
2022-08-24 8:21 ` Wolfram Sang [this message]
2022-08-24 12:47 ` [PATCH 2/2] powerpc/82xx: remove spidev node from mgcoge Krzysztof Kozlowski
2022-08-31 13:14 ` [PATCH 0/2] spi: remove "spidev" nodes from DTs Michael Ellerman
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=20220824082130.21934-3-wsa+renesas@sang-engineering.com \
--to=wsa+renesas@sang-engineering.com \
--cc=devicetree@vger.kernel.org \
--cc=galak@kernel.crashing.org \
--cc=holger.brunck@keymile.com \
--cc=hs@denx.de \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=npiggin@gmail.com \
--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).