Commit 7da9b436 authored by Steffen Trumtrar's avatar Steffen Trumtrar Committed by Dinh Nguyen

ARM: socfpga: dts: convert to preprocessor includes

Convert all socfpga DT files to the dtc preprocessor include syntax.
This allows to include header files in the devicetrees like other
SoC-types already do.
Signed-off-by: default avatarSteffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: default avatarDinh Nguyen <dinguyen@altera.com>
parent 1a721677
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/include/ "skeleton.dtsi" #include "skeleton.dtsi"
/ { / {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "socfpga.dtsi" #include "socfpga.dtsi"
/ { / {
soc { soc {
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/include/ "socfpga_arria5.dtsi" #include "socfpga_arria5.dtsi"
/ { / {
model = "Altera SOCFPGA Arria V SoC Development Kit"; model = "Altera SOCFPGA Arria V SoC Development Kit";
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "socfpga.dtsi" #include "socfpga.dtsi"
/ { / {
soc { soc {
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/include/ "socfpga_cyclone5.dtsi" #include "socfpga_cyclone5.dtsi"
/ { / {
model = "Altera SOCFPGA Cyclone V SoC Development Kit"; model = "Altera SOCFPGA Cyclone V SoC Development Kit";
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/include/ "socfpga_cyclone5.dtsi" #include "socfpga_cyclone5.dtsi"
/ { / {
model = "Terasic SoCkit"; model = "Terasic SoCkit";
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/include/ "socfpga_cyclone5.dtsi" #include "socfpga_cyclone5.dtsi"
/ { / {
model = "EBV SOCrates"; model = "EBV SOCrates";
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "socfpga.dtsi" #include "socfpga.dtsi"
/ { / {
model = "Altera SOCFPGA VT"; model = "Altera SOCFPGA VT";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment