dts: xea: Delete not used in u-boot DTS nodes
After the re-sync with Linux Kernel's DTS
(SHA1: 7d08ddd09b), 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 <lukma@denx.de>
This commit is contained in:
committed by
Stefano Babic
parent
611b94bf69
commit
0d30b6c4ec
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user