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

Commit 913932a3 authored by Christian Hewitt's avatar Christian Hewitt Committed by Greg Kroah-Hartman
Browse files

arm64: dts: meson-g12: drop BL32 region from SEI510/SEI610



[ Upstream commit f26573e2bc9dfd551a0d5c6971f18cc546543312 ]

The BL32/TEE reserved-memory region is now inherited from the common
family dtsi (meson-g12-common) so we can drop it from board files.

Signed-off-by: default avatarChristian Hewitt <christianshewitt@gmail.com>
Reviewed-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Reviewed-by: default avatarKevin Hilman <khilman@baylibre.com>
Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/20220126044954.19069-4-christianshewitt@gmail.com


Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent d2fd1c78
Loading
Loading
Loading
Loading
+0 −8
Original line number Original line Diff line number Diff line
@@ -157,14 +157,6 @@
		regulator-always-on;
		regulator-always-on;
	};
	};


	reserved-memory {
		/* TEE Reserved Memory */
		bl32_reserved: bl32@5000000 {
			reg = <0x0 0x05300000 0x0 0x2000000>;
			no-map;
		};
	};

	sdio_pwrseq: sdio-pwrseq {
	sdio_pwrseq: sdio-pwrseq {
		compatible = "mmc-pwrseq-simple";
		compatible = "mmc-pwrseq-simple";
		reset-gpios = <&gpio GPIOX_6 GPIO_ACTIVE_LOW>;
		reset-gpios = <&gpio GPIOX_6 GPIO_ACTIVE_LOW>;
+0 −8
Original line number Original line Diff line number Diff line
@@ -164,14 +164,6 @@
		regulator-always-on;
		regulator-always-on;
	};
	};


	reserved-memory {
		/* TEE Reserved Memory */
		bl32_reserved: bl32@5000000 {
			reg = <0x0 0x05300000 0x0 0x2000000>;
			no-map;
		};
	};

	sdio_pwrseq: sdio-pwrseq {
	sdio_pwrseq: sdio-pwrseq {
		compatible = "mmc-pwrseq-simple";
		compatible = "mmc-pwrseq-simple";
		reset-gpios = <&gpio GPIOX_6 GPIO_ACTIVE_LOW>;
		reset-gpios = <&gpio GPIOX_6 GPIO_ACTIVE_LOW>;