Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1625114

[PATCH 1/3] ARM: sun8i: a83t: Drop skeleton.dtsi

From Chen-Yu Tsai <wens@csie.org>
Newsgroups linux.kernel
Subject [PATCH 1/3] ARM: sun8i: a83t: Drop skeleton.dtsi
Date 2017-04-18 10:00 +0200
Message-ID <txwdk-3uy-13@gated-at.bofh.it> (permalink)
References <txwdj-3uy-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


skeleton.dtsi is deprecated. Remove it from sun8i-a83t.dtsi and add
the needed device nodes directly.

Also drop an extra, non-style-conforming line in the copyright license
header.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
---
 arch/arm/boot/dts/sun8i-a83t.dtsi | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/sun8i-a83t.dtsi b/arch/arm/boot/dts/sun8i-a83t.dtsi
index 0ec143773ee9..913aacafe8d5 100644
--- a/arch/arm/boot/dts/sun8i-a83t.dtsi
+++ b/arch/arm/boot/dts/sun8i-a83t.dtsi
@@ -40,15 +40,20 @@
  *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  *     OTHER DEALINGS IN THE SOFTWARE.
-
  */
 
-#include "skeleton.dtsi"
-
 #include <dt-bindings/interrupt-controller/arm-gic.h>
 
 / {
 	interrupt-parent = <&gic>;
+	#address-cells = <1>;
+	#size-cells = <1>;
+
+	aliases {
+	};
+
+	chosen {
+	};
 
 	cpus {
 		#address-cells = <1>;
@@ -146,6 +151,11 @@
 		};
 	};
 
+	memory {
+		reg = <0x40000000 0x80000000>;
+		device_type = "memory";
+	};
+
 	soc {
 		compatible = "simple-bus";
 		#address-cells = <1>;
-- 
2.11.0

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] ARM: sun8i: a83t: device tree cleanup Chen-Yu Tsai <wens@csie.org> - 2017-04-18 10:00 +0200
  [PATCH 3/3] ARM: sun8i: a83t: Rename pinmux setting names Chen-Yu Tsai <wens@csie.org> - 2017-04-18 10:00 +0200
    Re: [PATCH 3/3] ARM: sun8i: a83t: Rename pinmux setting names Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-04-18 11:10 +0200
      Re: [PATCH 3/3] ARM: sun8i: a83t: Rename pinmux setting names Chen-Yu Tsai <wens@csie.org> - 2017-04-18 11:20 +0200
        Re: [PATCH 3/3] ARM: sun8i: a83t: Rename pinmux setting names Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-04-19 09:00 +0200
    Re: [PATCH 3/3] ARM: sun8i: a83t: Rename pinmux setting names Chen-Yu Tsai <wens@csie.org> - 2017-04-21 05:40 +0200
  [PATCH 1/3] ARM: sun8i: a83t: Drop skeleton.dtsi Chen-Yu Tsai <wens@csie.org> - 2017-04-18 10:00 +0200

csiph-web