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

Commit 16ff8166 authored by Patrick Daly's avatar Patrick Daly
Browse files

ARM: dts: msm: Use a valid stream-id for sdm845



Use a valid stream-id for the kgsl-iommu test device to prevent error
messages. This issue was introduced by recent upstream changes which
verify that the stream-id is within the allowed range, even though
the test device does not actually need a valid id to operate.

Change-Id: I524439e0f16568387938ce9752d45631441c9aea
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent e713c9df
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -195,7 +195,7 @@
		 * SMMU driver. Our test uses ATOS, which doesn't use SIDs
		 * anyways, so using a dummy value is ok.
		 */
		iommus = <&kgsl_smmu 42>;
		iommus = <&kgsl_smmu 0x3>;
	};

	iommu_test_device2 {