Message ID | 20170406102941.14802-4-ard.biesheuvel@linaro.org |
---|---|
State | New |
Headers | show |
Series | Platforms/AMD/Overdrive: switch to DtPlatformDxe | expand |
diff --git a/Platforms/AMD/Styx/OverdriveBoard/FdtBlob/styx-overdrive.dtb b/Platforms/AMD/Styx/OverdriveBoard/FdtBlob/styx-overdrive.dtb index 0c0468d89d60faf6c461b0e2e1c67098b063c7a9..ba4de560d279d79fde086c6e3f79626bd17a108f 100644 GIT binary patch delta 89 zcmbPfztm3P0`I@K3=HzB3=9kw3=A?769vSWr5`X%e#0!a(fJ_L<{8YtnPi!PvMfMc g3B<fW4CB{>_?suNsWUP1PTs*$&B(jigfmqP0JFdnn*aa+ delta 195 zcmZ2#H`89=0`I@K3=Hx!85kHW7#L)FCJKl#$%JgwxWiOmkXs5AWnczk0U%~eEXvgZ z;xY?epiG%DOfCV)NC$C%fE|cgz$^v^4kR`w5}ON&&5gw7L1Oa)**q|V_<)?vznNH= XH_NlBFflSucHyXIWZry$BUKClaGw{; diff --git a/Platforms/AMD/Styx/OverdriveBoard/FdtBlob/styx-overdrive.dts b/Platforms/AMD/Styx/OverdriveBoard/FdtBlob/styx-overdrive.dts index dab3c2c56ee5..3cb9a3128737 100644 --- a/Platforms/AMD/Styx/OverdriveBoard/FdtBlob/styx-overdrive.dts +++ b/Platforms/AMD/Styx/OverdriveBoard/FdtBlob/styx-overdrive.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/OverdriveBoard/FdtBlob/styx-overdrive.dtb | Bin 8089 -> 7973 bytes Platforms/AMD/Styx/OverdriveBoard/FdtBlob/styx-overdrive.dts | 12 ------------ 2 files changed, 12 deletions(-)