Message ID | 20200610052426.150225-8-amitay@ozlabs.org |
---|---|
State | Accepted |
Headers | show |
Series | Make kernel fsi driver generic | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/apply_patch | success | Successfully applied on branch master (86851b290ac1771b9a6fb0d5238ebf459ea80a21) |
snowpatch_ozlabs/build-multiarch | success | Test build-multiarch on branch master |
Reviewed-by: Alistair Popple <alistair@popple.id.au> On Wednesday, 10 June 2020 3:24:26 PM AEST Amitay Isaacs wrote: > Signed-off-by: Amitay Isaacs <amitay@ozlabs.org> > --- > libpdbg/dtb.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/libpdbg/dtb.c b/libpdbg/dtb.c > index 97af0b5..aad6a21 100644 > --- a/libpdbg/dtb.c > +++ b/libpdbg/dtb.c > @@ -50,8 +50,6 @@ > #include "p9.dt.h" > > #define AMI_BMC "/proc/ractrends/Helper/FwInfo" > -#define OPENFSI_BMC "/sys/bus/platform/devices/gpio-fsi/fsi0/" > -#define FSI_CFAM_ID "/sys/devices/platform/gpio-fsi/fsi0/slave@00:00/cfam_id" > #define XSCOM_BASE_PATH "/sys/kernel/debug/powerpc/scom" > > #define CHIP_ID_P8 0xea >
diff --git a/libpdbg/dtb.c b/libpdbg/dtb.c index 97af0b5..aad6a21 100644 --- a/libpdbg/dtb.c +++ b/libpdbg/dtb.c @@ -50,8 +50,6 @@ #include "p9.dt.h" #define AMI_BMC "/proc/ractrends/Helper/FwInfo" -#define OPENFSI_BMC "/sys/bus/platform/devices/gpio-fsi/fsi0/" -#define FSI_CFAM_ID "/sys/devices/platform/gpio-fsi/fsi0/slave@00:00/cfam_id" #define XSCOM_BASE_PATH "/sys/kernel/debug/powerpc/scom" #define CHIP_ID_P8 0xea
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org> --- libpdbg/dtb.c | 2 -- 1 file changed, 2 deletions(-)