Skip to content
Snippets Groups Projects
Commit 3e9f8f2f authored by Wenyou Yang's avatar Wenyou Yang Committed by Tom Rini
Browse files

ARM: dts: ethernut5: Fix the build warning


Fix the building warning as below:
---8<----
Warning (reg_format): "reg" property in /i2c-gpio-0/pcf8563@50 has invalid length (4 bytes) (#address-cells == 2, #size-cells == 1)
Warning (avoid_default_addr_size): Relying on default #address-cells value for /i2c-gpio-0/pcf8563@50
Warning (avoid_default_addr_size): Relying on default #size-cells value for /i2c-gpio-0/pcf8563@50
--->8----

Signed-off-by: default avatarWenyou Yang <wenyou.yang@microchip.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent cac73f20
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,8 @@
};
i2c-gpio-0 {
#address-cells = <1>;
#size-cells = <0>;
status = "okay";
pcf8563@50 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment