Skip to content
New issue

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

can pin correct #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

can pin correct #8

wants to merge 1 commit into from

Conversation

labastov
Copy link

"can0_pins_a" is not correct, correct "can_ph_pins" or "can_pa_pins"
because all files "sun7i-a20-*.dts" files has definition:
can-pa-pins {
pins = "PA16\0PA17";
function = "can";
phandle = < 0x63 >;
};
can-ph-pins {
pins = "PH20\0PH21";
function = "can";
phandle = < 0x64 >;
};

and
can_pa_pins = "/soc/pinctrl@1c20800/can-pa-pins";
can_ph_pins = "/soc/pinctrl@1c20800/can-ph-pins";

"can0_pins_a" is not correct, correct "can_ph_pins" or "can_pa_pins" 
because all files "sun7i-a20-*.dts" files  has definition:
			can-pa-pins {
				pins = "PA16\0PA17";
				function = "can";
				phandle = < 0x63 >;
			};
			can-ph-pins {
				pins = "PH20\0PH21";
				function = "can";
				phandle = < 0x64 >;
			}; 

and 
		can_pa_pins = "/soc/pinctrl@1c20800/can-pa-pins";
		can_ph_pins = "/soc/pinctrl@1c20800/can-ph-pins";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant