Skip to content

Commit

Permalink
Merge branch 'fixes' into for-next
Browse files Browse the repository at this point in the history
* fixes:
  ARM: omap2: hide omap3_save_secure_ram on non-OMAP3 builds
  arm: dts: nspire: Add missing #phy-cells to usb-nop-xceiv
  • Loading branch information
Arnd Bergmann committed Dec 7, 2017
2 parents ee4c54d + 863204c commit 8b6eac7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/nspire.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@

usb_phy: usb_phy {
compatible = "usb-nop-xceiv";
#phy-cells = <0>;
};

vbus_reg: vbus_reg {
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/mach-omap2/omap-secure.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ phys_addr_t omap_secure_ram_mempool_base(void)
return omap_secure_memblock_base;
}

#if defined(CONFIG_ARCH_OMAP3) && defined(CONFIG_PM)
u32 omap3_save_secure_ram(void __iomem *addr, int size)
{
u32 ret;
Expand All @@ -91,6 +92,7 @@ u32 omap3_save_secure_ram(void __iomem *addr, int size)

return ret;
}
#endif

/**
* rx51_secure_dispatcher: Routine to dispatch secure PPA API calls
Expand Down

0 comments on commit 8b6eac7

Please sign in to comment.