Jump to content

Trying to add gpio-line-names to nanopi duo


sgjava

Recommended Posts

28 minutes ago, sgjava said:

each pinctrl using phandle to identify

Be carefull : phandle can vary between builds, so better use <&pio> and <&r_pio> symbols.

 

30 minutes ago, sgjava said:

So next question is how do I make this part of build process

As I said earlier, append you overlay code in some new board specific patch such as ./patch/kernel/sunxi-dev/nanopi-duo/board-h2plus-nanopi-duo-add-overlay.patch which will also provide change to arch/arm/boot/dts/overlay/Makefile.

Link to comment
Share on other sites

@martinayotteI understand the patch part, but usually you make the change somewhere like build/cache/sources/linux-odroidxu4/odroid-5.4.y/arch/arm/boot/dts/exynos5420-pinctrl.dtsi (for XU3/XU4) and a patch is generated in output/patch. This is the step I'm missing. Almost there, thanks for your help do far.

Link to comment
Share on other sites

3 hours ago, sgjava said:

This is the step I'm missing.

I'm not understanding exactly.

Maybe because I've always producing patches manually ...

Here is a summary of how I would do it :

(edit the file to add "gpio-line-names" manually)
nano cache/sources/linux-odroidxu4/odroid-5.4.y/arch/arm/boot/dts/exynos5420-pinctrl.dtsi
(save)
pushd cache/sources/linux-odroidxu4/odroid-5.4.y/
git diff arch/arm/boot/dts/exynos5420-pinctrl.dtsi > ~/my-gpio-line-names.patch
popd
mv ~/my-gpio-line-names.patch patches/kernel/odroidxu4-dev/odroidxu4-add-gpio-line-names.patch

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines