Commit 0630fe41 authored by Olof Johansson's avatar Olof Johansson
Browse files

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

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

Samsung DTS ARM64 changes for v5.10

Cleanup of Exynos DTS to fix as many dtschema warnings as possible.
This includes adding missing compatibles and using non-deprecated
properties.  Changes should not have a visible impact.

* tag 'samsung-dt64-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
  arm64: dts: exynos: Add compatibles to sysreg nodes
  arm64: dts: exynos: Replace deprecated "gpios" i2c-gpio property in Exynos5433

Link: https://lore.kernel.org/r/20200907150425.11077-2-krzk@kernel.org


Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents 8bc946b1 7e98d540
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -87,8 +87,8 @@ homepage-key {

	i2c_max98504: i2c-gpio-0 {
		compatible = "i2c-gpio";
		gpios = <&gpd0 1 GPIO_ACTIVE_HIGH /* SPK_AMP_SDA */
			 &gpd0 0 GPIO_ACTIVE_HIGH /* SPK_AMP_SCL */ >;
		sda-gpios = <&gpd0 1 GPIO_ACTIVE_HIGH>;
		scl-gpios = <&gpd0 0 GPIO_ACTIVE_HIGH>;
		i2c-gpio,delay-us = <2>;
		#address-cells = <1>;
		#size-cells = <0>;
+3 −3
Original line number Diff line number Diff line
@@ -1015,17 +1015,17 @@ hdmiphy: hdmiphy@13af0000 {
		};

		syscon_disp: syscon@13b80000 {
			compatible = "syscon";
			compatible = "samsung,exynos5433-sysreg", "syscon";
			reg = <0x13b80000 0x1010>;
		};

		syscon_cam0: syscon@120f0000 {
			compatible = "syscon";
			compatible = "samsung,exynos5433-sysreg", "syscon";
			reg = <0x120f0000 0x1020>;
		};

		syscon_cam1: syscon@145f0000 {
			compatible = "syscon";
			compatible = "samsung,exynos5433-sysreg", "syscon";
			reg = <0x145f0000 0x1038>;
		};