Up to [cvs.NetBSD.org] / src / sys / arch / arm / dts
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.19 / (download) - annotate - [select for diffs], Sun Nov 7 17:11:43 2021 UTC (14 months, 3 weeks ago) by jmcneill
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Changes since 1.18: +2 -127
lines
Diff to previous 1.18 (colored)
arm: dts: adapt for dts-5.15
Revision 1.11.2.2 / (download) - annotate - [select for diffs], Wed Apr 8 14:07:28 2020 UTC (2 years, 9 months ago) by martin
Branch: phil-wifi
Changes since 1.11.2.1: +37 -12
lines
Diff to previous 1.11.2.1 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored)
Merge changes from current as of 20200406
Revision 1.18 / (download) - annotate - [select for diffs], Fri Jan 3 15:50:13 2020 UTC (3 years ago) by skrll
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Changes since 1.17: +1 -12
lines
Diff to previous 1.17 (colored)
lcd_rgb666_pins is in sun50i-a64.dtsi now so we don't need it here.
Revision 1.16.2.1 / (download) - annotate - [select for diffs], Mon Nov 25 16:18:40 2019 UTC (3 years, 2 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1
Changes since 1.16: +37 -1
lines
Diff to previous 1.16 (colored) next main 1.17 (colored)
Pull up following revision(s) (requested by jmcneill in ticket #470): sys/arch/arm/sunxi/sunxi_hdmiphy.c: revision 1.4 sys/arch/arm/sunxi/sun50i_a64_ccu.c: revision 1.16 sys/dev/ic/dw_hdmi.c: revision 1.5 sys/arch/arm/sunxi/sunxi_hdmiphy.h: revision 1.2 sys/arch/arm/sunxi/sun50i_a64_ccu.c: revision 1.17 sys/dev/ic/dw_hdmi.c: revision 1.6 sys/arch/arm/sunxi/sun50i_a64_ccu.c: revision 1.18 sys/arch/arm/sunxi/sun50i_a64_ccu.c: revision 1.19 sys/dev/ic/dw_hdmi.h: revision 1.5 sys/arch/arm/sunxi/sunxi_mixer.c: revision 1.8 sys/arch/arm/sunxi/sunxi_mixer.c: revision 1.9 sys/arch/arm/sunxi/sunxi_ccu.h: revision 1.22 sys/arch/arm/sunxi/sunxi_dwhdmi.c: revision 1.5 sys/arch/arm/sunxi/sunxi_dwhdmi.c: revision 1.6 sys/arch/arm/sunxi/sunxi_dwhdmi.c: revision 1.7 sys/arch/arm/sunxi/sunxi_dwhdmi.c: revision 1.8 sys/arch/arm/sunxi/sun50i_a64_ccu.c: revision 1.20 sys/arch/arm/sunxi/sunxi_mixer.c: revision 1.10 sys/arch/arm/dts/sun50i-a64-pinebook.dts: revision 1.17 sys/arch/arm/sunxi/sunxi_platform.c: revision 1.38 sys/dev/fdt/fdt_port.c: revision 1.3 sys/dev/fdt/fdt_port.c: revision 1.4 sys/arch/arm/sunxi/sunxi_ccu_fractional.c: revision 1.5 sys/arch/arm/sunxi/sunxi_lcdc.c: revision 1.7 sys/arch/arm/sunxi/sunxi_ccu_fractional.c: revision 1.6 sys/arch/arm/sunxi/sunxi_hdmiphy.c: revision 1.3 Fix CLK_BUS_HDMI bit Enable TMDS clock Store the flags passed to SUNXI_CCU_FRACTIONAL macro. Previously the macro dropped the flags argument entirely, and did not initialize the structure with it. Allow bus glue to setup DDC clocks Add TCON0 clock HDMI PHY and TX share the same clocks. Do not enable clocks until both reset resources have been deasserted. Explicitly set DDC clock dividers. Honour SUNXI_CCU_FRACTIONAL_SET_ENABLE in fractional mode Use fdtbus_get_reg to read "reg" property Need to initialize the PHY before HPD sense and DDC will work Set pixel clock on mode set Set TCON1 parent to PLL_VIDEO1(1X) Do not assume that an fb's pitch is width * 4 bytes. Use actual hw mode, not proposed mode. Set pre-divider M to 0 in fractional mode, as noted in user manual. Spotted by jak. Support non-zero fb start pixels. Set video PLLs to 297MHz Do not assume the cursor pitch is the same as the primary fb Enable HDMI and HDMI audio Try to avoid changing hardware settings when the "nomodeset" kernel arg is present.
Revision 1.17 / (download) - annotate - [select for diffs], Sun Nov 24 02:06:16 2019 UTC (3 years, 2 months ago) by jmcneill
Branch: MAIN
Changes since 1.16: +37 -1
lines
Diff to previous 1.16 (colored)
Enable HDMI and HDMI audio
Revision 1.11.2.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:05:53 2019 UTC (3 years, 7 months ago) by christos
Branch: phil-wifi
Changes since 1.11: +57 -107
lines
Diff to previous 1.11 (colored)
Sync with HEAD
Revision 1.16 / (download) - annotate - [select for diffs], Thu Jun 6 23:19:45 2019 UTC (3 years, 7 months ago) by jmcneill
Branch: MAIN
CVS Tags: phil-wifi-20191119,
phil-wifi-20190609,
netbsd-9-base
Branch point for: netbsd-9
Changes since 1.15: +1 -13
lines
Diff to previous 1.15 (colored)
Remove audio related nodes (they are present in mainline dts now)
Revision 1.15 / (download) - annotate - [select for diffs], Sun Feb 3 13:19:20 2019 UTC (3 years, 11 months ago) by jmcneill
Branch: MAIN
CVS Tags: isaki-audio2-base,
isaki-audio2
Changes since 1.14: +62 -1
lines
Diff to previous 1.14 (colored)
Add eDP transmitter and enable display pipeline
Revision 1.3.2.5 / (download) - annotate - [select for diffs], Sat Jan 26 22:00:00 2019 UTC (4 years ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.3.2.4: +7 -119
lines
Diff to previous 1.3.2.4 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
Sync with HEAD
Revision 1.14 / (download) - annotate - [select for diffs], Tue Jan 22 15:28:45 2019 UTC (4 years ago) by jmcneill
Branch: MAIN
CVS Tags: pgoyette-compat-20190127
Changes since 1.13: +7 -119
lines
Diff to previous 1.13 (colored)
Update for 4.20.3 dts changes
Revision 1.3.2.4 / (download) - annotate - [select for diffs], Mon Nov 26 01:52:18 2018 UTC (4 years, 2 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.3.2.3: +14 -1
lines
Diff to previous 1.3.2.3 (colored) to branchpoint 1.3 (colored)
Sync with HEAD, resolve a couple of conflicts
Revision 1.13 / (download) - annotate - [select for diffs], Sun Nov 11 11:44:53 2018 UTC (4 years, 2 months ago) by mrg
Branch: MAIN
CVS Tags: pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126
Changes since 1.12: +14 -1
lines
Diff to previous 1.12 (colored)
pull across this patch: https://github.com/anarsoul/linux-2.6/commit/26b3d6f8ffa77cb05066c11967a498d6dacbdc42#diff-61a0580c3eaa34a373cc7ee7ee46dd2a --- arm64: allwinner: a64: enable Bluetooth On Pinebook Pinebook has an RTL8723CS WiFi + BT chip, BT is connected to UART1 and uses PL4 as BT reset, PL5 as device wake GPIO, PL6 as host wake GPIO the I2C controlling signals are connected to R_I2C bus. Enable it in the device tree. Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com> --- this enables: [ 1.000019] com1 at simplebus1: ns16550a, working fifo [ 1.000019] com1: interrupting on GIC irq 33 to attach. more work with firmware and btattach will be required, for the BT to be actually functional.
Revision 1.3.2.3 / (download) - annotate - [select for diffs], Sat Jul 28 04:37:28 2018 UTC (4 years, 6 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.3.2.2: +3 -3
lines
Diff to previous 1.3.2.2 (colored) to branchpoint 1.3 (colored)
Sync with HEAD
Revision 1.12 / (download) - annotate - [select for diffs], Mon Jul 9 10:07:42 2018 UTC (4 years, 6 months ago) by jmcneill
Branch: MAIN
CVS Tags: pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728
Changes since 1.11: +3 -3
lines
Diff to previous 1.11 (colored)
Make brightness-levels available in increments of 10% from 0 to 100, and set the default brightness level to match the one used by U-Boot (30%)
Revision 1.3.2.2 / (download) - annotate - [select for diffs], Mon May 21 04:35:59 2018 UTC (4 years, 8 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.3.2.1: +140 -2
lines
Diff to previous 1.3.2.1 (colored) to branchpoint 1.3 (colored)
Sync with HEAD
Revision 1.11 / (download) - annotate - [select for diffs], Fri May 11 00:00:17 2018 UTC (4 years, 8 months ago) by jmcneill
Branch: MAIN
CVS Tags: phil-wifi-base,
pgoyette-compat-0625,
pgoyette-compat-0521
Branch point for: phil-wifi
Changes since 1.10: +14 -1
lines
Diff to previous 1.10 (colored)
Add cpu0 supply and operating points table
Revision 1.10 / (download) - annotate - [select for diffs], Thu May 10 11:06:13 2018 UTC (4 years, 8 months ago) by jmcneill
Branch: MAIN
Changes since 1.9: +9 -1
lines
Diff to previous 1.9 (colored)
Disable spdif nodes on pinebook
Revision 1.9 / (download) - annotate - [select for diffs], Thu May 10 00:05:01 2018 UTC (4 years, 8 months ago) by jmcneill
Branch: MAIN
Changes since 1.8: +18 -1
lines
Diff to previous 1.8 (colored)
Enable audio codec
Revision 1.8 / (download) - annotate - [select for diffs], Sun May 6 10:43:52 2018 UTC (4 years, 8 months ago) by jmcneill
Branch: MAIN
Changes since 1.7: +16 -1
lines
Diff to previous 1.7 (colored)
Add backlight node and enable pwm
Revision 1.7 / (download) - annotate - [select for diffs], Sat May 5 11:16:30 2018 UTC (4 years, 8 months ago) by jmcneill
Branch: MAIN
Changes since 1.6: +9 -2
lines
Diff to previous 1.6 (colored)
Enable ehci0/ohci0 (attached to left USB port)
Revision 1.6 / (download) - annotate - [select for diffs], Sat May 5 11:12:46 2018 UTC (4 years, 8 months ago) by jmcneill
Branch: MAIN
Changes since 1.5: +15 -1
lines
Diff to previous 1.5 (colored)
Enable mmc1 (SDIO Wi-Fi is attached here)
Revision 1.5 / (download) - annotate - [select for diffs], Fri May 4 23:04:09 2018 UTC (4 years, 8 months ago) by jmcneill
Branch: MAIN
Changes since 1.4: +66 -2
lines
Diff to previous 1.4 (colored)
Pinebook is not based on Pine64, so do not derive from its dts
Revision 1.3.2.1 / (download) - annotate - [select for diffs], Wed May 2 07:20:03 2018 UTC (4 years, 8 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.3: +21 -5
lines
Diff to previous 1.3 (colored)
Synch with HEAD
Revision 1.4 / (download) - annotate - [select for diffs], Sat Apr 28 11:49:48 2018 UTC (4 years, 9 months ago) by jmcneill
Branch: MAIN
CVS Tags: pgoyette-compat-0502
Changes since 1.3: +21 -5
lines
Diff to previous 1.3 (colored)
Add support for Pinebook lid switch and eMMC
Revision 1.3 / (download) - annotate - [select for diffs], Sun Feb 18 12:22:16 2018 UTC (4 years, 11 months ago) by jmcneill
Branch: MAIN
CVS Tags: pgoyette-compat-base,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315
Branch point for: pgoyette-compat
Changes since 1.2: +7 -1
lines
Diff to previous 1.2 (colored)
Pinebook LCD pipeline is mixer0-lcd0
Revision 1.2.2.2 / (download) - annotate - [select for diffs], Sun Dec 3 11:35:52 2017 UTC (5 years, 1 month ago) by jdolecek
Branch: tls-maxphys
Changes since 1.2.2.1: +43 -0
lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
update from HEAD
Revision 1.2.2.1, Sun Sep 10 18:40:27 2017 UTC (5 years, 4 months ago) by jdolecek
Branch: tls-maxphys
Changes since 1.2: +0 -43
lines
FILE REMOVED
file sun50i-a64-pinebook.dts was added on branch tls-maxphys on 2017-12-03 11:35:52 +0000
Revision 1.2 / (download) - annotate - [select for diffs], Sun Sep 10 18:40:27 2017 UTC (5 years, 4 months ago) by jmcneill
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202
Branch point for: tls-maxphys
Changes since 1.1: +6 -1
lines
Diff to previous 1.1 (colored)
Correct model and compatible string for Pinebook
Revision 1.1 / (download) - annotate - [select for diffs], Sun Sep 10 17:06:58 2017 UTC (5 years, 4 months ago) by jmcneill
Branch: MAIN
Add Pinebook support.