After the re-sync with Linux Kernel's DTS
(SHA1: 7d08ddd09b75e7a3c103cc0d0d3ed700287f268e), the XEA's
descripion has nodes and properties, which are NOT utilized
in the u-boot.

To avoid confusion - those are deleted.

Signed-off-by: Lukasz Majewski <lu...@denx.de>
---

 arch/arm/dts/imx28-xea-u-boot.dtsi | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/arch/arm/dts/imx28-xea-u-boot.dtsi 
b/arch/arm/dts/imx28-xea-u-boot.dtsi
index f6488154d8..22dd7bc8a8 100644
--- a/arch/arm/dts/imx28-xea-u-boot.dtsi
+++ b/arch/arm/dts/imx28-xea-u-boot.dtsi
@@ -12,6 +12,11 @@
  */
 #include "imx28-u-boot.dtsi"
 / {
+       aliases {
+               /delete-property/ spi1;
+               /delete-property/ usbphy0;
+               /delete-property/ usbphy1;
+       };
        apb@80000000 {
                bootph-pre-ram;
 
@@ -34,6 +39,8 @@
 };
 
 &pinctrl {
+       /delete-property/ pinctrl-names;
+       /delete-property/ pinctrl-0;
        bootph-pre-ram;
 };
 
@@ -46,3 +53,12 @@
        spi-max-frequency = <40000000>;
        bootph-pre-ram;
 };
+
+/delete-node/ &ssp2;
+/delete-node/ &usb0;
+/delete-node/ &usbphy0;
+/delete-node/ &usb1;
+/delete-node/ &usbphy1;
+/delete-node/ &hog_pins_a;
+/delete-node/ &hog_pins_tiva;
+/delete-node/ &hog_pins_coding;
-- 
2.30.2

Reply via email to