Prev: [PATCH] Staging: rt2860: Fix coding style errors in pci_main_dev.c This is a patch to the pci_main_dev.c file that fixes all coding style error Signed-off-by: Neil Grogan <neil@grogan.ie>
Next: [PATCH]: CONFIG_BRIDGE_IGMP_SNOOPING must depend on CONFIG_INET
From: Christian Kujau on 13 Mar 2010 19:00 Hi, after upgrading from 2.6.33 to today's latest mainline (daf9fe2...), I'm getting this during bootup on a powerpc machine (Powerbook G4): [ 0.002187] ------------[ cut here ]------------ [ 0.002197] Badness at fs/proc/generic.c:316 [ 0.002207] NIP: c00e1130 LR: c00e1130 CTR: c01fb970 [ 0.002219] REGS: c044bdc0 TRAP: 0700 Not tainted (2.6.34-rc1) [ 0.002230] MSR: 00029032 <EE,ME,CE,IR,DR> CR: 22000022 XER: 20000000 [ 0.002255] TASK = c042c410[0] 'swapper' THREAD: c044a000 [ 0.002266] GPR00: c00e1130 c044be70 c042c410 00000024 000012ff ffffffff ffffffff 00000000 [ 0.002291] GPR08: ef808320 c04492d0 00000000 000012ff 42000028 00000000 00ca59bc 00ca56a8 [ 0.002315] GPR16: 00cc8420 00ca5998 00ca55b8 00ca569c 00240e18 00240e20 00ca5644 00240e24 [ 0.002340] GPR24: 00000000 0048b000 c044be98 c044bec8 c0d90a42 c0d90a42 00000006 00000000 [ 0.002376] NIP [c00e1130] __xlate_proc_name+0xd0/0xf8 [ 0.002389] LR [c00e1130] __xlate_proc_name+0xd0/0xf8 [ 0.002399] Call Trace: [ 0.002408] [c044be70] [c00e1130] __xlate_proc_name+0xd0/0xf8 (unreliable) [ 0.002426] [c044be90] [c00e16a4] __proc_create+0x60/0xf0 [ 0.002441] [c044bec0] [c00e1e0c] proc_create_data+0x54/0xc4 [ 0.002465] [c044bee0] [c00e5f8c] __proc_device_tree_add_prop+0x64/0xd4 [ 0.002486] [c044bf00] [c00e6130] proc_device_tree_add_node+0x134/0x164 [ 0.002506] [c044bf20] [c00e60b0] proc_device_tree_add_node+0xb4/0x164 [ 0.002527] [c044bf40] [c00e60b0] proc_device_tree_add_node+0xb4/0x164 [ 0.002548] [c044bf60] [c00e60b0] proc_device_tree_add_node+0xb4/0x164 [ 0.002568] [c044bf80] [c00e60b0] proc_device_tree_add_node+0xb4/0x164 [ 0.002592] [c044bfa0] [c0412c8c] proc_device_tree_init+0x4c/0x78 [ 0.002612] [c044bfb0] [c04126f4] proc_root_init+0xcc/0xf0 [ 0.002632] [c044bfc0] [c03ff798] start_kernel+0x230/0x284 [ 0.002649] [c044bff0] [00003444] 0x3444 [ 0.002662] Instruction dump: [ 0.002675] 93ba0000 38600000 93fb0000 80010024 bb410008 38210020 7c0803a6 4e800020 [ 0.002707] 3c60c03b 7f84e378 38631d54 48267a3d <0fe00000> 80010024 3860fffe bb410008 Is this something to worry about? The machine seems to run fine so far... Full dmesg and .config: http://nerdbynature.de/bits/2.6.34-rc1/xlate_proc_name/ Thanks, Christian. -- BOFH excuse #37: heavy gravity fluctuation, move computer to floor rapidly -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Alexey Dobriyan on 14 Mar 2010 03:00 On Sat, Mar 13, 2010 at 03:53:28PM -0800, Christian Kujau wrote: > after upgrading from 2.6.33 to today's latest mainline (daf9fe2...), I'm > getting this during bootup on a powerpc machine (Powerbook G4): > > [ 0.002187] ------------[ cut here ]------------ > [ 0.002197] Badness at fs/proc/generic.c:316 > device-tree: Duplicate name in /cpus/PowerPC,G4@0, renamed to "l2-cache#1" > name 'pulses/rev' Uh-oh. > Is this something to worry about? The machine seems to run fine so far... Runtime behaviour remains the same, it's just new warning message. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Christian Kujau on 14 Mar 2010 06:40 On Sun, 14 Mar 2010 at 08:55, Alexey Dobriyan wrote: > > device-tree: Duplicate name in /cpus/PowerPC,G4@0, renamed to "l2-cache#1" > > name 'pulses/rev' > > Uh-oh. Uh-oh? :-) >> Is this something to worry about? The machine seems to run fine so far... > > Runtime behaviour remains the same, it's just new warning message. So...the laptop probably won't blow up before -rc2 is out? :-) Christian. -- BOFH excuse #298: Not enough interrupts -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Alexey Dobriyan on 14 Mar 2010 07:30 On Sun, Mar 14, 2010 at 03:39:39AM -0700, Christian Kujau wrote: > On Sun, 14 Mar 2010 at 08:55, Alexey Dobriyan wrote: > > > device-tree: Duplicate name in /cpus/PowerPC,G4@0, renamed to "l2-cache#1" > > > name 'pulses/rev' > > > > Uh-oh. > > Uh-oh? :-) > > >> Is this something to worry about? The machine seems to run fine so far... > > > > Runtime behaviour remains the same, it's just new warning message. > > So...the laptop probably won't blow up before -rc2 is out? :-) Defitely not. Post "find /proc/device-tree" output. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Christian Kujau on 14 Mar 2010 07:50
On Sun, 14 Mar 2010 at 13:24, Alexey Dobriyan wrote: > Post "find /proc/device-tree" output. I did upload[0] a tarball of /proc/device-tree, please see below the "find" output. Indeed, there's a /cpus/PowerPC,G4@0/l2-cache and /cpus/PowerPC,G4@0/l2-cache#1 in the device-tree. However, from looking at the logfiles, the device-tree: Duplicate name in /cpus/PowerPC,G4@0, renamed to "l2-cache#1" message appeared since at least August 2009, when I was running a Debian 2.6.26 kernel. The "Badness" however is new. Christian. $ find /proc/device-tree/ /proc/device-tree/ /proc/device-tree/name /proc/device-tree/linux,phandle /proc/device-tree/graphic-options /proc/device-tree/AAPL,add-fcode-file /proc/device-tree/clock-frequency /proc/device-tree/#size-cells /proc/device-tree/#address-cells /proc/device-tree/system-id /proc/device-tree/device_type /proc/device-tree/copyright /proc/device-tree/display-config-info /proc/device-tree/scb# /proc/device-tree/pid# /proc/device-tree/customer-sw-config /proc/device-tree/serial-number /proc/device-tree/compatible /proc/device-tree/model /proc/device-tree/vsp(a)f9000000 /proc/device-tree/vsp(a)f9000000/name /proc/device-tree/vsp(a)f9000000/linux,phandle /proc/device-tree/vsp(a)f9000000/interrupt-parent /proc/device-tree/vsp(a)f9000000/interrupts /proc/device-tree/vsp(a)f9000000/#size-cells /proc/device-tree/vsp(a)f9000000/#address-cells /proc/device-tree/vsp(a)f9000000/ranges /proc/device-tree/vsp(a)f9000000/reg /proc/device-tree/vsp(a)f9000000/compatible /proc/device-tree/vsp(a)f9000000/model /proc/device-tree/vsp(a)f9000000/device_type /proc/device-tree/vsp(a)f9000000/veo(a)f9180000 /proc/device-tree/vsp(a)f9000000/veo(a)f9180000/name /proc/device-tree/vsp(a)f9000000/veo(a)f9180000/linux,phandle /proc/device-tree/vsp(a)f9000000/veo(a)f9180000/reg /proc/device-tree/vsp(a)f9000000/veo(a)f9180000/device_type /proc/device-tree/vsp(a)f9000000/veo(a)f9080000 /proc/device-tree/vsp(a)f9000000/veo(a)f9080000/name /proc/device-tree/vsp(a)f9000000/veo(a)f9080000/linux,phandle /proc/device-tree/vsp(a)f9000000/veo(a)f9080000/reg /proc/device-tree/vsp(a)f9000000/veo(a)f9080000/device_type /proc/device-tree/pci(a)f4000000 /proc/device-tree/pci(a)f4000000/name /proc/device-tree/pci(a)f4000000/linux,phandle /proc/device-tree/pci(a)f4000000/interrupt-map-mask /proc/device-tree/pci(a)f4000000/interrupt-map /proc/device-tree/pci(a)f4000000/interrupt-parent /proc/device-tree/pci(a)f4000000/interrupts /proc/device-tree/pci(a)f4000000/bus-range /proc/device-tree/pci(a)f4000000/ranges /proc/device-tree/pci(a)f4000000/write-combining /proc/device-tree/pci(a)f4000000/built-in-names /proc/device-tree/pci(a)f4000000/clock-frequency /proc/device-tree/pci(a)f4000000/#interrupt-cells /proc/device-tree/pci(a)f4000000/#size-cells /proc/device-tree/pci(a)f4000000/#address-cells /proc/device-tree/pci(a)f4000000/reg /proc/device-tree/pci(a)f4000000/compatible /proc/device-tree/pci(a)f4000000/model /proc/device-tree/pci(a)f4000000/device_type /proc/device-tree/pci(a)f4000000/ethernet@f /proc/device-tree/pci(a)f4000000/ethernet@f/name /proc/device-tree/pci(a)f4000000/ethernet@f/linux,phandle /proc/device-tree/pci(a)f4000000/ethernet@f/assigned-addresses /proc/device-tree/pci(a)f4000000/ethernet@f/local-mac-address /proc/device-tree/pci(a)f4000000/ethernet@f/stats /proc/device-tree/pci(a)f4000000/ethernet@f/reg /proc/device-tree/pci(a)f4000000/ethernet@f/cache-line-size /proc/device-tree/pci(a)f4000000/ethernet@f/max-frame-size /proc/device-tree/pci(a)f4000000/ethernet@f/address-bits /proc/device-tree/pci(a)f4000000/ethernet@f/built-in /proc/device-tree/pci(a)f4000000/ethernet@f/compatible /proc/device-tree/pci(a)f4000000/ethernet@f/category /proc/device-tree/pci(a)f4000000/ethernet@f/removable /proc/device-tree/pci(a)f4000000/ethernet@f/network-type /proc/device-tree/pci(a)f4000000/ethernet@f/device_type /proc/device-tree/pci(a)f4000000/ethernet@f/fast-back-to-back /proc/device-tree/pci(a)f4000000/ethernet@f/devsel-speed /proc/device-tree/pci(a)f4000000/ethernet@f/max-latency /proc/device-tree/pci(a)f4000000/ethernet@f/min-grant /proc/device-tree/pci(a)f4000000/ethernet@f/interrupts /proc/device-tree/pci(a)f4000000/ethernet@f/class-code /proc/device-tree/pci(a)f4000000/ethernet@f/revision-id /proc/device-tree/pci(a)f4000000/ethernet@f/device-id /proc/device-tree/pci(a)f4000000/ethernet@f/vendor-id /proc/device-tree/pci(a)f4000000/ethernet@f/ethernet-phy /proc/device-tree/pci(a)f4000000/ethernet@f/ethernet-phy/name /proc/device-tree/pci(a)f4000000/ethernet@f/ethernet-phy/linux,phandle /proc/device-tree/pci(a)f4000000/ethernet@f/ethernet-phy/gpio-parent /proc/device-tree/pci(a)f4000000/ethernet@f/ethernet-phy/gpio-value /proc/device-tree/pci(a)f4000000/ethernet@f/ethernet-phy/gpio-mask /proc/device-tree/pci(a)f4000000/ethernet@f/ethernet-phy/gpio-reg /proc/device-tree/pci(a)f4000000/ethernet@f/ethernet-phy/interrupt-parent /proc/device-tree/pci(a)f4000000/ethernet@f/ethernet-phy/interrupts /proc/device-tree/pci(a)f4000000/ethernet@f/ethernet-phy/compatible /proc/device-tree/pci(a)f4000000/ethernet@f/ethernet-phy/phy-id /proc/device-tree/pci(a)f4000000/ethernet@f/ethernet-phy/device_type /proc/device-tree/pci(a)f4000000/firewire@e /proc/device-tree/pci(a)f4000000/firewire@e/name /proc/device-tree/pci(a)f4000000/firewire@e/linux,phandle /proc/device-tree/pci(a)f4000000/firewire@e/firewire-pci-clock /proc/device-tree/pci(a)f4000000/firewire@e/platform-fw-linkon-disable /proc/device-tree/pci(a)f4000000/firewire@e/platform-fw-linkon-enable /proc/device-tree/pci(a)f4000000/firewire@e/platform-phy-pd /proc/device-tree/pci(a)f4000000/firewire@e/assigned-addresses /proc/device-tree/pci(a)f4000000/firewire@e/local-guid /proc/device-tree/pci(a)f4000000/firewire@e/#size-cells /proc/device-tree/pci(a)f4000000/firewire@e/#address-cells /proc/device-tree/pci(a)f4000000/firewire@e/compatible /proc/device-tree/pci(a)f4000000/firewire@e/reg /proc/device-tree/pci(a)f4000000/firewire@e/device_type /proc/device-tree/pci(a)f4000000/firewire@e/fast-back-to-back /proc/device-tree/pci(a)f4000000/firewire@e/devsel-speed /proc/device-tree/pci(a)f4000000/firewire@e/subsystem-id /proc/device-tree/pci(a)f4000000/firewire@e/subsystem-vendor-id /proc/device-tree/pci(a)f4000000/firewire@e/max-latency /proc/device-tree/pci(a)f4000000/firewire@e/min-grant /proc/device-tree/pci(a)f4000000/firewire@e/interrupts /proc/device-tree/pci(a)f4000000/firewire@e/class-code /proc/device-tree/pci(a)f4000000/firewire@e/revision-id /proc/device-tree/pci(a)f4000000/firewire@e/device-id /proc/device-tree/pci(a)f4000000/firewire@e/vendor-id /proc/device-tree/pci(a)f4000000/ata-6@d /proc/device-tree/pci(a)f4000000/ata-6@d/name /proc/device-tree/pci(a)f4000000/ata-6@d/linux,phandle /proc/device-tree/pci(a)f4000000/ata-6@d/assigned-addresses /proc/device-tree/pci(a)f4000000/ata-6@d/reg /proc/device-tree/pci(a)f4000000/ata-6@d/compatible /proc/device-tree/pci(a)f4000000/ata-6@d/AAPL,requested-priorities /proc/device-tree/pci(a)f4000000/ata-6@d/interrupts /proc/device-tree/pci(a)f4000000/ata-6@d/lba-48 /proc/device-tree/pci(a)f4000000/ata-6@d/AAPL,pio-timing /proc/device-tree/pci(a)f4000000/ata-6@d/#size-cells /proc/device-tree/pci(a)f4000000/ata-6@d/#address-cells /proc/device-tree/pci(a)f4000000/ata-6@d/cable-type /proc/device-tree/pci(a)f4000000/ata-6@d/AAPL,bus-id /proc/device-tree/pci(a)f4000000/ata-6@d/AAPL,connector /proc/device-tree/pci(a)f4000000/ata-6@d/device_type /proc/device-tree/pci(a)f4000000/ata-6@d/model /proc/device-tree/pci(a)f4000000/ata-6@d/devsel-speed /proc/device-tree/pci(a)f4000000/ata-6@d/max-latency /proc/device-tree/pci(a)f4000000/ata-6@d/min-grant /proc/device-tree/pci(a)f4000000/ata-6@d/class-code /proc/device-tree/pci(a)f4000000/ata-6@d/revision-id /proc/device-tree/pci(a)f4000000/ata-6@d/device-id /proc/device-tree/pci(a)f4000000/ata-6@d/vendor-id /proc/device-tree/pci(a)f4000000/ata-6@d/disk /proc/device-tree/pci(a)f4000000/ata-6@d/disk/name /proc/device-tree/pci(a)f4000000/ata-6@d/disk/linux,phandle /proc/device-tree/pci(a)f4000000/ata-6@d/disk/category /proc/device-tree/pci(a)f4000000/ata-6@d/disk/device_type /proc/device-tree/pci(a)f2000000 /proc/device-tree/pci(a)f2000000/name /proc/device-tree/pci(a)f2000000/linux,phandle /proc/device-tree/pci(a)f2000000/interrupt-map-mask /proc/device-tree/pci(a)f2000000/interrupt-map /proc/device-tree/pci(a)f2000000/interrupt-parent /proc/device-tree/pci(a)f2000000/interrupts /proc/device-tree/pci(a)f2000000/bus-range /proc/device-tree/pci(a)f2000000/ranges /proc/device-tree/pci(a)f2000000/write-combining /proc/device-tree/pci(a)f2000000/slot-names /proc/device-tree/pci(a)f2000000/built-in-names /proc/device-tree/pci(a)f2000000/clock-frequency /proc/device-tree/pci(a)f2000000/#interrupt-cells /proc/device-tree/pci(a)f2000000/#size-cells /proc/device-tree/pci(a)f2000000/#address-cells /proc/device-tree/pci(a)f2000000/reg /proc/device-tree/pci(a)f2000000/compatible /proc/device-tree/pci(a)f2000000/model /proc/device-tree/pci(a)f2000000/device_type /proc/device-tree/pci(a)f2000000/usb(a)1b,2 /proc/device-tree/pci(a)f2000000/usb(a)1b,2/name /proc/device-tree/pci(a)f2000000/usb(a)1b,2/linux,phandle /proc/device-tree/pci(a)f2000000/usb(a)1b,2/device_type /proc/device-tree/pci(a)f2000000/usb(a)1b,2/sleep-power-state /proc/device-tree/pci(a)f2000000/usb(a)1b,2/assigned-addresses /proc/device-tree/pci(a)f2000000/usb(a)1b,2/reg /proc/device-tree/pci(a)f2000000/usb(a)1b,2/compatible /proc/device-tree/pci(a)f2000000/usb(a)1b,2/devsel-speed /proc/device-tree/pci(a)f2000000/usb(a)1b,2/subsystem-id /proc/device-tree/pci(a)f2000000/usb(a)1b,2/subsystem-vendor-id /proc/device-tree/pci(a)f2000000/usb(a)1b,2/max-latency /proc/device-tree/pci(a)f2000000/usb(a)1b,2/min-grant /proc/device-tree/pci(a)f2000000/usb(a)1b,2/interrupts /proc/device-tree/pci(a)f2000000/usb(a)1b,2/class-code /proc/device-tree/pci(a)f2000000/usb(a)1b,2/revision-id /proc/device-tree/pci(a)f2000000/usb(a)1b,2/device-id /proc/device-tree/pci(a)f2000000/usb(a)1b,2/vendor-id /proc/device-tree/pci(a)f2000000/usb(a)1b,1 /proc/device-tree/pci(a)f2000000/usb(a)1b,1/name /proc/device-tree/pci(a)f2000000/usb(a)1b,1/linux,phandle /proc/device-tree/pci(a)f2000000/usb(a)1b,1/sleep-power-state /proc/device-tree/pci(a)f2000000/usb(a)1b,1/assigned-addresses /proc/device-tree/pci(a)f2000000/usb(a)1b,1/compatible /proc/device-tree/pci(a)f2000000/usb(a)1b,1/#size-cells /proc/device-tree/pci(a)f2000000/usb(a)1b,1/#address-cells /proc/device-tree/pci(a)f2000000/usb(a)1b,1/reg /proc/device-tree/pci(a)f2000000/usb(a)1b,1/built-in /proc/device-tree/pci(a)f2000000/usb(a)1b,1/device_type /proc/device-tree/pci(a)f2000000/usb(a)1b,1/devsel-speed /proc/device-tree/pci(a)f2000000/usb(a)1b,1/subsystem-id /proc/device-tree/pci(a)f2000000/usb(a)1b,1/subsystem-vendor-id /proc/device-tree/pci(a)f2000000/usb(a)1b,1/max-latency /proc/device-tree/pci(a)f2000000/usb(a)1b,1/min-grant /proc/device-tree/pci(a)f2000000/usb(a)1b,1/interrupts /proc/device-tree/pci(a)f2000000/usb(a)1b,1/class-code /proc/device-tree/pci(a)f2000000/usb(a)1b,1/revision-id /proc/device-tree/pci(a)f2000000/usb(a)1b,1/device-id /proc/device-tree/pci(a)f2000000/usb(a)1b,1/vendor-id /proc/device-tree/pci(a)f2000000/usb(a)1b /proc/device-tree/pci(a)f2000000/usb(a)1b/name /proc/device-tree/pci(a)f2000000/usb(a)1b/linux,phandle /proc/device-tree/pci(a)f2000000/usb(a)1b/sleep-power-state /proc/device-tree/pci(a)f2000000/usb(a)1b/assigned-addresses /proc/device-tree/pci(a)f2000000/usb(a)1b/compatible /proc/device-tree/pci(a)f2000000/usb(a)1b/#size-cells /proc/device-tree/pci(a)f2000000/usb(a)1b/#address-cells /proc/device-tree/pci(a)f2000000/usb(a)1b/reg /proc/device-tree/pci(a)f2000000/usb(a)1b/built-in /proc/device-tree/pci(a)f2000000/usb(a)1b/device_type /proc/device-tree/pci(a)f2000000/usb(a)1b/devsel-speed /proc/device-tree/pci(a)f2000000/usb(a)1b/subsystem-id /proc/device-tree/pci(a)f2000000/usb(a)1b/subsystem-vendor-id /proc/device-tree/pci(a)f2000000/usb(a)1b/max-latency /proc/device-tree/pci(a)f2000000/usb(a)1b/min-grant /proc/device-tree/pci(a)f2000000/usb(a)1b/interrupts /proc/device-tree/pci(a)f2000000/usb(a)1b/class-code /proc/device-tree/pci(a)f2000000/usb(a)1b/revision-id /proc/device-tree/pci(a)f2000000/usb(a)1b/device-id /proc/device-tree/pci(a)f2000000/usb(a)1b/vendor-id /proc/device-tree/pci(a)f2000000/usb(a)1b/disk@1 /proc/device-tree/pci(a)f2000000/usb(a)1b/disk@1/name /proc/device-tree/pci(a)f2000000/usb(a)1b/disk@1/linux,phandle /proc/device-tree/pci(a)f2000000/usb(a)1b/disk@1/endpoints /proc/device-tree/pci(a)f2000000/usb(a)1b/disk@1/device_type /proc/device-tree/pci(a)f2000000/usb(a)1b/disk@1/assigned-address /proc/device-tree/pci(a)f2000000/usb(a)1b/disk@1/reg /proc/device-tree/pci(a)f2000000/usb(a)1b/disk@1/product-id /proc/device-tree/pci(a)f2000000/usb(a)1b/disk@1/vendor-id /proc/device-tree/pci(a)f2000000/usb(a)1a /proc/device-tree/pci(a)f2000000/usb(a)1a/name /proc/device-tree/pci(a)f2000000/usb(a)1a/linux,phandle /proc/device-tree/pci(a)f2000000/usb(a)1a/AAPL,bus-id /proc/device-tree/pci(a)f2000000/usb(a)1a/AAPL,clock-aux-data /proc/device-tree/pci(a)f2000000/usb(a)1a/AAPL,clock-data /proc/device-tree/pci(a)f2000000/usb(a)1a/AAPL,clock-id /proc/device-tree/pci(a)f2000000/usb(a)1a/assigned-addresses /proc/device-tree/pci(a)f2000000/usb(a)1a/compatible /proc/device-tree/pci(a)f2000000/usb(a)1a/#size-cells /proc/device-tree/pci(a)f2000000/usb(a)1a/#address-cells /proc/device-tree/pci(a)f2000000/usb(a)1a/reg /proc/device-tree/pci(a)f2000000/usb(a)1a/built-in /proc/device-tree/pci(a)f2000000/usb(a)1a/device_type /proc/device-tree/pci(a)f2000000/usb(a)1a/devsel-speed /proc/device-tree/pci(a)f2000000/usb(a)1a/max-latency /proc/device-tree/pci(a)f2000000/usb(a)1a/min-grant /proc/device-tree/pci(a)f2000000/usb(a)1a/interrupts /proc/device-tree/pci(a)f2000000/usb(a)1a/class-code /proc/device-tree/pci(a)f2000000/usb(a)1a/revision-id /proc/device-tree/pci(a)f2000000/usb(a)1a/device-id /proc/device-tree/pci(a)f2000000/usb(a)1a/vendor-id /proc/device-tree/pci(a)f2000000/usb(a)1a/mouse@2 /proc/device-tree/pci(a)f2000000/usb(a)1a/mouse@2/name /proc/device-tree/pci(a)f2000000/usb(a)1a/mouse@2/linux,phandle /proc/device-tree/pci(a)f2000000/usb(a)1a/mouse@2/endpoints /proc/device-tree/pci(a)f2000000/usb(a)1a/mouse@2/#buttons /proc/device-tree/pci(a)f2000000/usb(a)1a/mouse@2/device_type /proc/device-tree/pci(a)f2000000/usb(a)1a/mouse@2/assigned-address /proc/device-tree/pci(a)f2000000/usb(a)1a/mouse@2/reg /proc/device-tree/pci(a)f2000000/usb(a)1a/mouse@2/product-id /proc/device-tree/pci(a)f2000000/usb(a)1a/mouse@2/vendor-id /proc/device-tree/pci(a)f2000000/usb(a)1a/device@1 /proc/device-tree/pci(a)f2000000/usb(a)1a/device@1/name /proc/device-tree/pci(a)f2000000/usb(a)1a/device@1/linux,phandle /proc/device-tree/pci(a)f2000000/usb(a)1a/device@1/#size-cells /proc/device-tree/pci(a)f2000000/usb(a)1a/device@1/#address-cells /proc/device-tree/pci(a)f2000000/usb(a)1a/device@1/device_type /proc/device-tree/pci(a)f2000000/usb(a)1a/device@1/assigned-address /proc/device-tree/pci(a)f2000000/usb(a)1a/device@1/reg /proc/device-tree/pci(a)f2000000/usb(a)1a/device@1/product-id /proc/device-tree/pci(a)f2000000/usb(a)1a/device@1/vendor-id /proc/device-tree/pci(a)f2000000/usb(a)1a/device@1/mouse@1 /proc/device-tree/pci(a)f2000000/usb(a)1a/device@1/mouse@1/name /proc/device-tree/pci(a)f2000000/usb(a)1a/device@1/mouse@1/linux,phandle /proc/device-tree/pci(a)f2000000/usb(a)1a/device@1/mouse@1/endpoints /proc/device-tree/pci(a)f2000000/usb(a)1a/device@1/mouse@1/#buttons /proc/device-tree/pci(a)f2000000/usb(a)1a/device@1/mouse@1/device_type /proc/device-tree/pci(a)f2000000/usb(a)1a/device@1/mouse@1/reg /proc/device-tree/pci(a)f2000000/usb(a)1a/device@1/keyboard@0 /proc/device-tree/pci(a)f2000000/usb(a)1a/device@1/keyboard@0/name /proc/device-tree/pci(a)f2000000/usb(a)1a/device@1/keyboard@0/linux,phandle /proc/device-tree/pci(a)f2000000/usb(a)1a/device@1/keyboard@0/endpoints /proc/device-tree/pci(a)f2000000/usb(a)1a/device@1/keyboard@0/device_type /proc/device-tree/pci(a)f2000000/usb(a)1a/device@1/keyboard@0/reg /proc/device-tree/pci(a)f2000000/pci80211(a)12 /proc/device-tree/pci(a)f2000000/pci80211(a)12/name /proc/device-tree/pci(a)f2000000/pci80211(a)12/linux,phandle /proc/device-tree/pci(a)f2000000/pci80211(a)12/assigned-addresses /proc/device-tree/pci(a)f2000000/pci80211(a)12/local-mac-address /proc/device-tree/pci(a)f2000000/pci80211(a)12/antenna-tx /proc/device-tree/pci(a)f2000000/pci80211(a)12/antenna-rx-diversity /proc/device-tree/pci(a)f2000000/pci80211(a)12/reg /proc/device-tree/pci(a)f2000000/pci80211(a)12/category /proc/device-tree/pci(a)f2000000/pci80211(a)12/removable /proc/device-tree/pci(a)f2000000/pci80211(a)12/network-type /proc/device-tree/pci(a)f2000000/pci80211(a)12/compatible /proc/device-tree/pci(a)f2000000/pci80211(a)12/devsel-speed /proc/device-tree/pci(a)f2000000/pci80211(a)12/subsystem-id /proc/device-tree/pci(a)f2000000/pci80211(a)12/subsystem-vendor-id /proc/device-tree/pci(a)f2000000/pci80211(a)12/max-latency /proc/device-tree/pci(a)f2000000/pci80211(a)12/min-grant /proc/device-tree/pci(a)f2000000/pci80211(a)12/interrupts /proc/device-tree/pci(a)f2000000/pci80211(a)12/class-code /proc/device-tree/pci(a)f2000000/pci80211(a)12/revision-id /proc/device-tree/pci(a)f2000000/pci80211(a)12/device-id /proc/device-tree/pci(a)f2000000/pci80211(a)12/vendor-id /proc/device-tree/pci(a)f2000000/mac-io(a)17 /proc/device-tree/pci(a)f2000000/mac-io(a)17/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/include-k2-support /proc/device-tree/pci(a)f2000000/mac-io(a)17/platform-do-cell-disable /proc/device-tree/pci(a)f2000000/mac-io(a)17/platform-do-cell-enable /proc/device-tree/pci(a)f2000000/mac-io(a)17/platform-do-get-cell-enable /proc/device-tree/pci(a)f2000000/mac-io(a)17/platform-do-sw-reset /proc/device-tree/pci(a)f2000000/mac-io(a)17/platform-do-clear-sw-reset /proc/device-tree/pci(a)f2000000/mac-io(a)17/platform-do-get-sw-reset /proc/device-tree/pci(a)f2000000/mac-io(a)17/platform-do-clock-disable /proc/device-tree/pci(a)f2000000/mac-io(a)17/platform-do-clock-enable /proc/device-tree/pci(a)f2000000/mac-io(a)17/platform-do-get-clock-enable /proc/device-tree/pci(a)f2000000/mac-io(a)17/platform-do-disable /proc/device-tree/pci(a)f2000000/mac-io(a)17/platform-do-enable /proc/device-tree/pci(a)f2000000/mac-io(a)17/platform-do-get-enable /proc/device-tree/pci(a)f2000000/mac-io(a)17/platform-modem-power /proc/device-tree/pci(a)f2000000/mac-io(a)17/platform-modem-reset /proc/device-tree/pci(a)f2000000/mac-io(a)17/ranges /proc/device-tree/pci(a)f2000000/mac-io(a)17/#interrupt-cells /proc/device-tree/pci(a)f2000000/mac-io(a)17/#size-cells /proc/device-tree/pci(a)f2000000/mac-io(a)17/#address-cells /proc/device-tree/pci(a)f2000000/mac-io(a)17/assigned-addresses /proc/device-tree/pci(a)f2000000/mac-io(a)17/devsel-speed /proc/device-tree/pci(a)f2000000/mac-io(a)17/max-latency /proc/device-tree/pci(a)f2000000/mac-io(a)17/min-grant /proc/device-tree/pci(a)f2000000/mac-io(a)17/class-code /proc/device-tree/pci(a)f2000000/mac-io(a)17/revision-id /proc/device-tree/pci(a)f2000000/mac-io(a)17/device-id /proc/device-tree/pci(a)f2000000/mac-io(a)17/vendor-id /proc/device-tree/pci(a)f2000000/mac-io(a)17/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/model /proc/device-tree/pci(a)f2000000/mac-io(a)17/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/ata-3(a)20000 /proc/device-tree/pci(a)f2000000/mac-io(a)17/ata-3(a)20000/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/ata-3(a)20000/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/ata-3(a)20000/AAPL,clock-aux-data /proc/device-tree/pci(a)f2000000/mac-io(a)17/ata-3(a)20000/AAPL,clock-data /proc/device-tree/pci(a)f2000000/mac-io(a)17/ata-3(a)20000/AAPL,clock-id /proc/device-tree/pci(a)f2000000/mac-io(a)17/ata-3(a)20000/interrupt-parent /proc/device-tree/pci(a)f2000000/mac-io(a)17/ata-3(a)20000/interrupts /proc/device-tree/pci(a)f2000000/mac-io(a)17/ata-3(a)20000/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/ata-3(a)20000/model /proc/device-tree/pci(a)f2000000/mac-io(a)17/ata-3(a)20000/lba-48 /proc/device-tree/pci(a)f2000000/mac-io(a)17/ata-3(a)20000/AAPL,pio-timing /proc/device-tree/pci(a)f2000000/mac-io(a)17/ata-3(a)20000/#size-cells /proc/device-tree/pci(a)f2000000/mac-io(a)17/ata-3(a)20000/#address-cells /proc/device-tree/pci(a)f2000000/mac-io(a)17/ata-3(a)20000/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/ata-3(a)20000/AAPL,bus-id /proc/device-tree/pci(a)f2000000/mac-io(a)17/ata-3(a)20000/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/ata-3(a)20000/AAPL,connector /proc/device-tree/pci(a)f2000000/mac-io(a)17/ata-3(a)20000/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/ata-3(a)20000/disk /proc/device-tree/pci(a)f2000000/mac-io(a)17/ata-3(a)20000/disk/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/ata-3(a)20000/disk/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/ata-3(a)20000/disk/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000 /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/AAPL,driver-name /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/AAPL,i2c-rate /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/AAPL,address-step /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/AAPL,address /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/interrupt-parent /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/interrupts /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/#address-cells /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/#size-cells /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/i2c-bus@0 /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/i2c-bus@0/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/i2c-bus@0/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/i2c-bus@0/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/i2c-bus@0/#address-cells /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/i2c-bus@0/#size-cells /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/i2c-bus@0/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/i2c-bus@0/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/i2c-bus@0/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/i2c-bus@0/codec(a)6a /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/i2c-bus@0/codec(a)6a/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/i2c-bus@0/codec(a)6a/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/i2c-bus@0/codec(a)6a/platform-do-tas-codec-ref /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/i2c-bus@0/codec(a)6a/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/i2c-bus@0/codec(a)6a/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/i2c-bus@0/codec(a)6a/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2c(a)18000/i2c-bus@0/codec(a)6a/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/backlight(a)f300 /proc/device-tree/pci(a)f2000000/mac-io(a)17/backlight(a)f300/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/backlight(a)f300/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/backlight(a)f300/panel-family /proc/device-tree/pci(a)f2000000/mac-io(a)17/backlight(a)f300/backlight-control /proc/device-tree/pci(a)f2000000/mac-io(a)17/backlight(a)f300/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/backlight(a)f300/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/battery@0 /proc/device-tree/pci(a)f2000000/mac-io(a)17/battery@0/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/battery@0/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/battery@0/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/battery@0/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000 /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/hwsensor-polling-period /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/hwsensor-location /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/hwsensor-type /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/hwsensor-zone /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/hwsensor-id /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/hwsensor-params-version /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/pmu-version /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/#size-cells /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/#address-cells /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/pmu-info /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/AAPL,clock-data /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/AAPL,clock-id /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/interrupt-parent /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/interrupts /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/power-mgt /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/power-mgt/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/power-mgt/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/power-mgt/thermal-info /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/power-mgt/prim-info /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/power-mgt/registry-name /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/power-mgt/max-aux-power /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/power-mgt/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/power-mgt/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/power-mgt/usb-power-mgt /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/power-mgt/usb-power-mgt/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/power-mgt/usb-power-mgt/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/power-mgt/usb-power-mgt/interrupt-parent /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/power-mgt/usb-power-mgt/interrupts /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/power-mgt/usb-power-mgt/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/power-mgt/usb-power-mgt/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/#size-cells /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/#address-cells /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/eject-key /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/eject-key/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/eject-key/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/eject-key/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/mouse@3 /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/mouse@3/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/mouse@3/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/mouse@3/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/mouse@3/#buttons /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/mouse@3/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/mouse@3/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/keyboard@2 /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/keyboard@2/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/keyboard@2/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/keyboard@2/keyboard-id-extension /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/keyboard@2/keyboard-id /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/keyboard@2/F7 /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/keyboard@2/F6 /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/keyboard@2/F5 /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/keyboard@2/F4 /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/keyboard@2/F3 /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/keyboard@2/F2 /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/keyboard@2/F1 /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/keyboard@2/AAPL,has-embedded-fn-keys /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/keyboard@2/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/adb/keyboard@2/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/rtc /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/rtc/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/rtc/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/rtc/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/rtc/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/pmu-i2c /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/pmu-i2c/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/pmu-i2c/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/pmu-i2c/#size-cells /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/pmu-i2c/#address-cells /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/pmu-i2c/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/pmu-i2c/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/battery@0,0 /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/battery@0,0/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/battery@0,0/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/battery@0,0/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/battery@0,0/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/battery@0,0/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/battery@0,0/location /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/battery@0,0/zone /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/battery@0,0/polling-period /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/battery@0,0/version /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/battery@0,0/sensor-id /proc/device-tree/pci(a)f2000000/mac-io(a)17/via-pmu(a)16000/battery@0,0/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/timer(a)15000 /proc/device-tree/pci(a)f2000000/mac-io(a)17/timer(a)15000/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/timer(a)15000/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/timer(a)15000/clock-frequency /proc/device-tree/pci(a)f2000000/mac-io(a)17/timer(a)15000/interrupt-parent /proc/device-tree/pci(a)f2000000/mac-io(a)17/timer(a)15000/interrupts /proc/device-tree/pci(a)f2000000/mac-io(a)17/timer(a)15000/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/timer(a)15000/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/timer(a)15000/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/timer(a)15000/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0 /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/AAPL,address /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/#address-cells /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/ranges /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-b(a)11000 /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-b(a)11000/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-b(a)11000/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-b(a)11000/sw-reset-enable /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-b(a)11000/interrupt-parent /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-b(a)11000/interrupts /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-b(a)11000/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-b(a)11000/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-b(a)11000/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-b(a)11000/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000 /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/platform-cell-disable /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/platform-cell-enable /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/platform-get-cell-enable /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/platform-sw-reset /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/platform-clear-sw-reset /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/platform-get-sw-reset /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/platform-clock-disable /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/platform-clock-enable /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/platform-get-clock-enable /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/platform-disable /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/platform-enable /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/platform-get-enable /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/platform-headphone-detect /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/platform-linein-detect /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/platform-hw-reset /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/platform-amp-mute /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/platform-headphone-mute /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/interrupt-parent /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/interrupts /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/sound /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/sound/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/sound/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/sound/platform-tas-codec-ref /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/sound/vendor-id /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/sound/object-model-version /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/sound/layout-id /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/sound/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/sound/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/i2s@0/i2s-a(a)10000/sound/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000 /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/ranges /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/#address-cells /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/ch-b(a)13000 /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/ch-b(a)13000/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/ch-b(a)13000/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/ch-b(a)13000/slot-names /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/ch-b(a)13000/interrupt-parent /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/ch-b(a)13000/interrupts /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/ch-b(a)13000/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/ch-b(a)13000/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/ch-b(a)13000/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/ch-b(a)13000/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/ch-a(a)13020 /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/ch-a(a)13020/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/ch-a(a)13020/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/ch-a(a)13020/AAPL,clock-data /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/ch-a(a)13020/AAPL,clock-id /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/ch-a(a)13020/interrupt-parent /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/ch-a(a)13020/interrupts /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/ch-a(a)13020/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/ch-a(a)13020/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/ch-a(a)13020/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc(a)13000/ch-a(a)13020/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000 /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/ranges /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/#address-cells /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/ch-b(a)12000 /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/ch-b(a)12000/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/ch-b(a)12000/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/ch-b(a)12000/interrupt-parent /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/ch-b(a)12000/interrupts /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/ch-b(a)12000/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/ch-b(a)12000/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/ch-b(a)12000/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/ch-b(a)12000/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/ch-a(a)12004 /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/ch-a(a)12004/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/ch-a(a)12004/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/ch-a(a)12004/interrupt-parent /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/ch-a(a)12004/interrupts /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/ch-a(a)12004/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/ch-a(a)12004/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/ch-a(a)12004/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/escc-legacy(a)12000/ch-a(a)12004/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50 /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/#address-cells /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/#size-cells /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/gpio4(a)1e /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/gpio4(a)1e/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/gpio4(a)1e/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/gpio4(a)1e/platform-do-phy-pd /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/gpio4(a)1e/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/gpio4(a)1e/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/gpio4(a)1e/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/gpio4(a)1e/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/cpu-vcore-select(a)6b /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/cpu-vcore-select(a)6b/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/cpu-vcore-select(a)6b/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/cpu-vcore-select(a)6b/active-state /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/cpu-vcore-select(a)6b/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/cpu-vcore-select(a)6b/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/cpu-vcore-select(a)6b/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/programmer-switch(a)11 /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/programmer-switch(a)11/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/programmer-switch(a)11/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/programmer-switch(a)11/interrupt-parent /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/programmer-switch(a)11/interrupts /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/programmer-switch(a)11/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/programmer-switch(a)11/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/programmer-switch(a)11/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/programmer-switch(a)11/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/extint-gpio1@9 /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/extint-gpio1@9/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/extint-gpio1@9/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/extint-gpio1@9/AAPL,interrupt-priorities /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/extint-gpio1@9/interrupt-parent /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/extint-gpio1@9/interrupts /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/extint-gpio1@9/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/extint-gpio1@9/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/extint-gpio1@9/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/extint-gpio1@9/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/headphone-detect(a)17 /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/headphone-detect(a)17/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/headphone-detect(a)17/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/headphone-detect(a)17/platform-do-headphone-detect /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/headphone-detect(a)17/interrupt-parent /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/headphone-detect(a)17/interrupts /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/headphone-detect(a)17/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/headphone-detect(a)17/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/headphone-detect(a)17/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/headphone-detect(a)17/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/linein-detect@c /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/linein-detect@c/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/linein-detect@c/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/linein-detect@c/platform-do-linein-detect /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/linein-detect@c/interrupt-parent /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/linein-detect@c/interrupts /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/linein-detect@c/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/linein-detect@c/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/linein-detect@c/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/linein-detect@c/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/hw-reset(a)25 /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/hw-reset(a)25/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/hw-reset(a)25/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/hw-reset(a)25/platform-do-hw-reset /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/hw-reset(a)25/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/hw-reset(a)25/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/hw-reset(a)25/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/hw-reset(a)25/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/amp-mute(a)20 /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/amp-mute(a)20/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/amp-mute(a)20/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/amp-mute(a)20/platform-do-amp-mute /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/amp-mute(a)20/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/amp-mute(a)20/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/amp-mute(a)20/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/amp-mute(a)20/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/headphone-mute(a)1f /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/headphone-mute(a)1f/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/headphone-mute(a)1f/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/headphone-mute(a)1f/platform-do-headphone-mute /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/headphone-mute(a)1f/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/headphone-mute(a)1f/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/headphone-mute(a)1f/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/headphone-mute(a)1f/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/accelerometer-2(a)14 /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/accelerometer-2(a)14/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/accelerometer-2(a)14/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/accelerometer-2(a)14/platform-do-accel-int-2 /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/accelerometer-2(a)14/interrupt-parent /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/accelerometer-2(a)14/interrupts /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/accelerometer-2(a)14/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/accelerometer-2(a)14/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/accelerometer-2(a)14/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/accelerometer-2(a)14/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/accelerometer-1(a)13 /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/accelerometer-1(a)13/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/accelerometer-1(a)13/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/accelerometer-1(a)13/platform-do-accel-int-1 /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/accelerometer-1(a)13/interrupt-parent /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/accelerometer-1(a)13/interrupts /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/accelerometer-1(a)13/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/accelerometer-1(a)13/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/accelerometer-1(a)13/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/accelerometer-1(a)13/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/modem-power(a)1c /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/modem-power(a)1c/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/modem-power(a)1c/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/modem-power(a)1c/platform-do-modem-power /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/modem-power(a)1c/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/modem-power(a)1c/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/modem-power(a)1c/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/modem-power(a)1c/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/modem-reset(a)1d /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/modem-reset(a)1d/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/modem-reset(a)1d/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/modem-reset(a)1d/platform-do-modem-reset /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/modem-reset(a)1d/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/modem-reset(a)1d/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/modem-reset(a)1d/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/gpio(a)50/modem-reset(a)1d/device_type /proc/device-tree/pci(a)f2000000/mac-io(a)17/interrupt-controller(a)40000 /proc/device-tree/pci(a)f2000000/mac-io(a)17/interrupt-controller(a)40000/name /proc/device-tree/pci(a)f2000000/mac-io(a)17/interrupt-controller(a)40000/linux,phandle /proc/device-tree/pci(a)f2000000/mac-io(a)17/interrupt-controller(a)40000/clock-frequency /proc/device-tree/pci(a)f2000000/mac-io(a)17/interrupt-controller(a)40000/interrupt-controller /proc/device-tree/pci(a)f2000000/mac-io(a)17/interrupt-controller(a)40000/#address-cells /proc/device-tree/pci(a)f2000000/mac-io(a)17/interrupt-controller(a)40000/#interrupt-cells /proc/device-tree/pci(a)f2000000/mac-io(a)17/interrupt-controller(a)40000/reg /proc/device-tree/pci(a)f2000000/mac-io(a)17/interrupt-controller(a)40000/built-in /proc/device-tree/pci(a)f2000000/mac-io(a)17/interrupt-controller(a)40000/compatible /proc/device-tree/pci(a)f2000000/mac-io(a)17/interrupt-controller(a)40000/device_type /proc/device-tree/pci(a)f0000000 /proc/device-tree/pci(a)f0000000/name /proc/device-tree/pci(a)f0000000/linux,phandle /proc/device-tree/pci(a)f0000000/interrupt-map-mask /proc/device-tree/pci(a)f0000000/interrupt-map /proc/device-tree/pci(a)f0000000/interrupt-parent /proc/device-tree/pci(a)f0000000/interrupts /proc/device-tree/pci(a)f0000000/bus-range /proc/device-tree/pci(a)f0000000/ranges /proc/device-tree/pci(a)f0000000/write-combining /proc/device-tree/pci(a)f0000000/built-in-names /proc/device-tree/pci(a)f0000000/clock-frequency /proc/device-tree/pci(a)f0000000/#interrupt-cells /proc/device-tree/pci(a)f0000000/#size-cells /proc/device-tree/pci(a)f0000000/#address-cells /proc/device-tree/pci(a)f0000000/reg /proc/device-tree/pci(a)f0000000/compatible /proc/device-tree/pci(a)f0000000/model /proc/device-tree/pci(a)f0000000/device_type /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10 /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/name /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/linux,phandle /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/AGP_AllowOverlap /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/AGP_Alignment /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/AGP_Address_Block /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/AGP_Address_Range /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/AGP_Master /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/assigned-addresses /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/VRAM,memsize /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/reg /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Level /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Features /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/rom-revision /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/#size-cells /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/#address-cells /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVCAP /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVPM /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/max-temp-limit /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/device_type /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,BMP /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/model /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/subsystem-id /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/subsystem-vendor-id /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/fast-back-to-back /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/devsel-speed /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/max-latency /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/min-grant /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/interrupts /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/class-code /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/revision-id /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/device-id /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/vendor-id /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-B@1 /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-B@1/name /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-B@1/linux,phandle /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-B@1/linux,opened /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-B@1/fboffset /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-B@1/refresh /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-B@1/address /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-B@1/depth /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-B@1/linebytes /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-B@1/height /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-B@1/width /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-B@1/NVMT /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-B@1/VRAM,memsize /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-B@1/NVDA,memsize /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-B@1/i2c-mapping /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-B@1/can-hot-plug /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-B@1/display-cfg /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-B@1/display-type /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-B@1/connector-type /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-B@1/compatible /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-B@1/reg /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-B@1/device_type /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0 /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/name /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/linux,phandle /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/linux,opened /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/linux,boot-display /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/iso6429-1983-colors /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/AAPL,gray-page /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/NVMT /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/fboffset /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/address /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/VRAM,memsize /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/NVDA,memsize /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/i2c-mapping /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/use-backlight-blanking /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/panelinfo /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/NVPR /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/display-power-sequence /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/display-dither-support /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/display-inverter-default-cycle /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/display-inverter /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/display-pixel-component-bits /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/display-link-component-bits /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/display-data-justification /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/display-link-type /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/built-in /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/backlight-control /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/backlight-pwm-freq /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/inverter-current /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/display-cfg /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/display-type /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/EDID /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/refresh /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/linebytes /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/depth /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/height /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/width /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/character-set /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/connector-type /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/compatible /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/reg /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/device_type /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/i2c /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/i2c/name /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/i2c/linux,phandle /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/i2c/compatible /proc/device-tree/pci(a)f0000000/NVDA,Parent(a)10/NVDA,Display-A@0/i2c/device_type /proc/device-tree/pci(a)f0000000/uni-north-agp@b /proc/device-tree/pci(a)f0000000/uni-north-agp@b/name /proc/device-tree/pci(a)f0000000/uni-north-agp@b/linux,phandle /proc/device-tree/pci(a)f0000000/uni-north-agp@b/assigned-addresses /proc/device-tree/pci(a)f0000000/uni-north-agp@b/reg /proc/device-tree/pci(a)f0000000/uni-north-agp@b/AGP_Target /proc/device-tree/pci(a)f0000000/uni-north-agp@b/compatible /proc/device-tree/pci(a)f0000000/uni-north-agp@b/device_type /proc/device-tree/pci(a)f0000000/uni-north-agp@b/fast-back-to-back /proc/device-tree/pci(a)f0000000/uni-north-agp@b/devsel-speed /proc/device-tree/pci(a)f0000000/uni-north-agp@b/max-latency /proc/device-tree/pci(a)f0000000/uni-north-agp@b/min-grant /proc/device-tree/pci(a)f0000000/uni-north-agp@b/class-code /proc/device-tree/pci(a)f0000000/uni-north-agp@b/revision-id /proc/device-tree/pci(a)f0000000/uni-north-agp@b/device-id /proc/device-tree/pci(a)f0000000/uni-north-agp@b/vendor-id /proc/device-tree/uni-n(a)f8000000 /proc/device-tree/uni-n(a)f8000000/name /proc/device-tree/uni-n(a)f8000000/linux,phandle /proc/device-tree/uni-n(a)f8000000/platform-do-fw-linkon-disable /proc/device-tree/uni-n(a)f8000000/platform-do-fw-linkon-enable /proc/device-tree/uni-n(a)f8000000/device-rev /proc/device-tree/uni-n(a)f8000000/#size-cells /proc/device-tree/uni-n(a)f8000000/#address-cells /proc/device-tree/uni-n(a)f8000000/reg /proc/device-tree/uni-n(a)f8000000/compatible /proc/device-tree/uni-n(a)f8000000/device_type /proc/device-tree/uni-n(a)f8000000/model /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000 /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/name /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/linux,phandle /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/interrupt-parent /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/interrupts /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/AAPL,driver-name /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/AAPL,i2c-rate /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/AAPL,address-step /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/AAPL,address /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/built-in /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/#address-cells /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/#size-cells /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/compatible /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/reg /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/device_type /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1 /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/name /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/linux,phandle /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/built-in /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/#address-cells /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/#size-cells /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/compatible /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/device_type /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/reg /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/accelerometer(a)b0 /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/accelerometer(a)b0/name /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/accelerometer(a)b0/linux,phandle /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/accelerometer(a)b0/orientation /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/accelerometer(a)b0/platform-accel-int-2 /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/accelerometer(a)b0/platform-accel-int-1 /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/accelerometer(a)b0/#size-cells /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/accelerometer(a)b0/#address-cells /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/accelerometer(a)b0/reg /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/accelerometer(a)b0/built-in /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/accelerometer(a)b0/compatible /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/accelerometer(a)b0/device_type /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/pwm3-config /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/pwm2-config /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/pwm1-config /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/config-5 /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/remote2-high-lim /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/remote2-low-lim /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/local-high-lim /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/local-low-lim /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/remote1-high-lim /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/remote1-low-lim /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/hwctrl-location /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/hwctrl-type /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/hwctrl-zone /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/hwctrl-id /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/hwctrl-params-version /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/hwsensor-polling-period /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/hwsensor-location /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/hwsensor-type /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/hwsensor-zone /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/hwsensor-id /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/hwsensor-params-version /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/notify-temp-sensor /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/device-id /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/#size-cells /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/#address-cells /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/reg /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/built-in /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/compatible /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/device_type /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/fan1(a)28 /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/fan1(a)28/name /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/fan1(a)28/linux,phandle /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/fan1(a)28/compatible /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/fan1(a)28/built-in /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/fan1(a)28/device_type /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/fan1(a)28/location /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/fan1(a)28/zone /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/fan1(a)28/polling-period /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/fan1(a)28/version /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/fan1(a)28/sensor-id /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/fan1(a)28/reg /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/remote2-temp(a)27 /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/remote2-temp(a)27/name /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/remote2-temp(a)27/linux,phandle /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/remote2-temp(a)27/compatible /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/remote2-temp(a)27/built-in /proc/device-tree/uni-n(a)f8000000/i2c(a)f8001000/i2c-bus@1/fan(a)5c/remote2-temp(a)27 |