* [PATCH] arm64: amlogic: Rename spi pinmux group
@ 2018-09-24 9:45 Thierry Reding
2018-09-25 13:53 ` Neil Armstrong
0 siblings, 1 reply; 2+ messages in thread
From: Thierry Reding @ 2018-09-24 9:45 UTC (permalink / raw)
To: Carlo Caione, Kevin Hilman, Rob Herring
Cc: linux-amlogic, linux-arm-kernel, devicetree
From: Thierry Reding <treding@nvidia.com>
The name "spi" is reserved for nodes representing an SPI controller.
Rename the "spi" pinmux group to "spi-miso" to avoid the issue and for
consistency with other pinmux groups.
Signed-off-by: Thierry Reding <treding@nvidia.com>
---
Rob,
do you think perhaps DTC is being a little too strict here? Seems to me
like the check could be limited to nodes that have a name and a unit
address, the assumption being that an SPI controller would always have
some sort of register space that requires a reg property and therefore
also a unit address.
Thierry
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 2 +-
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
index 98cbba6809ca..3cd4475ca027 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
@@ -390,7 +390,7 @@
};
};
- spi_pins: spi {
+ spi_pins: spi-miso {
mux {
groups = "spi_miso",
"spi_mosi",
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
index c87a80e9bcc6..911fd3412788 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
@@ -337,7 +337,7 @@
};
};
- spi_pins: spi {
+ spi_pins: spi-miso {
mux {
groups = "spi_miso",
"spi_mosi",
--
2.19.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm64: amlogic: Rename spi pinmux group
2018-09-24 9:45 [PATCH] arm64: amlogic: Rename spi pinmux group Thierry Reding
@ 2018-09-25 13:53 ` Neil Armstrong
0 siblings, 0 replies; 2+ messages in thread
From: Neil Armstrong @ 2018-09-25 13:53 UTC (permalink / raw)
To: Thierry Reding, Carlo Caione, Kevin Hilman, Rob Herring
Cc: linux-amlogic, linux-arm-kernel, devicetree
Hi,
On 24/09/2018 11:45, Thierry Reding wrote:
> From: Thierry Reding <treding@nvidia.com>
>
> The name "spi" is reserved for nodes representing an SPI controller.
> Rename the "spi" pinmux group to "spi-miso" to avoid the issue and for
> consistency with other pinmux groups.
>
> Signed-off-by: Thierry Reding <treding@nvidia.com>
> ---
> Rob,
>
> do you think perhaps DTC is being a little too strict here? Seems to me
> like the check could be limited to nodes that have a name and a unit
> address, the assumption being that an SPI controller would always have
> some sort of register space that requires a reg property and therefore
> also a unit address.
>
> Thierry
>
> arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 2 +-
> arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Rob has already submitted similar fix and was merged by kevin.
Neil
>
> diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
> index 98cbba6809ca..3cd4475ca027 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
> @@ -390,7 +390,7 @@
> };
> };
>
> - spi_pins: spi {
> + spi_pins: spi-miso {
The name "spi-miso" is wrong since it also has spi-mosi...
> mux {
> groups = "spi_miso",
> "spi_mosi",
> diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
> index c87a80e9bcc6..911fd3412788 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
> @@ -337,7 +337,7 @@
> };
> };
>
> - spi_pins: spi {
> + spi_pins: spi-miso {
> mux {
> groups = "spi_miso",
> "spi_mosi",
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-09-25 13:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-24 9:45 [PATCH] arm64: amlogic: Rename spi pinmux group Thierry Reding
2018-09-25 13:53 ` Neil Armstrong
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).