diff options
author | Stewart Smith <stewart@linux.ibm.com> | 2019-07-18 16:51:16 +1000 |
---|---|---|
committer | Oliver O'Halloran <oohall@gmail.com> | 2019-07-19 17:45:50 +1000 |
commit | 33753c98ddb464c97a6e406dc64fe9dd5d3714f9 (patch) | |
tree | c51d385e42f6319ec2aa07c335814e80b26304f5 /hdata/test/op920.wsp.dts | |
parent | 4bec3e9e6cfa963be55d8a7fd80d5f6fa0c25d2b (diff) | |
download | skiboot-33753c98ddb464c97a6e406dc64fe9dd5d3714f9.zip skiboot-33753c98ddb464c97a6e406dc64fe9dd5d3714f9.tar.gz skiboot-33753c98ddb464c97a6e406dc64fe9dd5d3714f9.tar.bz2 |
sparse: hdata/spira sw_xstop_fir_bitpos is uint8_t, has no endian
hdata/spira.c:625:33: warning: incorrect type in argument 1 (different base types)
hdata/spira.c:625:33: expected restricted beint32_t [usertype] be_val
hdata/spira.c:625:33: got unsigned char [usertype] fir_bit
hdata/spira.c:625:33: warning: incorrect type in argument 1 (different base types)
hdata/spira.c:625:33: expected restricted beint32_t [usertype] be_val
hdata/spira.c:625:33: got unsigned char [usertype] fir_bit
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Diffstat (limited to 'hdata/test/op920.wsp.dts')
-rw-r--r-- | hdata/test/op920.wsp.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hdata/test/op920.wsp.dts b/hdata/test/op920.wsp.dts index fbc5a39..b9aa0f2 100644 --- a/hdata/test/op920.wsp.dts +++ b/hdata/test/op920.wsp.dts @@ -8,7 +8,7 @@ ibm,io-base-loc-code = "UOPWR.7887E6A-Node0"; nest-frequency = <0x0 0x77359400>; vendor = "IBM"; - ibm,sw-checkstop-fir = <0x5012000 0x1f000000>; + ibm,sw-checkstop-fir = <0x5012000 0x1f>; model = "8335-GTH"; system-id = "7887E6A"; model-name = "ibm,witherspoon"; |