]> Git Repo - linux.git/commitdiff
Merge tag 'aspeed-5.11-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/joel...
authorArnd Bergmann <[email protected]>
Mon, 30 Nov 2020 16:24:21 +0000 (17:24 +0100)
committerArnd Bergmann <[email protected]>
Mon, 30 Nov 2020 16:24:22 +0000 (17:24 +0100)
ASPEED soc driver updates for 5.11

New drivers:

 - SoC info driver to expose revision information

New features:

 - AST2600 support for the LPC control driver. This includes
   setting the LPC2AHB bridge up in a backwards compatible manner.

Cleanups:

 - LPC control
 - Kconfig
 - Bindings updates for AST2600 strings

* tag 'aspeed-5.11-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed:
  soc: aspeed: Enable drivers with ARCH_ASPEED
  soc: aspeed: Fix a reference leak in aspeed_socinfo_init()
  soc: aspeed: remove unneeded semicolon
  soc: aspeed-lpc-ctrl: Fix driver name
  soc: aspeed-lpc-ctrl: Fix whitespace
  soc: aspeed-lpc-ctrl: LPC to AHB mapping on ast2600
  soc: aspeed-lpc-ctrl: Fail probe of lpc-ctrl if reserved memory is not aligned
  soc: aspeed: lpc: Add AST2600 compatible strings
  dt-bindings: aspeed-lpc: Add AST2600 compatible strings
  ARM: dts: aspeed: Add silicon id node
  soc: aspeed: Add soc info driver
  dt-bindings: aspeed: Add silicon id node to SCU
  soc: aspeed: Improve kconfig

Link: https://lore.kernel.org/r/CACPK8Xe=9ezhyWRMqVOEQr7SU1YoYfVBGGdGzjmE4SiBr--vJQ@mail.gmail.com
Signed-off-by: Arnd Bergmann <[email protected]>
1  2 
arch/arm/boot/dts/aspeed-g5.dtsi

index a93009aa2f040acc8f9fc2e7ebefcf32566ad27d,c6862182313af98d617c2d82a09f454496d28484..5bc0de0f3365393c49991de4a6494e0c713f63da
                                        status = "disabled";
                                };
  
+                               silicon-id@7c {
+                                       compatible = "aspeed,ast2500-silicon-id", "aspeed,silicon-id";
+                                       reg = <0x7c 0x4 0x150 0x8>;
+                               };
                                pinctrl: pinctrl@80 {
                                        compatible = "aspeed,ast2500-pinctrl";
                                        reg = <0x80 0x18>, <0xa0 0x10>;
                                interrupts = <8>;
                                clocks = <&syscon ASPEED_CLK_APB>;
                                no-loopback-test;
 -                              aspeed,sirq-polarity-sense = <&syscon 0x70 25>;
                                status = "disabled";
                        };
  
This page took 0.069141 seconds and 4 git commands to generate.