qualcommax: dts: fix property has invalid length warning
Fix "property has invalid length" warning for two devices: - TP-Link EAP620 HD v1 - Zyxel NBG7815 Signed-off-by: Paweł Owoc <frut3k7@gmail.com> Link: https://github.com/openwrt/openwrt/pull/18787 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
610dd871aa
commit
af021c1285
2 changed files with 3 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
|||
|
||||
&mdio {
|
||||
status = "okay";
|
||||
#size-cells = <1>;
|
||||
|
||||
pinctrl-0 = <&mdio_pins>;
|
||||
pinctrl-names = "default";
|
||||
reset-gpios = <&tlmm 37 GPIO_ACTIVE_LOW>;
|
||||
|
|
|
@ -237,6 +237,8 @@
|
|||
|
||||
nvmem-layout {
|
||||
compatible = "fixed-layout";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
aqr_fw: aqr-fw@0 {
|
||||
/* Skip the QCOM MBN Header of 40 bytes */
|
||||
|
|
Loading…
Reference in a new issue