Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: exynos: drop samsung,ufs-shareability-reg-offset in ExynosAutov9

samsung,ufs-shareability-reg-offset is not necessary anymore since it
was integrated into the second argument of samsung,sysreg.

Fixes: 31bbac5263aa ("arm64: dts: exynos: add initial support for exynosautov9 SoC")
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20211102064826.15796-1-chanho61.park@samsung.com
Link: https://lore.kernel.org/r/20211124085042.9649-2-krzysztof.kozlowski@canonical.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Chanho Park and committed by
Arnd Bergmann
5fe76251 82be5f5b

+1 -2
+1 -2
arch/arm64/boot/dts/exynos/exynosautov9.dtsi
··· 296 296 pinctrl-0 = <&ufs_rst_n &ufs_refclk_out>; 297 297 phys = <&ufs_0_phy>; 298 298 phy-names = "ufs-phy"; 299 - samsung,sysreg = <&syscon_fsys2>; 300 - samsung,ufs-shareability-reg-offset = <0x710>; 299 + samsung,sysreg = <&syscon_fsys2 0x710>; 301 300 status = "disabled"; 302 301 }; 303 302 };