Hello.
The imx7s.dtsi file is included to create the Device Tree.
A warning message appears saying "imx7s.dtsi: Missing #address-cels in interrupt provider".
imx7d.dtsi gives the warning "usbphynop2: missing or empty reg/range property".
usbphynop2: usbphynop2 {
compatible = "usb-nop-xceiv";
clocks = <&clks IMX7D_USB_PHY2_CLK>;
clock-names = "main_clk";
};
Why are these warnings appearing if this was made for the SABRE board?
Thank you.