Loading Documentation/00-INDEX +2 −2 Original line number Diff line number Diff line Loading @@ -210,6 +210,8 @@ local_ops.txt - semantics and behavior of local atomic operations. lockdep-design.txt - documentation on the runtime locking correctness validator. lockup-watchdogs.txt - info on soft and hard lockup detectors (aka nmi_watchdog). logo.gif - full colour GIF image of Linux logo (penguin - Tux). logo.txt Loading Loading @@ -240,8 +242,6 @@ netlabel/ - directory with information on the NetLabel subsystem. networking/ - directory with info on various aspects of networking with Linux. nmi_watchdog.txt - info on NMI watchdog for SMP systems. nommu-mmap.txt - documentation about no-mmu memory mapping support. numastat.txt Loading Documentation/devicetree/bindings/arm/atmel-at91.txt +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ PIT Timer required properties: shared across all System Controller members. TC/TCLIB Timer required properties: - compatible: Should be "atmel,<chip>-pit". - compatible: Should be "atmel,<chip>-tcb". <chip> can be "at91rm9200" or "at91sam9x5" - reg: Should contain registers location and length - interrupts: Should contain all interrupts for the TC block Loading Documentation/devicetree/bindings/drm/exynos/hdmi.txt 0 → 100644 +22 −0 Original line number Diff line number Diff line Device-Tree bindings for drm hdmi driver Required properties: - compatible: value should be "samsung,exynos5-hdmi". - reg: physical base address of the hdmi and length of memory mapped region. - interrupts: interrupt number to the cpu. - hpd-gpio: following information about the hotplug gpio pin. a) phandle of the gpio controller node. b) pin number within the gpio controller. c) pin function mode. d) optional flags and pull up/down. e) drive strength. Example: hdmi { compatible = "samsung,exynos5-hdmi"; reg = <0x14530000 0x100000>; interrupts = <0 95 0>; hpd-gpio = <&gpx3 7 0xf 1 3>; }; Documentation/devicetree/bindings/drm/exynos/hdmiddc.txt 0 → 100644 +12 −0 Original line number Diff line number Diff line Device-Tree bindings for hdmiddc driver Required properties: - compatible: value should be "samsung,exynos5-hdmiddc". - reg: I2C address of the hdmiddc device. Example: hdmiddc { compatible = "samsung,exynos5-hdmiddc"; reg = <0x50>; }; Documentation/devicetree/bindings/drm/exynos/hdmiphy.txt 0 → 100644 +12 −0 Original line number Diff line number Diff line Device-Tree bindings for hdmiphy driver Required properties: - compatible: value should be "samsung,exynos5-hdmiphy". - reg: I2C address of the hdmiphy device. Example: hdmiphy { compatible = "samsung,exynos5-hdmiphy"; reg = <0x38>; }; Loading
Documentation/00-INDEX +2 −2 Original line number Diff line number Diff line Loading @@ -210,6 +210,8 @@ local_ops.txt - semantics and behavior of local atomic operations. lockdep-design.txt - documentation on the runtime locking correctness validator. lockup-watchdogs.txt - info on soft and hard lockup detectors (aka nmi_watchdog). logo.gif - full colour GIF image of Linux logo (penguin - Tux). logo.txt Loading Loading @@ -240,8 +242,6 @@ netlabel/ - directory with information on the NetLabel subsystem. networking/ - directory with info on various aspects of networking with Linux. nmi_watchdog.txt - info on NMI watchdog for SMP systems. nommu-mmap.txt - documentation about no-mmu memory mapping support. numastat.txt Loading
Documentation/devicetree/bindings/arm/atmel-at91.txt +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ PIT Timer required properties: shared across all System Controller members. TC/TCLIB Timer required properties: - compatible: Should be "atmel,<chip>-pit". - compatible: Should be "atmel,<chip>-tcb". <chip> can be "at91rm9200" or "at91sam9x5" - reg: Should contain registers location and length - interrupts: Should contain all interrupts for the TC block Loading
Documentation/devicetree/bindings/drm/exynos/hdmi.txt 0 → 100644 +22 −0 Original line number Diff line number Diff line Device-Tree bindings for drm hdmi driver Required properties: - compatible: value should be "samsung,exynos5-hdmi". - reg: physical base address of the hdmi and length of memory mapped region. - interrupts: interrupt number to the cpu. - hpd-gpio: following information about the hotplug gpio pin. a) phandle of the gpio controller node. b) pin number within the gpio controller. c) pin function mode. d) optional flags and pull up/down. e) drive strength. Example: hdmi { compatible = "samsung,exynos5-hdmi"; reg = <0x14530000 0x100000>; interrupts = <0 95 0>; hpd-gpio = <&gpx3 7 0xf 1 3>; };
Documentation/devicetree/bindings/drm/exynos/hdmiddc.txt 0 → 100644 +12 −0 Original line number Diff line number Diff line Device-Tree bindings for hdmiddc driver Required properties: - compatible: value should be "samsung,exynos5-hdmiddc". - reg: I2C address of the hdmiddc device. Example: hdmiddc { compatible = "samsung,exynos5-hdmiddc"; reg = <0x50>; };
Documentation/devicetree/bindings/drm/exynos/hdmiphy.txt 0 → 100644 +12 −0 Original line number Diff line number Diff line Device-Tree bindings for hdmiphy driver Required properties: - compatible: value should be "samsung,exynos5-hdmiphy". - reg: I2C address of the hdmiphy device. Example: hdmiphy { compatible = "samsung,exynos5-hdmiphy"; reg = <0x38>; };