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

Configure Feed

Select the types of activity you want to include in your feed.

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

Samsung DTS ARM64 changes for v5.19

1. Cleanup: move aliases of board-related features to board in
Exynos850.
2. Add specific compatibles to Multi Core Timer to allow stricter DT
schema matching.

* tag 'samsung-dt64-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
arm64: dts: tesla: add a specific compatible to MCT on FSD
arm64: dts: exynos: add a specific compatible to MCT
arm64: dts: exynos: move aliases to board in Exynos850

Link: https://lore.kernel.org/r/20220420072152.11696-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+10 -19
+2 -1
arch/arm64/boot/dts/exynos/exynos5433.dtsi
··· 806 806 }; 807 807 808 808 timer@101c0000 { 809 - compatible = "samsung,exynos4210-mct"; 809 + compatible = "samsung,exynos5433-mct", 810 + "samsung,exynos4210-mct"; 810 811 reg = <0x101c0000 0x800>; 811 812 interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>, 812 813 <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>,
+5
arch/arm64/boot/dts/exynos/exynos850-e850-96.dts
··· 20 20 model = "WinLink E850-96 board"; 21 21 compatible = "winlink,e850-96", "samsung,exynos850"; 22 22 23 + aliases { 24 + mmc0 = &mmc_0; 25 + serial0 = &serial_0; 26 + }; 27 + 23 28 chosen { 24 29 stdout-path = &serial_0; 25 30 };
+2 -17
arch/arm64/boot/dts/exynos/exynos850.dtsi
··· 29 29 pinctrl3 = &pinctrl_hsi; 30 30 pinctrl4 = &pinctrl_core; 31 31 pinctrl5 = &pinctrl_peri; 32 - mmc0 = &mmc_0; 33 - serial0 = &serial_0; 34 - serial1 = &serial_1; 35 - serial2 = &serial_2; 36 - i2c0 = &i2c_0; 37 - i2c1 = &i2c_1; 38 - i2c2 = &i2c_2; 39 - i2c3 = &i2c_3; 40 - i2c4 = &i2c_4; 41 - i2c5 = &i2c_5; 42 - i2c6 = &i2c_6; 43 - i2c7 = &hsi2c_0; 44 - i2c8 = &hsi2c_1; 45 - i2c9 = &hsi2c_2; 46 - i2c10 = &hsi2c_3; 47 - i2c11 = &hsi2c_4; 48 32 }; 49 33 50 34 arm-pmu { ··· 165 181 }; 166 182 167 183 timer@10040000 { 168 - compatible = "samsung,exynos4210-mct"; 184 + compatible = "samsung,exynos850-mct", 185 + "samsung,exynos4210-mct"; 169 186 reg = <0x10040000 0x800>; 170 187 interrupts = <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>, 171 188 <GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>,
+1 -1
arch/arm64/boot/dts/tesla/fsd.dtsi
··· 727 727 }; 728 728 729 729 timer@10040000 { 730 - compatible = "samsung,exynos4210-mct"; 730 + compatible = "tesla,fsd-mct", "samsung,exynos4210-mct"; 731 731 reg = <0x0 0x10040000 0x0 0x800>; 732 732 interrupts = <GIC_SPI 455 IRQ_TYPE_LEVEL_HIGH>, 733 733 <GIC_SPI 456 IRQ_TYPE_LEVEL_HIGH>,