We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I receive a couple of warnings for .dtb creation:
Think it's mostly adding something like
#address-cells = <0>;
./jh7110.dtsi:33.36-37.6: Warning (interrupt_provider): /cpus/cpu@0/interrupt-controller: Missing #address-cells in interrupt provider ./jh7110.dtsi:63.36-67.6: Warning (interrupt_provider): /cpus/cpu@1/interrupt-controller: Missing #address-cells in interrupt provider ./jh7110.dtsi:93.36-97.6: Warning (interrupt_provider): /cpus/cpu@2/interrupt-controller: Missing #address-cells in interrupt provider ./jh7110.dtsi:123.36-127.6: Warning (interrupt_provider): /cpus/cpu@3/interrupt-controller: Missing #address-cells in interrupt provider ./jh7110.dtsi:153.36-157.6: Warning (interrupt_provider): /cpus/cpu@4/interrupt-controller: Missing #address-cells in interrupt provider ./jh7110-starfive-visionfive-2.dtsi:278.20-309.4: Warning (interrupt_provider): /soc/i2c@12050000/pmic@36: Missing #address-cells in interrupt provider ./jh7110.dtsi:895.29-905.5: Warning (interrupt_provider): /soc/pinctrl@13040000: Missing #address-cells in interrupt provider also defined at ./jh7110-starfive-visionfive-2.dtsi:489.10-860.3 ./jh7110.dtsi:1109.29-1118.5: Warning (interrupt_provider): /soc/pinctrl@17020000: Missing #address-cells in interrupt provider ./jh7110-starfive-visionfive-2.dtsi:187.15-195.4: Warning (graph_child_address): /soc/lcd-controller@29400000/port: graph node has single child node 'endpoint@0', #address-cells/#size-cells are not necessary ./jh7110-starfive-visionfive-2.dtsi:239.16-246.4: Warning (graph_child_address): /soc/hdmi@29590000/port: graph node has single child node 'endpoint@0', #address-cells/#size-cells are not necessary
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I receive a couple of warnings for .dtb creation:
Think it's mostly adding something like
#address-cells = <0>;
The text was updated successfully, but these errors were encountered: