Commit aa494330 authored by Michael Walle's avatar Michael Walle Committed by Shawn Guo
Browse files

arm64: dts: fsl-ls1028a-kontron-sl28: move MTD partitions



Move the MTD partitions to the partitions subnode. This is the new way
to specify the partitions, see
  Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml

Signed-off-by: default avatarMichael Walle <michael@walle.cc>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 798a1807
Loading
Loading
Loading
Loading
+49 −45
Original line number Diff line number Diff line
@@ -115,8 +115,6 @@ &fspi {
	status = "okay";

	flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "jedec,spi-nor";
		m25p,fast-read;
		spi-max-frequency = <133000000>;
@@ -125,6 +123,11 @@ flash@0 {
		spi-rx-bus-width = <2>; /* 2 SPI Rx lines */
		spi-tx-bus-width = <1>; /* 1 SPI Tx line */

		partitions {
			compatible = "fixed-partitions";
			#address-cells = <1>;
			#size-cells = <1>;

			partition@0 {
				reg = <0x000000 0x010000>;
				label = "rcw";
@@ -171,6 +174,7 @@ partition@3e0000 {
			};
		};
	};
};

&gpio1 {
	gpio-line-names =