* [PATCH 1/2] dts: synquacer: Drop unused and undocumented SPI properties
@ 2022-12-09 2:45 Rob Herring
2022-12-09 2:45 ` [PATCH 2/2] dts: synquacer: Drop unused and undocumented GPIO 'base' property Rob Herring
` (3 more replies)
0 siblings, 4 replies; 10+ messages in thread
From: Rob Herring @ 2022-12-09 2:45 UTC (permalink / raw)
To: Masahisa Kojima, Ilias Apalodimas, Tom Rini; +Cc: u-boot
'active_clk_edges' and 'chipselect_num' SPI controller properties are
unused in u-boot and Linux. They are also not documented in the binding.
So drop them.
Signed-off-by: Rob Herring <robh@kernel.org>
---
arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi b/arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi
index 6b85c05458d4..9f9837b33bef 100644
--- a/arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi
+++ b/arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi
@@ -20,8 +20,6 @@
#address-cells = <1>;
#size-cells = <0>;
status = "okay";
- active_clk_edges;
- chipselect_num = <1>;
flash@0 {
#address-cells = <1>;
--
2.35.1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH 2/2] dts: synquacer: Drop unused and undocumented GPIO 'base' property
2022-12-09 2:45 [PATCH 1/2] dts: synquacer: Drop unused and undocumented SPI properties Rob Herring
@ 2022-12-09 2:45 ` Rob Herring
2022-12-09 5:10 ` Masahisa Kojima
` (2 more replies)
2022-12-09 5:09 ` [PATCH 1/2] dts: synquacer: Drop unused and undocumented SPI properties Masahisa Kojima
` (2 subsequent siblings)
3 siblings, 3 replies; 10+ messages in thread
From: Rob Herring @ 2022-12-09 2:45 UTC (permalink / raw)
To: Masahisa Kojima, Ilias Apalodimas, Tom Rini; +Cc: u-boot
The 'base' GPIO controller property is unused in u-boot and Linux. It is
also not documented in the binding. So drop it.
Signed-off-by: Rob Herring <robh@kernel.org>
---
arch/arm/dts/synquacer-sc2a11.dtsi | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/dts/synquacer-sc2a11.dtsi b/arch/arm/dts/synquacer-sc2a11.dtsi
index 0dd2969b5e3c..7ba1cd1bee70 100644
--- a/arch/arm/dts/synquacer-sc2a11.dtsi
+++ b/arch/arm/dts/synquacer-sc2a11.dtsi
@@ -497,7 +497,6 @@
gpio-controller;
#gpio-cells = <2>;
clocks = <&clk_apb>;
- base = <0>;
};
exiu: interrupt-controller@510c0000 {
--
2.35.1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [PATCH 1/2] dts: synquacer: Drop unused and undocumented SPI properties
2022-12-09 2:45 [PATCH 1/2] dts: synquacer: Drop unused and undocumented SPI properties Rob Herring
2022-12-09 2:45 ` [PATCH 2/2] dts: synquacer: Drop unused and undocumented GPIO 'base' property Rob Herring
@ 2022-12-09 5:09 ` Masahisa Kojima
2022-12-09 19:38 ` Jassi Brar
2022-12-09 7:40 ` Ilias Apalodimas
2023-01-03 15:41 ` Tom Rini
3 siblings, 1 reply; 10+ messages in thread
From: Masahisa Kojima @ 2022-12-09 5:09 UTC (permalink / raw)
To: Rob Herring; +Cc: Ilias Apalodimas, Tom Rini, u-boot, Jassi Brar
+ Jassi
On Fri, 9 Dec 2022 at 11:45, Rob Herring <robh@kernel.org> wrote:
>
> 'active_clk_edges' and 'chipselect_num' SPI controller properties are
> unused in u-boot and Linux. They are also not documented in the binding.
> So drop them.
>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
> arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi b/arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi
> index 6b85c05458d4..9f9837b33bef 100644
> --- a/arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi
> +++ b/arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi
> @@ -20,8 +20,6 @@
> #address-cells = <1>;
> #size-cells = <0>;
> status = "okay";
> - active_clk_edges;
> - chipselect_num = <1>;
Reviewed-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Thank you for cleaning up the unused properties.
Regards,
Masahisa Kojima
>
> flash@0 {
> #address-cells = <1>;
> --
> 2.35.1
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 2/2] dts: synquacer: Drop unused and undocumented GPIO 'base' property
2022-12-09 2:45 ` [PATCH 2/2] dts: synquacer: Drop unused and undocumented GPIO 'base' property Rob Herring
@ 2022-12-09 5:10 ` Masahisa Kojima
2022-12-09 19:38 ` Jassi Brar
2022-12-09 7:41 ` Ilias Apalodimas
2023-01-03 15:42 ` Tom Rini
2 siblings, 1 reply; 10+ messages in thread
From: Masahisa Kojima @ 2022-12-09 5:10 UTC (permalink / raw)
To: Rob Herring; +Cc: Ilias Apalodimas, Tom Rini, u-boot, Jassi Brar
+ Jassi
On Fri, 9 Dec 2022 at 11:45, Rob Herring <robh@kernel.org> wrote:
>
> The 'base' GPIO controller property is unused in u-boot and Linux. It is
> also not documented in the binding. So drop it.
>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
> arch/arm/dts/synquacer-sc2a11.dtsi | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm/dts/synquacer-sc2a11.dtsi b/arch/arm/dts/synquacer-sc2a11.dtsi
> index 0dd2969b5e3c..7ba1cd1bee70 100644
> --- a/arch/arm/dts/synquacer-sc2a11.dtsi
> +++ b/arch/arm/dts/synquacer-sc2a11.dtsi
> @@ -497,7 +497,6 @@
> gpio-controller;
> #gpio-cells = <2>;
> clocks = <&clk_apb>;
> - base = <0>;
Reviewed-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Regards,
Masahisa Kojima
> };
>
> exiu: interrupt-controller@510c0000 {
> --
> 2.35.1
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 1/2] dts: synquacer: Drop unused and undocumented SPI properties
2022-12-09 2:45 [PATCH 1/2] dts: synquacer: Drop unused and undocumented SPI properties Rob Herring
2022-12-09 2:45 ` [PATCH 2/2] dts: synquacer: Drop unused and undocumented GPIO 'base' property Rob Herring
2022-12-09 5:09 ` [PATCH 1/2] dts: synquacer: Drop unused and undocumented SPI properties Masahisa Kojima
@ 2022-12-09 7:40 ` Ilias Apalodimas
2023-01-03 15:41 ` Tom Rini
3 siblings, 0 replies; 10+ messages in thread
From: Ilias Apalodimas @ 2022-12-09 7:40 UTC (permalink / raw)
To: Rob Herring; +Cc: Masahisa Kojima, Tom Rini, u-boot
On Thu, Dec 08, 2022 at 08:45:08PM -0600, Rob Herring wrote:
> 'active_clk_edges' and 'chipselect_num' SPI controller properties are
> unused in u-boot and Linux. They are also not documented in the binding.
> So drop them.
>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
> arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi b/arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi
> index 6b85c05458d4..9f9837b33bef 100644
> --- a/arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi
> +++ b/arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi
> @@ -20,8 +20,6 @@
> #address-cells = <1>;
> #size-cells = <0>;
> status = "okay";
> - active_clk_edges;
> - chipselect_num = <1>;
>
> flash@0 {
> #address-cells = <1>;
> --
> 2.35.1
>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 2/2] dts: synquacer: Drop unused and undocumented GPIO 'base' property
2022-12-09 2:45 ` [PATCH 2/2] dts: synquacer: Drop unused and undocumented GPIO 'base' property Rob Herring
2022-12-09 5:10 ` Masahisa Kojima
@ 2022-12-09 7:41 ` Ilias Apalodimas
2023-01-03 15:42 ` Tom Rini
2 siblings, 0 replies; 10+ messages in thread
From: Ilias Apalodimas @ 2022-12-09 7:41 UTC (permalink / raw)
To: Rob Herring; +Cc: Masahisa Kojima, Tom Rini, u-boot
On Thu, Dec 08, 2022 at 08:45:09PM -0600, Rob Herring wrote:
> The 'base' GPIO controller property is unused in u-boot and Linux. It is
> also not documented in the binding. So drop it.
>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
> arch/arm/dts/synquacer-sc2a11.dtsi | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm/dts/synquacer-sc2a11.dtsi b/arch/arm/dts/synquacer-sc2a11.dtsi
> index 0dd2969b5e3c..7ba1cd1bee70 100644
> --- a/arch/arm/dts/synquacer-sc2a11.dtsi
> +++ b/arch/arm/dts/synquacer-sc2a11.dtsi
> @@ -497,7 +497,6 @@
> gpio-controller;
> #gpio-cells = <2>;
> clocks = <&clk_apb>;
> - base = <0>;
> };
>
> exiu: interrupt-controller@510c0000 {
> --
> 2.35.1
>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 1/2] dts: synquacer: Drop unused and undocumented SPI properties
2022-12-09 5:09 ` [PATCH 1/2] dts: synquacer: Drop unused and undocumented SPI properties Masahisa Kojima
@ 2022-12-09 19:38 ` Jassi Brar
0 siblings, 0 replies; 10+ messages in thread
From: Jassi Brar @ 2022-12-09 19:38 UTC (permalink / raw)
To: Masahisa Kojima; +Cc: Rob Herring, Ilias Apalodimas, Tom Rini, u-boot
On Thu, 8 Dec 2022 at 23:09, Masahisa Kojima <masahisa.kojima@linaro.org> wrote:
>
> + Jassi
>
> On Fri, 9 Dec 2022 at 11:45, Rob Herring <robh@kernel.org> wrote:
> >
> > 'active_clk_edges' and 'chipselect_num' SPI controller properties are
> > unused in u-boot and Linux. They are also not documented in the binding.
> > So drop them.
> >
> > Signed-off-by: Rob Herring <robh@kernel.org>
> > ---
> > arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi | 2 --
> > 1 file changed, 2 deletions(-)
> >
> > diff --git a/arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi b/arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi
> > index 6b85c05458d4..9f9837b33bef 100644
> > --- a/arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi
> > +++ b/arch/arm/dts/synquacer-sc2a11-developerbox-u-boot.dtsi
> > @@ -20,8 +20,6 @@
> > #address-cells = <1>;
> > #size-cells = <0>;
> > status = "okay";
> > - active_clk_edges;
> > - chipselect_num = <1>;
>
> Reviewed-by: Masahisa Kojima <masahisa.kojima@linaro.org>
>
Acked-by: Jassi Brar <jaswinder.singh@linaro.org>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 2/2] dts: synquacer: Drop unused and undocumented GPIO 'base' property
2022-12-09 5:10 ` Masahisa Kojima
@ 2022-12-09 19:38 ` Jassi Brar
0 siblings, 0 replies; 10+ messages in thread
From: Jassi Brar @ 2022-12-09 19:38 UTC (permalink / raw)
To: Masahisa Kojima; +Cc: Rob Herring, Ilias Apalodimas, Tom Rini, u-boot
On Thu, 8 Dec 2022 at 23:10, Masahisa Kojima <masahisa.kojima@linaro.org> wrote:
>
> + Jassi
>
> On Fri, 9 Dec 2022 at 11:45, Rob Herring <robh@kernel.org> wrote:
> >
> > The 'base' GPIO controller property is unused in u-boot and Linux. It is
> > also not documented in the binding. So drop it.
> >
> > Signed-off-by: Rob Herring <robh@kernel.org>
> > ---
> > arch/arm/dts/synquacer-sc2a11.dtsi | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/arch/arm/dts/synquacer-sc2a11.dtsi b/arch/arm/dts/synquacer-sc2a11.dtsi
> > index 0dd2969b5e3c..7ba1cd1bee70 100644
> > --- a/arch/arm/dts/synquacer-sc2a11.dtsi
> > +++ b/arch/arm/dts/synquacer-sc2a11.dtsi
> > @@ -497,7 +497,6 @@
> > gpio-controller;
> > #gpio-cells = <2>;
> > clocks = <&clk_apb>;
> > - base = <0>;
>
> Reviewed-by: Masahisa Kojima <masahisa.kojima@linaro.org>
>
Acked-by: Jassi Brar <jaswinder.singh@linaro.org>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 1/2] dts: synquacer: Drop unused and undocumented SPI properties
2022-12-09 2:45 [PATCH 1/2] dts: synquacer: Drop unused and undocumented SPI properties Rob Herring
` (2 preceding siblings ...)
2022-12-09 7:40 ` Ilias Apalodimas
@ 2023-01-03 15:41 ` Tom Rini
3 siblings, 0 replies; 10+ messages in thread
From: Tom Rini @ 2023-01-03 15:41 UTC (permalink / raw)
To: Rob Herring; +Cc: Masahisa Kojima, Ilias Apalodimas, u-boot
[-- Attachment #1: Type: text/plain, Size: 503 bytes --]
On Thu, Dec 08, 2022 at 08:45:08PM -0600, Rob Herring wrote:
> 'active_clk_edges' and 'chipselect_num' SPI controller properties are
> unused in u-boot and Linux. They are also not documented in the binding.
> So drop them.
>
> Signed-off-by: Rob Herring <robh@kernel.org>
> Reviewed-by: Masahisa Kojima <masahisa.kojima@linaro.org>
> Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
> Acked-by: Jassi Brar <jaswinder.singh@linaro.org>
Applied to u-boot/next, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 2/2] dts: synquacer: Drop unused and undocumented GPIO 'base' property
2022-12-09 2:45 ` [PATCH 2/2] dts: synquacer: Drop unused and undocumented GPIO 'base' property Rob Herring
2022-12-09 5:10 ` Masahisa Kojima
2022-12-09 7:41 ` Ilias Apalodimas
@ 2023-01-03 15:42 ` Tom Rini
2 siblings, 0 replies; 10+ messages in thread
From: Tom Rini @ 2023-01-03 15:42 UTC (permalink / raw)
To: Rob Herring; +Cc: Masahisa Kojima, Ilias Apalodimas, u-boot
[-- Attachment #1: Type: text/plain, Size: 464 bytes --]
On Thu, Dec 08, 2022 at 08:45:09PM -0600, Rob Herring wrote:
> The 'base' GPIO controller property is unused in u-boot and Linux. It is
> also not documented in the binding. So drop it.
>
> Signed-off-by: Rob Herring <robh@kernel.org>
> Reviewed-by: Masahisa Kojima <masahisa.kojima@linaro.org>
> Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
> Acked-by: Jassi Brar <jaswinder.singh@linaro.org>
Applied to u-boot/next, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2023-01-03 15:43 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-09 2:45 [PATCH 1/2] dts: synquacer: Drop unused and undocumented SPI properties Rob Herring
2022-12-09 2:45 ` [PATCH 2/2] dts: synquacer: Drop unused and undocumented GPIO 'base' property Rob Herring
2022-12-09 5:10 ` Masahisa Kojima
2022-12-09 19:38 ` Jassi Brar
2022-12-09 7:41 ` Ilias Apalodimas
2023-01-03 15:42 ` Tom Rini
2022-12-09 5:09 ` [PATCH 1/2] dts: synquacer: Drop unused and undocumented SPI properties Masahisa Kojima
2022-12-09 19:38 ` Jassi Brar
2022-12-09 7:40 ` Ilias Apalodimas
2023-01-03 15:41 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox