All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: dts: hip01: Remove skeleton.dtsi inclusion
@ 2016-10-24  8:31 Kefeng Wang
  2016-10-24  8:31 ` [PATCH 2/3] ARM: dts: hi3620: " Kefeng Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kefeng Wang @ 2016-10-24  8:31 UTC (permalink / raw)
  To: linux-arm-kernel

Since commit 9c0da3cc61f1233c ("ARM: dts: explicitly mark skeleton.dtsi
as deprecated"), remove deprecated skeleton.dtsi.

Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
---
 arch/arm/boot/dts/hip01.dtsi | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/boot/dts/hip01.dtsi b/arch/arm/boot/dts/hip01.dtsi
index 4e9562f..9d5fd5c 100644
--- a/arch/arm/boot/dts/hip01.dtsi
+++ b/arch/arm/boot/dts/hip01.dtsi
@@ -11,8 +11,6 @@
  * published by the Free Software Foundation.
  */
 
-#include "skeleton.dtsi"
-
 / {
 	interrupt-parent = <&gic>;
 	#address-cells = <1>;
-- 
1.7.12.4

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

* [PATCH 2/3] ARM: dts: hi3620: Remove skeleton.dtsi inclusion
  2016-10-24  8:31 [PATCH 1/3] ARM: dts: hip01: Remove skeleton.dtsi inclusion Kefeng Wang
@ 2016-10-24  8:31 ` Kefeng Wang
  2016-10-24  8:31 ` [PATCH 3/3] ARM: dts: hisi-x5hd2: " Kefeng Wang
  2016-11-15 16:20 ` [PATCH 1/3] ARM: dts: hip01: " Wei Xu
  2 siblings, 0 replies; 4+ messages in thread
From: Kefeng Wang @ 2016-10-24  8:31 UTC (permalink / raw)
  To: linux-arm-kernel

Since commit 9c0da3cc61f1233c ("ARM: dts: explicitly mark skeleton.dtsi
as deprecated"), remove deprecated skeleton.dtsi.

Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
---
 arch/arm/boot/dts/hi3620.dtsi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/hi3620.dtsi b/arch/arm/boot/dts/hi3620.dtsi
index c85d07e..d18a915 100644
--- a/arch/arm/boot/dts/hi3620.dtsi
+++ b/arch/arm/boot/dts/hi3620.dtsi
@@ -11,10 +11,12 @@
  * publishhed by the Free Software Foundation.
  */
 
-#include "skeleton.dtsi"
 #include <dt-bindings/clock/hi3620-clock.h>
 
 / {
+	#address-cells = <1>;
+	#size-cells = <1>;
+
 	aliases {
 		serial0 = &uart0;
 		serial1 = &uart1;
-- 
1.7.12.4

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

* [PATCH 3/3] ARM: dts: hisi-x5hd2: Remove skeleton.dtsi inclusion
  2016-10-24  8:31 [PATCH 1/3] ARM: dts: hip01: Remove skeleton.dtsi inclusion Kefeng Wang
  2016-10-24  8:31 ` [PATCH 2/3] ARM: dts: hi3620: " Kefeng Wang
@ 2016-10-24  8:31 ` Kefeng Wang
  2016-11-15 16:20 ` [PATCH 1/3] ARM: dts: hip01: " Wei Xu
  2 siblings, 0 replies; 4+ messages in thread
From: Kefeng Wang @ 2016-10-24  8:31 UTC (permalink / raw)
  To: linux-arm-kernel

Since commit 9c0da3cc61f1233c ("ARM: dts: explicitly mark skeleton.dtsi
as deprecated"), remove deprecated skeleton.dtsi.

Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
---
 arch/arm/boot/dts/hisi-x5hd2.dtsi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/hisi-x5hd2.dtsi b/arch/arm/boot/dts/hisi-x5hd2.dtsi
index fdcc23d..506fdc1 100644
--- a/arch/arm/boot/dts/hisi-x5hd2.dtsi
+++ b/arch/arm/boot/dts/hisi-x5hd2.dtsi
@@ -7,10 +7,12 @@
  * publishhed by the Free Software Foundation.
  */
 
-#include "skeleton.dtsi"
 #include <dt-bindings/clock/hix5hd2-clock.h>
 
 / {
+	#address-cells = <1>;
+	#size-cells = <1>;
+
 	aliases {
 		serial0 = &uart0;
 	};
-- 
1.7.12.4

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

* [PATCH 1/3] ARM: dts: hip01: Remove skeleton.dtsi inclusion
  2016-10-24  8:31 [PATCH 1/3] ARM: dts: hip01: Remove skeleton.dtsi inclusion Kefeng Wang
  2016-10-24  8:31 ` [PATCH 2/3] ARM: dts: hi3620: " Kefeng Wang
  2016-10-24  8:31 ` [PATCH 3/3] ARM: dts: hisi-x5hd2: " Kefeng Wang
@ 2016-11-15 16:20 ` Wei Xu
  2 siblings, 0 replies; 4+ messages in thread
From: Wei Xu @ 2016-11-15 16:20 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Kefeng,

On 2016/10/24 9:31, Kefeng Wang wrote:
> Since commit 9c0da3cc61f1233c ("ARM: dts: explicitly mark skeleton.dtsi
> as deprecated"), remove deprecated skeleton.dtsi.
> 
> Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
> ---

Applied all the 3 patches to the hisilicon soc tree.
Thanks!

Best Regards,
Wei

>  arch/arm/boot/dts/hip01.dtsi | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/hip01.dtsi b/arch/arm/boot/dts/hip01.dtsi
> index 4e9562f..9d5fd5c 100644
> --- a/arch/arm/boot/dts/hip01.dtsi
> +++ b/arch/arm/boot/dts/hip01.dtsi
> @@ -11,8 +11,6 @@
>   * published by the Free Software Foundation.
>   */
>  
> -#include "skeleton.dtsi"
> -
>  / {
>  	interrupt-parent = <&gic>;
>  	#address-cells = <1>;
> 

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

end of thread, other threads:[~2016-11-15 16:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-24  8:31 [PATCH 1/3] ARM: dts: hip01: Remove skeleton.dtsi inclusion Kefeng Wang
2016-10-24  8:31 ` [PATCH 2/3] ARM: dts: hi3620: " Kefeng Wang
2016-10-24  8:31 ` [PATCH 3/3] ARM: dts: hisi-x5hd2: " Kefeng Wang
2016-11-15 16:20 ` [PATCH 1/3] ARM: dts: hip01: " Wei Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.