1
0
Fork 0

ARM: dts: ibm-power9-dual: Add a unit address for OCC nodes

These temporarily have a unit address until userspace is fixed up as
noted in comments elsewhere in the dtsi.

Fixes the following warning:

    arch/arm/boot/dts/ibm-power9-dual.dtsi:89.18-91.6: Warning (unit_address_vs_reg): /gpio-fsi/cfam@0,0/sbefifo@2400/occ: node has a reg or ranges property, but no unit name
    arch/arm/boot/dts/ibm-power9-dual.dtsi:190.18-192.6: Warning (unit_address_vs_reg): /gpio-fsi/cfam@0,0/hub@3400/cfam@1,0/sbefifo@2400/occ: node has a reg or ranges property, but no unit name

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
alistair/sensors
Andrew Jeffery 2019-12-03 22:34:15 +10:30 committed by Joel Stanley
parent 56d71b5501
commit dafa8fe276
1 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@
#address-cells = <1>;
#size-cells = <0>;
fsi_occ0: occ {
fsi_occ0: occ@1 {
compatible = "ibm,p9-occ";
};
};
@ -187,7 +187,7 @@
#address-cells = <1>;
#size-cells = <0>;
fsi_occ1: occ {
fsi_occ1: occ@2 {
compatible = "ibm,p9-occ";
};
};