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

Commit 37fd0bd5 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm64: defconfig: Enable MHI Satellite base driver for Kona"

parents 9a1c939d 69c46fd4
Loading
Loading
Loading
Loading
+96 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 */

&pcie2_rp {
@@ -307,6 +307,86 @@
				mhi,ee = <0x4>;
			};

			mhi_chan@50 {
				reg = <50>;
				label = "ADSP_0";
				mhi,event-ring = <4>;
				mhi,chan-dir = <0>;
				mhi,data-type = <3>;
				mhi,ee = <0x4>;
				mhi,offload-chan;
			};

			mhi_chan@51 {
				reg = <51>;
				label = "ADSP_1";
				mhi,event-ring = <4>;
				mhi,chan-dir = <0>;
				mhi,data-type = <3>;
				mhi,ee = <0x4>;
				mhi,offload-chan;
			};

			mhi_chan@52 {
				reg = <52>;
				label = "SLPI_0";
				mhi,event-ring = <4>;
				mhi,chan-dir = <0>;
				mhi,data-type = <3>;
				mhi,ee = <0x4>;
				mhi,offload-chan;
			};

			mhi_chan@53 {
				reg = <53>;
				label = "SLPI_1";
				mhi,event-ring = <4>;
				mhi,chan-dir = <0>;
				mhi,data-type = <3>;
				mhi,ee = <0x4>;
				mhi,offload-chan;
			};

			mhi_chan@70 {
				reg = <70>;
				label = "ADSP_2";
				mhi,event-ring = <5>;
				mhi,chan-dir = <0>;
				mhi,data-type = <3>;
				mhi,ee = <0x4>;
				mhi,offload-chan;
			};

			mhi_chan@71 {
				reg = <71>;
				label = "ADSP_3";
				mhi,event-ring = <5>;
				mhi,chan-dir = <0>;
				mhi,data-type = <3>;
				mhi,ee = <0x4>;
				mhi,offload-chan;
			};

			mhi_chan@72 {
				reg = <72>;
				label = "SLPI_2";
				mhi,event-ring = <5>;
				mhi,chan-dir = <0>;
				mhi,data-type = <3>;
				mhi,ee = <0x4>;
				mhi,offload-chan;
			};

			mhi_chan@73 {
				reg = <73>;
				label = "SLPI_3";
				mhi,event-ring = <5>;
				mhi,chan-dir = <0>;
				mhi,data-type = <3>;
				mhi,ee = <0x4>;
				mhi,offload-chan;
			};

			mhi_chan@100 {
				reg = <100>;
				label = "IP_HW0";
@@ -377,6 +457,8 @@
				mhi,priority = <1>;
				mhi,brstmode = <3>;
				mhi,hw-ev;
				mhi,client-manage;
				mhi,offload;
			};

			mhi_event@5 {
@@ -388,6 +470,7 @@
				mhi,brstmode = <3>;
				mhi,hw-ev;
				mhi,client-manage;
				mhi,offload;
			};
		};

@@ -413,6 +496,18 @@
				mhi,chan = "IPCR";
				qcom,net-id = <3>;
			};

			mhi_subsys_adsp_0: mhi_dev@2 {
				reg = <0x2>;
				mhi,chan = "ADSP_0";
				mhi,num-devices = <4>;
			};

			mhi_subsys_slpi_0: mhi_dev@3 {
				reg = <0x3>;
				mhi,chan = "SLPI_0";
				mhi,num-devices = <4>;
			};
		};
	};
};
+1 −0
Original line number Diff line number Diff line
@@ -246,6 +246,7 @@ CONFIG_MHI_BUS=y
CONFIG_MHI_QCOM=y
CONFIG_MHI_NETDEV=y
CONFIG_MHI_UCI=y
CONFIG_MHI_SATELLITE=y
CONFIG_ZRAM=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_RAM=y
+1 −0
Original line number Diff line number Diff line
@@ -255,6 +255,7 @@ CONFIG_MHI_DEBUG=y
CONFIG_MHI_QCOM=y
CONFIG_MHI_NETDEV=y
CONFIG_MHI_UCI=y
CONFIG_MHI_SATELLITE=y
CONFIG_ZRAM=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_RAM=y