mediatek: filogic: fix bpi-r4 eeprom dtc warnings
Add missing #address-cells and #size-cells to fix the following dtc warnings: mt7988a-bananapi-bpi-r4-wifi-mt7996a.dtso:31.5-18: Warning (reg_format): /fragment@1/__overlay__/wifi_eeprom@51:reg: property has invalid length (4 bytes) (#address-cells == 2, #size-cells == 1) mt7988a-bananapi-bpi-r4-wifi-mt7996a.dtso:50.5-18: Warning (reg_format): /fragment@1/__overlay__/wifi_eeprom@52:reg: property has invalid length (4 bytes) (#address-cells == 2, #size-cells == 1) Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
This commit is contained in:
parent
a851bbeec6
commit
f2de919658
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@
|
||||||
fragment@1 {
|
fragment@1 {
|
||||||
target = <&i2c_wifi>;
|
target = <&i2c_wifi>;
|
||||||
__overlay__ {
|
__overlay__ {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
|
||||||
// 5G WIFI MAC Address EEPROM
|
// 5G WIFI MAC Address EEPROM
|
||||||
wifi_eeprom@51 {
|
wifi_eeprom@51 {
|
||||||
compatible = "atmel,24c02";
|
compatible = "atmel,24c02";
|
||||||
|
|
Loading…
Reference in a new issue