Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1250844
| From | Javier Martinez Canillas <javier@osg.samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] ARM: dts: Use IOPAD pinmux for IGEP boards |
| Date | 2015-10-19 17:40 +0200 |
| Message-ID | <qlkHv-9O-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hello, This series use the IOPAD pinmux macros for the remaining IGEP boards that still used the register offset instead of the physical address using these macros so the DTS matches what is in the Technical Reference Manual. The changes are only cosmetic since they make the DTS easier to read but does not change functionality. I built tested and compared the binary DTB MD5 checksum and both matches before and after the series applied: Before d7a56205bdc54365d49d9a90dfe3fafb am335x-base0033.dtb fa272fcdee65d7bf4c03bd5a6c5ec4fd omap3-igep0020.dtb ba65bf74d8c6ea8e7bd8face17179e6e omap3-igep0020-rev-f.dtb After d7a56205bdc54365d49d9a90dfe3fafb am335x-base0033.dtb fa272fcdee65d7bf4c03bd5a6c5ec4fd omap3-igep0020.dtb ba65bf74d8c6ea8e7bd8face17179e6e omap3-igep0020-rev-f.dtb Best regards, Javier Javier Martinez Canillas (3): ARM: dts: omap3-igep0020: Use IOPAD pinmux macro ARM: dts: am335x-igep0033: Use IOPAD pinmux macro ARM: dts: am335x-base0033: Use IOPAD pinmux macro arch/arm/boot/dts/am335x-base0033.dts | 48 +++++++++++------------ arch/arm/boot/dts/am335x-igep0033.dtsi | 40 +++++++++---------- arch/arm/boot/dts/omap3-igep0020-common.dtsi | 58 ++++++++++++++-------------- 3 files changed, 73 insertions(+), 73 deletions(-) -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] ARM: dts: Use IOPAD pinmux for IGEP boards Javier Martinez Canillas <javier@osg.samsung.com> - 2015-10-19 17:40 +0200
[PATCH 3/3] ARM: dts: am335x-base0033: Use IOPAD pinmux macro Javier Martinez Canillas <javier@osg.samsung.com> - 2015-10-19 17:40 +0200
[PATCH 1/3] ARM: dts: omap3-igep0020: Use IOPAD pinmux macro Javier Martinez Canillas <javier@osg.samsung.com> - 2015-10-19 17:40 +0200
[PATCH 2/3] ARM: dts: am335x-igep0033: Use IOPAD pinmux macro Javier Martinez Canillas <javier@osg.samsung.com> - 2015-10-19 17:40 +0200
Re: [PATCH 0/3] ARM: dts: Use IOPAD pinmux for IGEP boards Tony Lindgren <tony@atomide.com> - 2015-10-20 18:30 +0200
Re: [PATCH 0/3] ARM: dts: Use IOPAD pinmux for IGEP boards Javier Martinez Canillas <javier@osg.samsung.com> - 2015-10-20 19:30 +0200
Re: [PATCH 0/3] ARM: dts: Use IOPAD pinmux for IGEP boards Tony Lindgren <tony@atomide.com> - 2015-10-20 19:40 +0200
csiph-web