Message ID | 20170406102941.14802-2-ard.biesheuvel@linaro.org |
---|---|
State | New |
Headers | show |
Series | Platforms/AMD/Overdrive: switch to DtPlatformDxe | expand |
diff --git a/Platforms/AMD/Styx/Overdrive1000Board/FdtBlob/styx-overdrive1000.dtb b/Platforms/AMD/Styx/Overdrive1000Board/FdtBlob/styx-overdrive1000.dtb index b792b2a47ca0a4482db005f2956c3e01bab098a7..ba5d494f9f815ccb9760cd99a2bdaadf6bd49eab 100644 GIT binary patch delta 36 scmdmLztB$L0`I@K3=Hy$3=9kw3=A?N69vSWr0;ChxWTk}3bUdN0LYOFJ^%m! delta 176 zcmZ2zx7A+Y0`I@K3=HyH85kHW7#L($OcW4fk|~(1C@8$q`Y01~L2l{f`Ap*VK)TEr zsD^<Vh!cP~9f(1I9f(=LECvP+BsM1!n+u7}jl||bV)G)g`JikjAkA2uo5aAdnUz^a F1^}zE65Id) diff --git a/Platforms/AMD/Styx/Overdrive1000Board/FdtBlob/styx-overdrive1000.dts b/Platforms/AMD/Styx/Overdrive1000Board/FdtBlob/styx-overdrive1000.dts index b1fbefefdd18..3290f65aae6a 100644 --- a/Platforms/AMD/Styx/Overdrive1000Board/FdtBlob/styx-overdrive1000.dts +++ b/Platforms/AMD/Styx/Overdrive1000Board/FdtBlob/styx-overdrive1000.dts @@ -55,18 +55,6 @@ <0x1 0xa 0xff04>; }; - pmu { - compatible = "arm,armv8-pmuv3"; - interrupts = <0x0 0x7 0x4>, - <0x0 0x8 0x4>, - <0x0 0x9 0x4>, - <0x0 0xa 0x4>, - <0x0 0xb 0x4>, - <0x0 0xc 0x4>, - <0x0 0xd 0x4>, - <0x0 0xe 0x4>; - }; - smb { compatible = "simple-bus"; #address-cells = <0x2>;
The /pmu node is removed and regenerated by the firmware, so there is no need to have it in the template. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> --- Platforms/AMD/Styx/Overdrive1000Board/FdtBlob/styx-overdrive1000.dtb | Bin 8117 -> 7969 bytes Platforms/AMD/Styx/Overdrive1000Board/FdtBlob/styx-overdrive1000.dts | 12 ------------ 2 files changed, 12 deletions(-)