diff options
author | Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> | 2016-02-12 07:20:43 +0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-02-24 14:02:19 -0800 |
commit | 18f94513ea7bb7c1aaee4037684b363c8b2dda2d (patch) | |
tree | ccbaa778e716525ee309a976b2a517d410adc31d /arch/arm64/boot/dts/amd | |
parent | 4375acc3e2ebdc8158fb2745dc143736a9bd6769 (diff) |
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>
Diffstat (limited to 'arch/arm64/boot/dts/amd')
-rw-r--r-- | arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi b/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi index a7fc059a7cd9..bd3adeac374f 100644 --- a/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi +++ b/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi @@ -231,7 +231,7 @@ }; /* Perf CCN504 PMU */ - ccn: ccn@0xe8000000 { + ccn: ccn@e8000000 { compatible = "arm,ccn-504"; reg = <0x0 0xe8000000 0 0x1000000>; interrupts = <0 380 4>; @@ -243,7 +243,6 @@ device_type = "ipmi"; reg = <0x0 0xe0010000 0 0x8>; interrupts = <0 389 4>; - interrupt-names = "ipmi_kcs"; reg-size = <1>; reg-spacing = <4>; }; |