Skip to content

Commit f253fb3

Browse files
committed
Merge tag 'samsung-dt64-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/dt
Samsung DTS ARM64 changes for v5.16, part two 1. Add chassis-type property. 2. Add ChipID node to ExynosAutov9 DTSI. * tag 'samsung-dt64-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux: arm64: dts: exynos: add chipid node for exynosautov9 SoC arm64: dts: exynos: add 'chassis-type' property Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 86dd979 + b2f217c commit f253fb3

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

arch/arm64/boot/dts/exynos/exynos5433-tm2.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
/ {
1414
model = "Samsung TM2 board";
1515
compatible = "samsung,tm2", "samsung,exynos5433";
16+
chassis-type = "handset";
1617
};
1718

1819
&cmu_disp {

arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
/ {
1414
model = "Samsung TM2E board";
1515
compatible = "samsung,tm2e", "samsung,exynos5433";
16+
chassis-type = "handset";
1617
};
1718

1819
&cmu_disp {

arch/arm64/boot/dts/exynos/exynosautov9.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,11 @@
184184
#size-cells = <1>;
185185
ranges = <0x0 0x0 0x0 0x20000000>;
186186

187+
chipid@10000000 {
188+
compatible = "samsung,exynos850-chipid";
189+
reg = <0x10000000 0x24>;
190+
};
191+
187192
gic: interrupt-controller@10101000 {
188193
compatible = "arm,gic-400";
189194
#interrupt-cells = <3>;

0 commit comments

Comments
 (0)