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

arm64: dts: amd: Fix-up for ccn504 and kcs nodes

This is a fix-up patch based on the review comment from
Arnd regarding:
* fix ccn504 address in the node name
* remove kcs interrupt-name

Signed-off-by: Brijesh Singh <brijesh.singh@amd.com>
Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Olof Johansson <olof@lixom.net>

authored by

Suravee Suthikulpanit and committed by
Olof Johansson
18f94513 4375acc3

+1 -2
+1 -2
arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi
··· 231 231 }; 232 232 233 233 /* Perf CCN504 PMU */ 234 - ccn: ccn@0xe8000000 { 234 + ccn: ccn@e8000000 { 235 235 compatible = "arm,ccn-504"; 236 236 reg = <0x0 0xe8000000 0 0x1000000>; 237 237 interrupts = <0 380 4>; ··· 243 243 device_type = "ipmi"; 244 244 reg = <0x0 0xe0010000 0 0x8>; 245 245 interrupts = <0 389 4>; 246 - interrupt-names = "ipmi_kcs"; 247 246 reg-size = <1>; 248 247 reg-spacing = <4>; 249 248 };