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

Merge tag 'samsung-dt64-5.16' of...

Merge tag 'samsung-dt64-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/dt

Samsung DTS ARM64 changes for v5.16

1. Match Exynos5433 DTS with dtschema.
2. Add an Exynos Auto v9 SoC and SADK board. The Exynos Auto v9 is a
   design for automotive for In-vehicle Infotainments (IVI) and Advanced
   Driver-Assistance Systems (ADAS).
   This pull request brings very basic support (pinctrl, UART and UFS
   storage) with a development SADK (Samsung Automotive Development Kit)
   board.

* tag 'samsung-dt64-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
  arm64: dts: exynos: add minimal support for exynosautov9 sadk board
  arm64: dts: exynos: add initial support for exynosautov9 SoC
  arm64: dts: exynos: add proper comaptible FSYS syscon in Exynos5433
  arm64: dts: exynos: align operating-points table name with dtschema in Exynos5433

Link: https://lore.kernel.org/r/20211013162418.43072-2-krzysztof.kozlowski@canonical.com


Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents 54dd3834 2b663ae7
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -199,6 +199,12 @@ properties:
              - samsung,exynos7-espresso        # Samsung Exynos7 Espresso
              - samsung,exynos7-espresso        # Samsung Exynos7 Espresso
          - const: samsung,exynos7
          - const: samsung,exynos7


      - description: Exynos Auto v9 based boards
        items:
          - enum:
              - samsung,exynosautov9-sadk   # Samsung Exynos Auto v9 SADK
          - const: samsung,exynosautov9

required:
required:
  - compatible
  - compatible


+2 −1
Original line number Original line Diff line number Diff line
@@ -2,4 +2,5 @@
dtb-$(CONFIG_ARCH_EXYNOS) += \
dtb-$(CONFIG_ARCH_EXYNOS) += \
	exynos5433-tm2.dtb	\
	exynos5433-tm2.dtb	\
	exynos5433-tm2e.dtb	\
	exynos5433-tm2e.dtb	\
	exynos7-espresso.dtb
	exynos7-espresso.dtb	\
	exynosautov9-sadk.dtb
+5 −5
Original line number Original line Diff line number Diff line
@@ -87,7 +87,7 @@ bus_noc2: bus9 {
		status = "disabled";
		status = "disabled";
	};
	};


	bus_g2d_400_opp_table: opp-table2 {
	bus_g2d_400_opp_table: opp-table-2 {
		compatible = "operating-points-v2";
		compatible = "operating-points-v2";
		opp-shared;
		opp-shared;


@@ -117,7 +117,7 @@ opp-100000000 {
		};
		};
	};
	};


	bus_g2d_266_opp_table: opp-table3 {
	bus_g2d_266_opp_table: opp-table-3 {
		compatible = "operating-points-v2";
		compatible = "operating-points-v2";


		opp-267000000 {
		opp-267000000 {
@@ -137,7 +137,7 @@ opp-100000000 {
		};
		};
	};
	};


	bus_gscl_opp_table: opp-table4 {
	bus_gscl_opp_table: opp-table-4 {
		compatible = "operating-points-v2";
		compatible = "operating-points-v2";


		opp-333000000 {
		opp-333000000 {
@@ -151,7 +151,7 @@ opp-166500000 {
		};
		};
	};
	};


	bus_hevc_opp_table: opp-table5 {
	bus_hevc_opp_table: opp-table-5 {
		compatible = "operating-points-v2";
		compatible = "operating-points-v2";
		opp-shared;
		opp-shared;


@@ -175,7 +175,7 @@ opp-100000000 {
		};
		};
	};
	};


	bus_noc2_opp_table: opp-table6 {
	bus_noc2_opp_table: opp-table-6 {
		compatible = "operating-points-v2";
		compatible = "operating-points-v2";


		opp-400000000 {
		opp-400000000 {
+3 −3
Original line number Original line Diff line number Diff line
@@ -239,7 +239,7 @@ cluster_a53_l2: l2-cache1 {
		};
		};
	};
	};


	cluster_a53_opp_table: opp-table0 {
	cluster_a53_opp_table: opp-table-0 {
		compatible = "operating-points-v2";
		compatible = "operating-points-v2";
		opp-shared;
		opp-shared;


@@ -285,7 +285,7 @@ opp-1300000000 {
		};
		};
	};
	};


	cluster_a57_opp_table: opp-table1 {
	cluster_a57_opp_table: opp-table-1 {
		compatible = "operating-points-v2";
		compatible = "operating-points-v2";
		opp-shared;
		opp-shared;


@@ -1132,7 +1132,7 @@ syscon_cam1: syscon@145f0000 {
		};
		};


		syscon_fsys: syscon@156f0000 {
		syscon_fsys: syscon@156f0000 {
			compatible = "syscon";
			compatible = "samsung,exynos5433-sysreg", "syscon";
			reg = <0x156f0000 0x1044>;
			reg = <0x156f0000 0x1044>;
		};
		};


+1189 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading