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

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

/include/ "skeleton.dtsi"
#include "skeleton.dtsi"

/ {
	#address-cells = <1>;
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 */

/dts-v1/;
/include/ "socfpga.dtsi"
#include "socfpga.dtsi"

/ {
	soc {
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 * 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";
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
 */

/dts-v1/;
/include/ "socfpga.dtsi"
#include "socfpga.dtsi"

/ {
	soc {
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 * 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";
Loading