[PATCH 2/4] arm: dts: imx28: Remove system bus unit addresses

2017-11-30 Thread venkataravi . e
From: Ravi Eluri 

Unit addresses for the system buses of imx28 are defined in
the corresponding dtsi file. Any peripheral node on APBH, APBX
and AHB busses can be accessed via phandle. Removed duplicate
system bus unit address entries, this makes the DT more robust
and readable.

Signed-off-by: Ravi Eluri 
Signed-off-by: Suniel Mahesh 
---
Note:
- This is the second patch of the four patch series.
- Patch was compile tested and built(ARCH=arm, imx28) on linux-next
  (latest).
- No build issues reported.
- Please discard this changeset, if this is not making any better.
---
 arch/arm/boot/dts/imx28-evk.dts | 8 
 1 file changed, 8 deletions(-)

diff --git a/arch/arm/boot/dts/imx28-evk.dts b/arch/arm/boot/dts/imx28-evk.dts
index 21ac4fa..28564864 100644
--- a/arch/arm/boot/dts/imx28-evk.dts
+++ b/arch/arm/boot/dts/imx28-evk.dts
@@ -20,8 +20,6 @@
reg = <0x4000 0x0800>;
};
 
-   apb@8000 {
-   apbh@8000 {
 {
pinctrl-names = "default";
pinctrl-0 = <_pins_a _status_cfg
@@ -165,9 +163,7 @@
xceiver-supply = <_can_3v3>;
status = "okay";
};
-   };
 
-   apbx@8004 {
 {
pinctrl-names = "default";
pinctrl-0 = <_pins_a>;
@@ -241,10 +237,7 @@
 {
status = "okay";
};
-   };
-   };
 
-   ahb@8008 {
 {
pinctrl-names = "default";
pinctrl-0 = <_id_pins_a>;
@@ -273,7 +266,6 @@
pinctrl-0 = <_pins_a>;
status = "okay";
};
-   };
 
regulators {
compatible = "simple-bus";
-- 
1.9.1



[PATCH 2/4] arm: dts: imx28: Remove system bus unit addresses

2017-11-30 Thread venkataravi . e
From: Ravi Eluri 

Unit addresses for the system buses of imx28 are defined in
the corresponding dtsi file. Any peripheral node on APBH, APBX
and AHB busses can be accessed via phandle. Removed duplicate
system bus unit address entries, this makes the DT more robust
and readable.

Signed-off-by: Ravi Eluri 
Signed-off-by: Suniel Mahesh 
---
Note:
- This is the second patch of the four patch series.
- Patch was compile tested and built(ARCH=arm, imx28) on linux-next
  (latest).
- No build issues reported.
- Please discard this changeset, if this is not making any better.
---
 arch/arm/boot/dts/imx28-evk.dts | 8 
 1 file changed, 8 deletions(-)

diff --git a/arch/arm/boot/dts/imx28-evk.dts b/arch/arm/boot/dts/imx28-evk.dts
index 21ac4fa..28564864 100644
--- a/arch/arm/boot/dts/imx28-evk.dts
+++ b/arch/arm/boot/dts/imx28-evk.dts
@@ -20,8 +20,6 @@
reg = <0x4000 0x0800>;
};
 
-   apb@8000 {
-   apbh@8000 {
 {
pinctrl-names = "default";
pinctrl-0 = <_pins_a _status_cfg
@@ -165,9 +163,7 @@
xceiver-supply = <_can_3v3>;
status = "okay";
};
-   };
 
-   apbx@8004 {
 {
pinctrl-names = "default";
pinctrl-0 = <_pins_a>;
@@ -241,10 +237,7 @@
 {
status = "okay";
};
-   };
-   };
 
-   ahb@8008 {
 {
pinctrl-names = "default";
pinctrl-0 = <_id_pins_a>;
@@ -273,7 +266,6 @@
pinctrl-0 = <_pins_a>;
status = "okay";
};
-   };
 
regulators {
compatible = "simple-bus";
-- 
1.9.1