CVS log for src/sys/arch/arm/dts/sun50i-a64-pinebook.dts
Up to [cvs.NetBSD.org] / src / sys / arch / arm / dts
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Nov 7 17:11:43 2021 UTC (3 years, 3 months ago) by jmcneill
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -127
lines
arm: dts: adapt for dts-5.15
Revision 1.11.2.2: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:07:28 2020 UTC (4 years, 10 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.11.2.1: preferred, colored; branchpoint 1.11: preferred, colored; next MAIN 1.12: preferred, colored
Changes since revision 1.11.2.1: +37 -12
lines
Merge changes from current as of 20200406
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Jan 3 15:50:13 2020 UTC (5 years, 1 month ago) by skrll
Branches: 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
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -12
lines
lcd_rgb666_pins is in sun50i-a64.dtsi now so we don't need it here.
Revision 1.16.2.1: download - view: text, markup, annotated - select for diffs
Mon Nov 25 16:18:40 2019 UTC (5 years, 2 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +37 -1
lines
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 - view: text, markup, annotated - select for diffs
Sun Nov 24 02:06:16 2019 UTC (5 years, 2 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +37 -1
lines
Enable HDMI and HDMI audio
Revision 1.11.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:05:53 2019 UTC (5 years, 8 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +57 -107
lines
Sync with HEAD
Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Jun 6 23:19:45 2019 UTC (5 years, 8 months ago) by jmcneill
Branches: MAIN
CVS tags: phil-wifi-20191119,
phil-wifi-20190609,
netbsd-9-base
Branch point for: netbsd-9
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -13
lines
Remove audio related nodes (they are present in mainline dts now)
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Feb 3 13:19:20 2019 UTC (6 years ago) by jmcneill
Branches: MAIN
CVS tags: isaki-audio2-base,
isaki-audio2
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +62 -1
lines
Add eDP transmitter and enable display pipeline
Revision 1.3.2.5: download - view: text, markup, annotated - select for diffs
Sat Jan 26 22:00:00 2019 UTC (6 years ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.3.2.4: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.2.4: +7 -119
lines
Sync with HEAD
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Jan 22 15:28:45 2019 UTC (6 years ago) by jmcneill
Branches: MAIN
CVS tags: pgoyette-compat-20190127
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +7 -119
lines
Update for 4.20.3 dts changes
Revision 1.3.2.4: download - view: text, markup, annotated - select for diffs
Mon Nov 26 01:52:18 2018 UTC (6 years, 2 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.3.2.3: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.3: +14 -1
lines
Sync with HEAD, resolve a couple of conflicts
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Nov 11 11:44:53 2018 UTC (6 years, 3 months ago) by mrg
Branches: MAIN
CVS tags: pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +14 -1
lines
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 - view: text, markup, annotated - select for diffs
Sat Jul 28 04:37:28 2018 UTC (6 years, 6 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.3.2.2: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.2: +3 -3
lines
Sync with HEAD
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jul 9 10:07:42 2018 UTC (6 years, 7 months ago) by jmcneill
Branches: MAIN
CVS tags: pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3
lines
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 - view: text, markup, annotated - select for diffs
Mon May 21 04:35:59 2018 UTC (6 years, 8 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.3.2.1: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.1: +140 -2
lines
Sync with HEAD
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri May 11 00:00:17 2018 UTC (6 years, 9 months ago) by jmcneill
Branches: MAIN
CVS tags: phil-wifi-base,
pgoyette-compat-0625,
pgoyette-compat-0521
Branch point for: phil-wifi
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +14 -1
lines
Add cpu0 supply and operating points table
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu May 10 11:06:13 2018 UTC (6 years, 9 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +9 -1
lines
Disable spdif nodes on pinebook
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu May 10 00:05:01 2018 UTC (6 years, 9 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +18 -1
lines
Enable audio codec
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun May 6 10:43:52 2018 UTC (6 years, 9 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +16 -1
lines
Add backlight node and enable pwm
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat May 5 11:16:30 2018 UTC (6 years, 9 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +9 -2
lines
Enable ehci0/ohci0 (attached to left USB port)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat May 5 11:12:46 2018 UTC (6 years, 9 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +15 -1
lines
Enable mmc1 (SDIO Wi-Fi is attached here)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri May 4 23:04:09 2018 UTC (6 years, 9 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +66 -2
lines
Pinebook is not based on Pine64, so do not derive from its dts
Revision 1.3.2.1: download - view: text, markup, annotated - select for diffs
Wed May 2 07:20:03 2018 UTC (6 years, 9 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +21 -5
lines
Synch with HEAD
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Apr 28 11:49:48 2018 UTC (6 years, 9 months ago) by jmcneill
Branches: MAIN
CVS tags: pgoyette-compat-0502
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +21 -5
lines
Add support for Pinebook lid switch and eMMC
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Feb 18 12:22:16 2018 UTC (6 years, 11 months ago) by jmcneill
Branches: 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
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -1
lines
Pinebook LCD pipeline is mixer0-lcd0
Revision 1.2.2.2: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:35:52 2017 UTC (7 years, 2 months ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.2.2.1: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.2.1: +43 -0
lines
update from HEAD
Revision 1.2.2.1
Sun Sep 10 18:40:27 2017 UTC (7 years, 5 months ago) by jdolecek
Branches: tls-maxphys
FILE REMOVED
Changes since revision 1.2: +0 -43
lines
file sun50i-a64-pinebook.dts was added on branch tls-maxphys on 2017-12-03 11:35:52 +0000
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Sep 10 18:40:27 2017 UTC (7 years, 5 months ago) by jmcneill
Branches: MAIN
CVS tags: tls-maxphys-base-20171202
Branch point for: tls-maxphys
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -1
lines
Correct model and compatible string for Pinebook
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Sep 10 17:06:58 2017 UTC (7 years, 5 months ago) by jmcneill
Branches: MAIN
Add Pinebook support.
CVSweb <webmaster@jp.NetBSD.org>