* [PATCH] arm64: dts: drop "arm, amba-bus" in favor of "simple-bus" part 2
@ 2016-05-30 2:12 Masahiro Yamada
[not found] ` <1464574353-31477-1-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
2016-06-03 19:13 ` [PATCH] arm64: dts: drop "arm, amba-bus" " Olof Johansson
0 siblings, 2 replies; 4+ messages in thread
From: Masahiro Yamada @ 2016-05-30 2:12 UTC (permalink / raw)
To: arm-DgEjT+Ai2ygdnm+yROfE0A
Cc: Mark Rutland, Rob Herring, Heiko Stuebner, Arnd Bergmann,
devicetree-u79uwXL29TY76Z2rM5mHXA, Catalin Marinas, Chanho Min,
Ian Campbell, Will Deacon, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
Masahiro Yamada, Rob Herring, Pawel Moll, Kumar Gala,
Olof Johansson, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
Jianqun Xu, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
Tree-wide replacement was done by commit 2ef7d5f342c1 (ARM, ARM64:
dts: drop "arm,amba-bus" in favor of "simple-bus"), but we have some
new users of "arm,amba-bus" at Linux 4.7-rc1. Eliminate them now.
Signed-off-by: Masahiro Yamada <yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
---
In order to not leave these compatible strings for the release,
is it OK to apply this patch for Linux 4.7 ?
arch/arm64/boot/dts/lg/lg1312.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3399.dtsi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/lg/lg1312.dtsi b/arch/arm64/boot/dts/lg/lg1312.dtsi
index 3a4e9a2..fbafa24 100644
--- a/arch/arm64/boot/dts/lg/lg1312.dtsi
+++ b/arch/arm64/boot/dts/lg/lg1312.dtsi
@@ -125,7 +125,7 @@
#size-cells = <1>;
#interrupts-cells = <3>;
- compatible = "arm,amba-bus";
+ compatible = "simple-bus";
interrupt-parent = <&gic>;
ranges;
diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
index 46f325a..d7f8e06 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
@@ -163,7 +163,7 @@
};
amba {
- compatible = "arm,amba-bus";
+ compatible = "simple-bus";
#address-cells = <2>;
#size-cells = <2>;
ranges;
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] arm64: dts: drop "arm,amba-bus" in favor of "simple-bus" part 2
[not found] ` <1464574353-31477-1-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
@ 2016-05-30 10:19 ` Heiko Stübner
2016-05-30 23:25 ` Chanho Min
1 sibling, 0 replies; 4+ messages in thread
From: Heiko Stübner @ 2016-05-30 10:19 UTC (permalink / raw)
To: Masahiro Yamada
Cc: arm-DgEjT+Ai2ygdnm+yROfE0A, Arnd Bergmann, Olof Johansson,
Rob Herring, Chanho Min, devicetree-u79uwXL29TY76Z2rM5mHXA,
Jianqun Xu, Kumar Gala, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
Ian Campbell, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
Rob Herring, Pawel Moll, Will Deacon, Mark Rutland,
Catalin Marinas,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
Am Montag, 30. Mai 2016, 11:12:33 schrieb Masahiro Yamada:
> Tree-wide replacement was done by commit 2ef7d5f342c1 (ARM, ARM64:
> dts: drop "arm,amba-bus" in favor of "simple-bus"), but we have some
> new users of "arm,amba-bus" at Linux 4.7-rc1. Eliminate them now.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
For the Rockchip part,
Acked-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
> ---
>
> In order to not leave these compatible strings for the release,
> is it OK to apply this patch for Linux 4.7 ?
>
>
>
> arch/arm64/boot/dts/lg/lg1312.dtsi | 2 +-
> arch/arm64/boot/dts/rockchip/rk3399.dtsi | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/lg/lg1312.dtsi
> b/arch/arm64/boot/dts/lg/lg1312.dtsi index 3a4e9a2..fbafa24 100644
> --- a/arch/arm64/boot/dts/lg/lg1312.dtsi
> +++ b/arch/arm64/boot/dts/lg/lg1312.dtsi
> @@ -125,7 +125,7 @@
> #size-cells = <1>;
> #interrupts-cells = <3>;
>
> - compatible = "arm,amba-bus";
> + compatible = "simple-bus";
> interrupt-parent = <&gic>;
> ranges;
>
> diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
> b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index 46f325a..d7f8e06 100644
> --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
> +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
> @@ -163,7 +163,7 @@
> };
>
> amba {
> - compatible = "arm,amba-bus";
> + compatible = "simple-bus";
> #address-cells = <2>;
> #size-cells = <2>;
> ranges;
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH] arm64: dts: drop "arm,amba-bus" in favor of "simple-bus" part 2
[not found] ` <1464574353-31477-1-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
2016-05-30 10:19 ` [PATCH] arm64: dts: drop "arm,amba-bus" " Heiko Stübner
@ 2016-05-30 23:25 ` Chanho Min
1 sibling, 0 replies; 4+ messages in thread
From: Chanho Min @ 2016-05-30 23:25 UTC (permalink / raw)
To: 'Masahiro Yamada', arm-DgEjT+Ai2ygdnm+yROfE0A
Cc: 'Arnd Bergmann', 'Olof Johansson',
'Rob Herring', devicetree-u79uwXL29TY76Z2rM5mHXA,
'Jianqun Xu', 'Heiko Stuebner',
'Kumar Gala', linux-kernel-u79uwXL29TY76Z2rM5mHXA,
'Ian Campbell',
linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
'Rob Herring', 'Pawel Moll',
'Will Deacon', 'Mark Rutland',
'Catalin Marinas',
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
이건호
> Subject: [PATCH] arm64: dts: drop "arm,amba-bus" in favor of "simple-bus" part
> 2
>
> Tree-wide replacement was done by commit 2ef7d5f342c1 (ARM, ARM64:
> dts: drop "arm,amba-bus" in favor of "simple-bus"), but we have some
> new users of "arm,amba-bus" at Linux 4.7-rc1. Eliminate them now.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
> ---
>
> In order to not leave these compatible strings for the release,
> is it OK to apply this patch for Linux 4.7 ?
>
>
>
> arch/arm64/boot/dts/lg/lg1312.dtsi | 2 +-
> arch/arm64/boot/dts/rockchip/rk3399.dtsi | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/lg/lg1312.dtsi
> b/arch/arm64/boot/dts/lg/lg1312.dtsi
> index 3a4e9a2..fbafa24 100644
> --- a/arch/arm64/boot/dts/lg/lg1312.dtsi
> +++ b/arch/arm64/boot/dts/lg/lg1312.dtsi
> @@ -125,7 +125,7 @@
> #size-cells = <1>;
> #interrupts-cells = <3>;
>
> - compatible = "arm,amba-bus";
> + compatible = "simple-bus";
> interrupt-parent = <&gic>;
> ranges;
>
Acked-by: Chanho Min <chanho.min-Hm3cg6mZ9cc@public.gmane.org>
> diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
> b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
> index 46f325a..d7f8e06 100644
> --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
> +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
> @@ -163,7 +163,7 @@
> };
>
> amba {
> - compatible = "arm,amba-bus";
> + compatible = "simple-bus";
> #address-cells = <2>;
> #size-cells = <2>;
> ranges;
> --
> 1.9.1
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] arm64: dts: drop "arm, amba-bus" in favor of "simple-bus" part 2
2016-05-30 2:12 [PATCH] arm64: dts: drop "arm, amba-bus" in favor of "simple-bus" part 2 Masahiro Yamada
[not found] ` <1464574353-31477-1-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
@ 2016-06-03 19:13 ` Olof Johansson
1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2016-06-03 19:13 UTC (permalink / raw)
To: Masahiro Yamada
Cc: Mark Rutland, Heiko Stuebner, Arnd Bergmann, devicetree,
Catalin Marinas, Chanho Min, Ian Campbell, Will Deacon,
linux-kernel, Rob Herring, linux-rockchip, arm, Pawel Moll,
Kumar Gala, Jianqun Xu, linux-arm-kernel
On Mon, May 30, 2016 at 11:12:33AM +0900, Masahiro Yamada wrote:
> Tree-wide replacement was done by commit 2ef7d5f342c1 (ARM, ARM64:
> dts: drop "arm,amba-bus" in favor of "simple-bus"), but we have some
> new users of "arm,amba-bus" at Linux 4.7-rc1. Eliminate them now.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
> In order to not leave these compatible strings for the release,
> is it OK to apply this patch for Linux 4.7 ?
Thanks, applied to fixes.
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-06-03 19:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-30 2:12 [PATCH] arm64: dts: drop "arm, amba-bus" in favor of "simple-bus" part 2 Masahiro Yamada
[not found] ` <1464574353-31477-1-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
2016-05-30 10:19 ` [PATCH] arm64: dts: drop "arm,amba-bus" " Heiko Stübner
2016-05-30 23:25 ` Chanho Min
2016-06-03 19:13 ` [PATCH] arm64: dts: drop "arm, amba-bus" " Olof Johansson
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).