Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1ba1439 authored by Gabriel Fernandez's avatar Gabriel Fernandez Committed by Linus Walleij
Browse files

ARM: ux500: DT: Rename root node "soc-u9500" into "soc"



This root node is used in the whole family of chips, the a9500
is just one particular instance. Nodes should be named after
the type of object rather than identity.

Acked-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarGabriel Fernandez <gabriel.fernandez@stericsson.com>
Reviewed-by: default avatarPhilippe Langlais <philippe.langlais@stericsson.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 383307c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
		reg = <0x00000000 0x20000000>;
	};

	soc-u9500 {
	soc {
		uart@80120000 {
			status = "okay";
		};
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
/include/ "skeleton.dtsi"

/ {
	soc-u9500 {
	soc {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "stericsson,db8500";
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
		};
	};

	soc-u9500 {
	soc {
		uart@80120000 {
			status = "okay";
		};
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
		};
	};

	soc-u9500 {
	soc {
		prcmu@80157000 {
			ab8500@5 {
				ab8500-gpio {
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
		};
	};

	soc-u9500 {
	soc {
		i2c@80110000 {
			bu21013_tp@0x5c {
				reset-gpio = <&gpio4 15 0x4>;
Loading