mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 20:34:23 -04:00
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: Olof Johansson <olof@lixom.net>
This commit is contained in:
@@ -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>;
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user