Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: aspeed: Add LPC Snoop device

LPC snoop hardware on the ASPEED BMC, used for monitoring
host I/O port activity.

Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Joel Stanley <joel@jms.id.au>

+13
+7
arch/arm/boot/dts/aspeed-g4.dtsi
··· 237 237 status = "disabled"; 238 238 }; 239 239 240 + lpc_snoop: lpc-snoop@0 { 241 + compatible = "aspeed,ast2400-lpc-snoop"; 242 + reg = <0x0 0x80>; 243 + interrupts = <8>; 244 + status = "disabled"; 245 + }; 246 + 240 247 lhc: lhc@20 { 241 248 compatible = "aspeed,ast2400-lhc"; 242 249 reg = <0x20 0x24 0x48 0x8>;
+6
arch/arm/boot/dts/aspeed-g5.dtsi
··· 288 288 status = "disabled"; 289 289 }; 290 290 291 + lpc_snoop: lpc-snoop@0 { 292 + compatible = "aspeed,ast2500-lpc-snoop"; 293 + reg = <0x0 0x80>; 294 + interrupts = <8>; 295 + status = "disabled"; 296 + }; 291 297 292 298 lhc: lhc@20 { 293 299 compatible = "aspeed,ast2500-lhc";