Unverified Commit aa7bb116 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

Merge tag 'v5.16-next-dts32' of...

Merge tag 'v5.16-next-dts32' of git://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux into arm/dt

- add device tree for Fairphone 1 (mt6589)

* tag 'v5.16-next-dts32' of git://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux:
  arm: dts: mt6589: Add device tree for Fairphone 1

Link: https://lore.kernel.org/r/9ea1efa3-492b-7204-58f8-5253cd5b05f9@gmail.com


Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents 505596c8 aa67bacb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1470,6 +1470,7 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += \
	mt2701-evb.dtb \
	mt6580-evbp1.dtb \
	mt6589-aquaris5.dtb \
	mt6589-fairphone-fp1.dtb \
	mt6592-evb.dtb \
	mt7623a-rfb-emmc.dtb \
	mt7623a-rfb-nand.dtb \
+30 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: BSD-3-Clause
/*
 * Copyright (c) 2021, Luca Weiss <luca@z3ntu.xyz>
 */

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

/ {
	model = "Fairphone 1";
	compatible = "fairphone,fp1", "mediatek,mt6589";

	chosen {
		stdout-path = &uart3;
	};

	memory@80000000 {
		device_type = "memory";
		reg = <0x80000000 0x40000000>;
	};
};

&cpus {
	/* SMP is not stable on this board, makes the kernel panic */
	/delete-property/ enable-method;
};

&uart3 {
	status = "okay";
};
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ / {
	compatible = "mediatek,mt6589";
	interrupt-parent = <&sysirq>;

	cpus {
	cpus: cpus {
		#address-cells = <1>;
		#size-cells = <0>;
		enable-method = "mediatek,mt6589-smp";